Color Hex Logo

#cca187 Color Hex

#CCA187
(204,161,135)
0 Favorites   0 Comments

Color spaces of #cca187

RGB 204161135
HSL0.060.400.66
HSV23°34°80°
CMYK 0.000.210.34   0.20
XYZ42.019940.076428.4425
Yxy40.07640.38010.3626
Hunter Lab63.30597.695717.6759
CIE-Lab69.523912.260619.6055

#cca187 color RGB value is (204,161,135).

#cca187 hex color red value is 204, green value is 161 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #cca187 hue: 0.06 , saturation: 0.40 and the lightness value of cca187 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100001 10000111
Octal 314 241 207
Decimal 204 161 135
Hex CC A1 87

RGB Percentages of Color #cca187

%40.80
%32.20
%27.00

CMYK Percentages of Color #cca187

%0
%21
%34
%20

Triadic Colors of #cca187

#cca187 #87cca1 #a187cc

Analogous Colors of #cca187

#cca187 #ccc487 #cc8790

Monochromatic Colors of #cca187

#cca187

Complementary Color

#cca187 #87b2cc

#cca187 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca187 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca187 Color CSS Codes

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

#cca187 Text Font Color

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

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


#cca187 Background Color

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

This div background color is #cca187


#cca187 Border Color

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

This div border color is #cca187


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca187


Comments

No comments written yet.

Please login to write comment.