Color Hex Logo

#cc8059 Color Hex

#CC8059
(204,128,89)
0 Favorites   0 Comments

Color spaces of #cc8059

RGB 20412889
HSL0.060.530.57
HSV20°56°80°
CMYK 0.000.370.56   0.20
XYZ34.424228.997013.2338
Yxy28.99700.44910.3783
Hunter Lab53.848919.875023.1232
CIE-Lab60.779025.462233.3085

#cc8059 color RGB value is (204,128,89).

#cc8059 hex color red value is 204, green value is 128 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #cc8059 hue: 0.06 , saturation: 0.53 and the lightness value of cc8059 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000000 01011001
Octal 314 200 131
Decimal 204 128 89
Hex CC 80 59

RGB Percentages of Color #cc8059

%48.46
%30.40
%21.14

CMYK Percentages of Color #cc8059

%0
%37
%56
%20

Triadic Colors of #cc8059

#cc8059 #59cc80 #8059cc

Analogous Colors of #cc8059

#cc8059 #ccba59 #cc596c

Monochromatic Colors of #cc8059

#cc8059

Complementary Color

#cc8059 #59a5cc

#cc8059 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc8059 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc8059 Color CSS Codes

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

#cc8059 Text Font Color

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

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


#cc8059 Background Color

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

This div background color is #cc8059


#cc8059 Border Color

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

This div border color is #cc8059


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc8059


Comments

No comments written yet.

Please login to write comment.