Color Hex Logo

#cca566 Color Hex

#CCA566
(204,165,102)
0 Favorites   0 Comments

Color spaces of #cca566

RGB 204165102
HSL0.100.500.60
HSV37°50°80°
CMYK 0.000.190.50   0.20
XYZ40.755240.706918.2796
Yxy40.70690.40860.4081
Hunter Lab63.80202.368227.6745
CIE-Lab69.97016.477137.8929

#cca566 color RGB value is (204,165,102).

#cca566 hex color red value is 204, green value is 165 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #cca566 hue: 0.10 , saturation: 0.50 and the lightness value of cca566 is 0.60.

The process color (four color CMYK) of #cca566 color hex is 0.00, 0.19, 0.50, 0.20. Web safe color of #cca566 is #cc9966. Color #cca566 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100101 01100110
Octal 314 245 146
Decimal 204 165 102
Hex CC A5 66

RGB Percentages of Color #cca566

%43.31
%35.03
%21.66

CMYK Percentages of Color #cca566

%0
%19
%50
%20

Triadic Colors of #cca566

#cca566 #66cca5 #a566cc

Analogous Colors of #cca566

#cca566 #c0cc66 #cc7266

Monochromatic Colors of #cca566

#cca566

Complementary Color

#cca566 #668dcc

#cca566 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca566 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca566 Color CSS Codes

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

#cca566 Text Font Color

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

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


#cca566 Background Color

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

This div background color is #cca566


#cca566 Border Color

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

This div border color is #cca566


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca566


Comments

No comments written yet.

Please login to write comment.