Color Hex Logo

#c8a99f Color Hex

#C8A99F
(200,169,159)
0 Favorites   0 Comments

Color spaces of #c8a99f

RGB 200169159
HSL0.040.270.70
HSV15°21°78°
CMYK 0.000.160.21   0.22
XYZ44.265443.158538.7983
Yxy43.15850.35070.3419
Hunter Lab65.69515.306910.9710
CIE-Lab71.66249.71059.3515

#c8a99f color RGB value is (200,169,159).

#c8a99f hex color red value is 200, green value is 169 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #c8a99f hue: 0.04 , saturation: 0.27 and the lightness value of c8a99f is 0.70.

The process color (four color CMYK) of #c8a99f color hex is 0.00, 0.16, 0.21, 0.22. Web safe color of #c8a99f is #cc9999. Color #c8a99f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10101001 10011111
Octal 310 251 237
Decimal 200 169 159
Hex C8 A9 9F

RGB Percentages of Color #c8a99f

%37.88
%32.01
%30.11

CMYK Percentages of Color #c8a99f

%0
%16
%21
%22

Triadic Colors of #c8a99f

#c8a99f #9fc8a9 #a99fc8

Analogous Colors of #c8a99f

#c8a99f #c8be9f #c89faa

Monochromatic Colors of #c8a99f

#c8a99f

Complementary Color

#c8a99f #9fbec8

#c8a99f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8a99f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8a99f Color CSS Codes

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

#c8a99f Text Font Color

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

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


#c8a99f Background Color

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

This div background color is #c8a99f


#c8a99f Border Color

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

This div border color is #c8a99f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8a99f


Comments

No comments written yet.

Please login to write comment.