Color Hex Logo

#c9caaa Color Hex

#C9CAAA
(201,202,170)
0 Favorites   0 Comments

Color spaces of #c9caaa

RGB 201202170
HSL0.170.230.73
HSV62°16°79°
CMYK 0.000.000.16   0.21
XYZ52.463657.560846.3754
Yxy57.56080.33540.3680
Hunter Lab75.8688-9.337016.8667
CIE-Lab80.4940-5.771915.8911

#c9caaa color RGB value is (201,202,170).

#c9caaa hex color red value is 201, green value is 202 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c9caaa hue: 0.17 , saturation: 0.23 and the lightness value of c9caaa is 0.73.

The process color (four color CMYK) of #c9caaa color hex is 0.00, 0.00, 0.16, 0.21. Web safe color of #c9caaa is #cccc99. Color #c9caaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11001010 10101010
Octal 311 312 252
Decimal 201 202 170
Hex C9 CA AA

RGB Percentages of Color #c9caaa

%35.08
%35.25
%29.67

CMYK Percentages of Color #c9caaa

%0
%0
%16
%21

Triadic Colors of #c9caaa

#c9caaa #aac9ca #caaac9

Analogous Colors of #c9caaa

#c9caaa #b9caaa #cabbaa

Monochromatic Colors of #c9caaa

#c9caaa

Complementary Color

#c9caaa #abaaca

#c9caaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9caaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9caaa Color CSS Codes

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

#c9caaa Text Font Color

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

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


#c9caaa Background Color

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

This div background color is #c9caaa


#c9caaa Border Color

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

This div border color is #c9caaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9caaa


Comments

No comments written yet.

Please login to write comment.