Color Hex Logo

#c09471 Color Hex

#C09471
(192,148,113)
0 Favorites   0 Comments

Color spaces of #c09471

RGB 192148113
HSL0.070.390.60
HSV27°41°75°
CMYK 0.000.230.41   0.25
XYZ35.308833.578520.2431
Yxy33.57850.39610.3767
Hunter Lab57.94707.358219.8506
CIE-Lab64.626611.904724.8632

#c09471 color RGB value is (192,148,113).

#c09471 hex color red value is 192, green value is 148 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #c09471 hue: 0.07 , saturation: 0.39 and the lightness value of c09471 is 0.60.

The process color (four color CMYK) of #c09471 color hex is 0.00, 0.23, 0.41, 0.25. Web safe color of #c09471 is #cc9966. Color #c09471 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010100 01110001
Octal 300 224 161
Decimal 192 148 113
Hex C0 94 71

RGB Percentages of Color #c09471

%42.38
%32.67
%24.94

CMYK Percentages of Color #c09471

%0
%23
%41
%25

Triadic Colors of #c09471

#c09471 #71c094 #9471c0

Analogous Colors of #c09471

#c09471 #c0bc71 #c07176

Monochromatic Colors of #c09471

#c09471

Complementary Color

#c09471 #719dc0

#c09471 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09471 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09471 Color CSS Codes

.mybgcolor {background-color:#c09471; } 
.myforecolor {color:#c09471; }
.mybordercolor {border:3px solid #c09471; }

#c09471 Text Font Color

<p style="color:#c09471">Text here</p>

This sample text font color is #c09471
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c09471 Background Color

<div style="background-color:#c09471">
Div content here</div>

This div background color is #c09471


#c09471 Border Color

<div style="border:3px solid #c09471">
Div here</div>

This div border color is #c09471


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,148,113, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c09471; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c09471;
  -webkit-box-shadow: 1px 1px 3px 2px #c09471;
  box-shadow:         1px 1px 3px 2px #c09471; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,148,113, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c09471">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c09471;
  -webkit-box-shadow: 1px 1px 3px 2px #c09471;
  box-shadow:         1px 1px 3px 2px #c09471;">
Div content here</div>

This div box has shadow with color #c09471


Comments

No comments written yet.

Please login to write comment.