Color Hex Logo

#cca590 Color Hex

#CCA590
(204,165,144)
0 Favorites   0 Comments

Color spaces of #cca590

RGB 204165144
HSL0.060.370.68
HSV21°29°80°
CMYK 0.000.190.29   0.20
XYZ43.391041.761332.1593
Yxy41.76130.36990.3560
Hunter Lab64.62306.763315.7307
CIE-Lab70.706011.263916.3010

#cca590 color RGB value is (204,165,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100101 10010000
Octal 314 245 220
Decimal 204 165 144
Hex CC A5 90

RGB Percentages of Color #cca590

%39.77
%32.16
%28.07

CMYK Percentages of Color #cca590

%0
%19
%29
%20

Triadic Colors of #cca590

#cca590 #90cca5 #a590cc

Analogous Colors of #cca590

#cca590 #ccc390 #cc9099

Monochromatic Colors of #cca590

#cca590

Complementary Color

#cca590 #90b7cc

#cca590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca590 Color CSS Codes

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

#cca590 Text Font Color

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

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


#cca590 Background Color

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

This div background color is #cca590


#cca590 Border Color

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

This div border color is #cca590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca590


Comments

No comments written yet.

Please login to write comment.