Color Hex Logo

#cc833f Color Hex

#CC833F
(204,131,63)
0 Favorites   0 Comments

Color spaces of #cc833f

RGB 20413163
HSL0.080.580.52
HSV29°69°80°
CMYK 0.000.360.69   0.20
XYZ33.915329.42888.5954
Yxy29.42880.47140.4091
Hunter Lab54.248316.661228.5796
CIE-Lab61.158222.062647.2357

#cc833f color RGB value is (204,131,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000011 00111111
Octal 314 203 77
Decimal 204 131 63
Hex CC 83 3F

RGB Percentages of Color #cc833f

%51.26
%32.91
%15.83

CMYK Percentages of Color #cc833f

%0
%36
%69
%20

Triadic Colors of #cc833f

#cc833f #3fcc83 #833fcc

Analogous Colors of #cc833f

#cc833f #ccca3f #cc3f41

Monochromatic Colors of #cc833f

#cc833f

Complementary Color

#cc833f #3f88cc

#cc833f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc833f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc833f Color CSS Codes

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

#cc833f Text Font Color

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

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


#cc833f Background Color

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

This div background color is #cc833f


#cc833f Border Color

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

This div border color is #cc833f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc833f


Comments

No comments written yet.

Please login to write comment.