Color Hex Logo

#cca990 Color Hex

#CCA990
(204,169,144)
0 Favorites   0 Comments

Color spaces of #cca990

RGB 204169144
HSL0.070.370.68
HSV25°29°80°
CMYK 0.000.170.29   0.20
XYZ44.123843.226932.4036
Yxy43.22690.36850.3610
Hunter Lab65.74724.736216.8018
CIE-Lab71.70879.097217.6933

#cca990 color RGB value is (204,169,144).

#cca990 hex color red value is 204, green value is 169 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #cca990 hue: 0.07 , saturation: 0.37 and the lightness value of cca990 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101001 10010000
Octal 314 251 220
Decimal 204 169 144
Hex CC A9 90

RGB Percentages of Color #cca990

%39.46
%32.69
%27.85

CMYK Percentages of Color #cca990

%0
%17
%29
%20

Triadic Colors of #cca990

#cca990 #90cca9 #a990cc

Analogous Colors of #cca990

#cca990 #ccc790 #cc9095

Monochromatic Colors of #cca990

#cca990

Complementary Color

#cca990 #90b3cc

#cca990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca990 Color CSS Codes

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

#cca990 Text Font Color

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

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


#cca990 Background Color

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

This div background color is #cca990


#cca990 Border Color

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

This div border color is #cca990


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca990

#cca990 Color Palettes


Comments

No comments written yet.

Please login to write comment.