Color Hex Logo

#cca9aa Color Hex

#CCA9AA
(204,169,170)
0 Favorites   0 Comments

Color spaces of #cca9aa

RGB 204169170
HSL1.000.260.73
HSV358°17°80°
CMYK 0.000.170.17   0.20
XYZ46.345544.115644.1027
Yxy44.11560.34440.3278
Hunter Lab66.41968.31757.1251
CIE-Lab72.305712.91584.2728

#cca9aa color RGB value is (204,169,170).

#cca9aa hex color red value is 204, green value is 169 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #cca9aa hue: 1.00 , saturation: 0.26 and the lightness value of cca9aa is 0.73.

The process color (four color CMYK) of #cca9aa color hex is 0.00, 0.17, 0.17, 0.20. Web safe color of #cca9aa is #cc9999. Color #cca9aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101001 10101010
Octal 314 251 252
Decimal 204 169 170
Hex CC A9 AA

RGB Percentages of Color #cca9aa

%37.57
%31.12
%31.31

CMYK Percentages of Color #cca9aa

%0
%17
%17
%20

Triadic Colors of #cca9aa

#cca9aa #aacca9 #a9aacc

Analogous Colors of #cca9aa

#cca9aa #ccbaa9 #cca9bc

Monochromatic Colors of #cca9aa

#cca9aa

Complementary Color

#cca9aa #a9cccb

#cca9aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca9aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca9aa Color CSS Codes

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

#cca9aa Text Font Color

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

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


#cca9aa Background Color

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

This div background color is #cca9aa


#cca9aa Border Color

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

This div border color is #cca9aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,169,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 #cca9aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca9aa


Comments

No comments written yet.

Please login to write comment.