Color Hex Logo

#cc805e Color Hex

#CC805E
(204,128,94)
0 Favorites   0 Comments

Color spaces of #cc805e

RGB 20412894
HSL0.050.520.58
HSV19°54°80°
CMYK 0.000.370.54   0.20
XYZ34.641429.083914.3776
Yxy29.08390.44350.3724
Hunter Lab53.929520.282221.9439
CIE-Lab60.855625.880030.6649

#cc805e color RGB value is (204,128,94).

#cc805e hex color red value is 204, green value is 128 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #cc805e hue: 0.05 , saturation: 0.52 and the lightness value of cc805e is 0.58.

The process color (four color CMYK) of #cc805e color hex is 0.00, 0.37, 0.54, 0.20. Web safe color of #cc805e is #cc9966. Color #cc805e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000000 01011110
Octal 314 200 136
Decimal 204 128 94
Hex CC 80 5E

RGB Percentages of Color #cc805e

%47.89
%30.05
%22.07

CMYK Percentages of Color #cc805e

%0
%37
%54
%20

Triadic Colors of #cc805e

#cc805e #5ecc80 #805ecc

Analogous Colors of #cc805e

#cc805e #ccb75e #cc5e73

Monochromatic Colors of #cc805e

#cc805e

Complementary Color

#cc805e #5eaacc

#cc805e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc805e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc805e Color CSS Codes

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

#cc805e Text Font Color

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

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


#cc805e Background Color

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

This div background color is #cc805e


#cc805e Border Color

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

This div border color is #cc805e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc805e

#cc805e Color Palettes


Comments

No comments written yet.

Please login to write comment.