Color Hex Logo

#cca985 Color Hex

#CCA985
(204,169,133)
0 Favorites   0 Comments

Color spaces of #cca985

RGB 204169133
HSL0.080.410.66
HSV30°35°80°
CMYK 0.000.170.35   0.20
XYZ43.323442.906828.1887
Yxy42.90680.37860.3750
Hunter Lab65.50333.427920.3374
CIE-Lab71.49177.677523.3796

#cca985 color RGB value is (204,169,133).

#cca985 hex color red value is 204, green value is 169 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #cca985 hue: 0.08 , saturation: 0.41 and the lightness value of cca985 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101001 10000101
Octal 314 251 205
Decimal 204 169 133
Hex CC A9 85

RGB Percentages of Color #cca985

%40.32
%33.40
%26.28

CMYK Percentages of Color #cca985

%0
%17
%35
%20

Triadic Colors of #cca985

#cca985 #85cca9 #a985cc

Analogous Colors of #cca985

#cca985 #cccc85 #cc8685

Monochromatic Colors of #cca985

#cca985

Complementary Color

#cca985 #85a8cc

#cca985 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca985 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca985 Color CSS Codes

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

#cca985 Text Font Color

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

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


#cca985 Background Color

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

This div background color is #cca985


#cca985 Border Color

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

This div border color is #cca985


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca985


Comments

No comments written yet.

Please login to write comment.