Color Hex Logo

#cc823b Color Hex

#CC823B
(204,130,59)
0 Favorites   0 Comments

Color spaces of #cc823b

RGB 20413059
HSL0.080.590.52
HSV29°71°80°
CMYK 0.000.360.71   0.20
XYZ33.673929.11847.9833
Yxy29.11840.47580.4114
Hunter Lab53.961516.957929.0014
CIE-Lab60.886022.392648.8533

#cc823b color RGB value is (204,130,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000010 00111011
Octal 314 202 73
Decimal 204 130 59
Hex CC 82 3B

RGB Percentages of Color #cc823b

%51.91
%33.08
%15.01

CMYK Percentages of Color #cc823b

%0
%36
%71
%20

Triadic Colors of #cc823b

#cc823b #3bcc82 #823bcc

Analogous Colors of #cc823b

#cc823b #cccb3b #cc3b3d

Monochromatic Colors of #cc823b

#cc823b

Complementary Color

#cc823b #3b85cc

#cc823b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc823b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc823b Color CSS Codes

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

#cc823b Text Font Color

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

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


#cc823b Background Color

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

This div background color is #cc823b


#cc823b Border Color

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

This div border color is #cc823b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc823b


Comments

No comments written yet.

Please login to write comment.