Color Hex Logo

#c9b69a Color Hex

#C9B69A
(201,182,154)
0 Favorites   0 Comments

Color spaces of #c9b69a

RGB 201182154
HSL0.100.300.70
HSV36°23°79°
CMYK 0.000.090.23   0.21
XYZ46.648148.206537.4180
Yxy48.20650.35270.3644
Hunter Lab69.4309-1.576416.6488
CIE-Lab74.95502.351116.7301

#c9b69a color RGB value is (201,182,154).

#c9b69a hex color red value is 201, green value is 182 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #c9b69a hue: 0.10 , saturation: 0.30 and the lightness value of c9b69a is 0.70.

The process color (four color CMYK) of #c9b69a color hex is 0.00, 0.09, 0.23, 0.21. Web safe color of #c9b69a is #cccc99. Color #c9b69a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10110110 10011010
Octal 311 266 232
Decimal 201 182 154
Hex C9 B6 9A

RGB Percentages of Color #c9b69a

%37.43
%33.89
%28.68

CMYK Percentages of Color #c9b69a

%0
%9
%23
%21

Triadic Colors of #c9b69a

#c9b69a #9ac9b6 #b69ac9

Analogous Colors of #c9b69a

#c9b69a #c5c99a #c99f9a

Monochromatic Colors of #c9b69a

#c9b69a

Complementary Color

#c9b69a #9aadc9

#c9b69a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9b69a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9b69a Color CSS Codes

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

#c9b69a Text Font Color

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

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


#c9b69a Background Color

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

This div background color is #c9b69a


#c9b69a Border Color

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

This div border color is #c9b69a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,182,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c9b69a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c9b69a;
  -webkit-box-shadow: 1px 1px 3px 2px #c9b69a;
  box-shadow:         1px 1px 3px 2px #c9b69a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,182,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9b69a


Comments

No comments written yet.

Please login to write comment.