Color Hex Logo

#cca086 Color Hex

#CCA086
(204,160,134)
0 Favorites   0 Comments

Color spaces of #cca086

RGB 204160134
HSL0.060.410.66
HSV22°34°80°
CMYK 0.000.220.34   0.20
XYZ41.775739.700228.0153
Yxy39.70020.38150.3626
Hunter Lab63.00818.085117.7435
CIE-Lab69.255512.678419.7859

#cca086 color RGB value is (204,160,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100000 10000110
Octal 314 240 206
Decimal 204 160 134
Hex CC A0 86

RGB Percentages of Color #cca086

%40.96
%32.13
%26.91

CMYK Percentages of Color #cca086

%0
%22
%34
%20

Triadic Colors of #cca086

#cca086 #86cca0 #a086cc

Analogous Colors of #cca086

#cca086 #ccc386 #cc868f

Monochromatic Colors of #cca086

#cca086

Complementary Color

#cca086 #86b2cc

#cca086 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca086 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca086 Color CSS Codes

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

#cca086 Text Font Color

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

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


#cca086 Background Color

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

This div background color is #cca086


#cca086 Border Color

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

This div border color is #cca086


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca086


Comments

No comments written yet.

Please login to write comment.