Color Hex Logo

#c8aa9b Color Hex

#C8AA9B
(200,170,155)
0 Favorites   0 Comments

Color spaces of #c8aa9b

RGB 200170155
HSL0.060.290.70
HSV20°23°78°
CMYK 0.000.150.23   0.22
XYZ44.110543.395437.0616
Yxy43.39540.35410.3484
Hunter Lab65.87524.243312.7559
CIE-Lab71.82258.567811.7755

#c8aa9b color RGB value is (200,170,155).

#c8aa9b hex color red value is 200, green value is 170 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #c8aa9b hue: 0.06 , saturation: 0.29 and the lightness value of c8aa9b is 0.70.

The process color (four color CMYK) of #c8aa9b color hex is 0.00, 0.15, 0.23, 0.22. Web safe color of #c8aa9b is #cc9999. Color #c8aa9b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10101010 10011011
Octal 310 252 233
Decimal 200 170 155
Hex C8 AA 9B

RGB Percentages of Color #c8aa9b

%38.10
%32.38
%29.52

CMYK Percentages of Color #c8aa9b

%0
%15
%23
%22

Triadic Colors of #c8aa9b

#c8aa9b #9bc8aa #aa9bc8

Analogous Colors of #c8aa9b

#c8aa9b #c8c19b #c89ba3

Monochromatic Colors of #c8aa9b

#c8aa9b

Complementary Color

#c8aa9b #9bb9c8

#c8aa9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8aa9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8aa9b Color CSS Codes

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

#c8aa9b Text Font Color

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

This sample text font color is #c8aa9b
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.


#c8aa9b Background Color

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

This div background color is #c8aa9b


#c8aa9b Border Color

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

This div border color is #c8aa9b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,170,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c8aa9b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c8aa9b;
  -webkit-box-shadow: 1px 1px 3px 2px #c8aa9b;
  box-shadow:         1px 1px 3px 2px #c8aa9b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,170,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8aa9b


Comments

No comments written yet.

Please login to write comment.