Color Hex Logo

#cca996 Color Hex

#CCA996
(204,169,150)
0 Favorites   0 Comments

Color spaces of #cca996

RGB 204169150
HSL0.060.350.69
HSV21°26°80°
CMYK 0.000.170.26   0.20
XYZ44.594843.415334.8838
Yxy43.41530.36290.3533
Hunter Lab65.89035.501514.7337
CIE-Lab71.83599.921514.5893

#cca996 color RGB value is (204,169,150).

#cca996 hex color red value is 204, green value is 169 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #cca996 hue: 0.06 , saturation: 0.35 and the lightness value of cca996 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101001 10010110
Octal 314 251 226
Decimal 204 169 150
Hex CC A9 96

RGB Percentages of Color #cca996

%39.01
%32.31
%28.68

CMYK Percentages of Color #cca996

%0
%17
%26
%20

Triadic Colors of #cca996

#cca996 #96cca9 #a996cc

Analogous Colors of #cca996

#cca996 #ccc496 #cc969e

Monochromatic Colors of #cca996

#cca996

Complementary Color

#cca996 #96b9cc

#cca996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca996 Color CSS Codes

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

#cca996 Text Font Color

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

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


#cca996 Background Color

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

This div background color is #cca996


#cca996 Border Color

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

This div border color is #cca996


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca996


Comments

No comments written yet.

Please login to write comment.