Color Hex Logo

#cc823c Color Hex

#CC823C
(204,130,60)
0 Favorites   0 Comments

Color spaces of #cc823c

RGB 20413060
HSL0.080.590.52
HSV29°71°80°
CMYK 0.000.360.71   0.20
XYZ33.700129.12898.1212
Yxy29.12890.47500.4106
Hunter Lab53.971217.007428.8583
CIE-Lab60.895222.444548.3900

#cc823c color RGB value is (204,130,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000010 00111100
Octal 314 202 74
Decimal 204 130 60
Hex CC 82 3C

RGB Percentages of Color #cc823c

%51.78
%32.99
%15.23

CMYK Percentages of Color #cc823c

%0
%36
%71
%20

Triadic Colors of #cc823c

#cc823c #3ccc82 #823ccc

Analogous Colors of #cc823c

#cc823c #ccca3c #cc3c3e

Monochromatic Colors of #cc823c

#cc823c

Complementary Color

#cc823c #3c86cc

#cc823c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc823c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc823c Color CSS Codes

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

#cc823c Text Font Color

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

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


#cc823c Background Color

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

This div background color is #cc823c


#cc823c Border Color

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

This div border color is #cc823c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,130,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 #cc823c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc823c


Comments

No comments written yet.

Please login to write comment.