Color Hex Logo

#cc803c Color Hex

#CC803C
(204,128,60)
0 Favorites   0 Comments

Color spaces of #cc803c

RGB 20412860
HSL0.080.590.52
HSV28°71°80°
CMYK 0.000.370.71   0.20
XYZ33.436628.60208.0334
Yxy28.60200.47720.4082
Hunter Lab53.480818.008028.5306
CIE-Lab60.428823.530447.8902

#cc803c color RGB value is (204,128,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000000 00111100
Octal 314 200 74
Decimal 204 128 60
Hex CC 80 3C

RGB Percentages of Color #cc803c

%52.04
%32.65
%15.31

CMYK Percentages of Color #cc803c

%0
%37
%71
%20

Triadic Colors of #cc803c

#cc803c #3ccc80 #803ccc

Analogous Colors of #cc803c

#cc803c #ccc83c #cc3c40

Monochromatic Colors of #cc803c

#cc803c

Complementary Color

#cc803c #3c88cc

#cc803c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc803c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc803c Color CSS Codes

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

#cc803c Text Font Color

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

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


#cc803c Background Color

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

This div background color is #cc803c


#cc803c Border Color

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

This div border color is #cc803c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc803c


Comments

No comments written yet.

Please login to write comment.