Color Hex Logo

#cc813a Color Hex

#CC813A
(204,129,58)
0 Favorites   0 Comments

Color spaces of #cc813a

RGB 20412958
HSL0.080.590.51
HSV29°72°80°
CMYK 0.000.370.72   0.20
XYZ33.515828.84347.8038
Yxy28.84340.47770.4111
Hunter Lab53.706117.409128.9791
CIE-Lab60.643222.884649.0668

#cc813a color RGB value is (204,129,58).

#cc813a hex color red value is 204, green value is 129 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #cc813a hue: 0.08 , saturation: 0.59 and the lightness value of cc813a is 0.51.

The process color (four color CMYK) of #cc813a color hex is 0.00, 0.37, 0.72, 0.20. Web safe color of #cc813a is #cc9933. Color #cc813a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000001 00111010
Octal 314 201 72
Decimal 204 129 58
Hex CC 81 3A

RGB Percentages of Color #cc813a

%52.17
%32.99
%14.83

CMYK Percentages of Color #cc813a

%0
%37
%72
%20

Triadic Colors of #cc813a

#cc813a #3acc81 #813acc

Analogous Colors of #cc813a

#cc813a #ccca3a #cc3a3c

Monochromatic Colors of #cc813a

#cc813a

Complementary Color

#cc813a #3a85cc

#cc813a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc813a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc813a Color CSS Codes

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

#cc813a Text Font Color

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

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


#cc813a Background Color

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

This div background color is #cc813a


#cc813a Border Color

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

This div border color is #cc813a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc813a


Comments

No comments written yet.

Please login to write comment.