Color Hex Logo

#cc842f Color Hex

#CC842F
(204,132,47)
0 Favorites   0 Comments

Color spaces of #cc842f

RGB 20413247
HSL0.090.630.49
HSV32°77°80°
CMYK 0.000.350.77   0.20
XYZ33.666229.54516.6177
Yxy29.54510.48210.4231
Hunter Lab54.355415.435930.8303
CIE-Lab61.259720.754754.5721

#cc842f color RGB value is (204,132,47).

#cc842f hex color red value is 204, green value is 132 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #cc842f hue: 0.09 , saturation: 0.63 and the lightness value of cc842f is 0.49.

The process color (four color CMYK) of #cc842f color hex is 0.00, 0.35, 0.77, 0.20. Web safe color of #cc842f is #cc9933. Color #cc842f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000100 00101111
Octal 314 204 57
Decimal 204 132 47
Hex CC 84 2F

RGB Percentages of Color #cc842f

%53.26
%34.46
%12.27

CMYK Percentages of Color #cc842f

%0
%35
%77
%20

Triadic Colors of #cc842f

#cc842f #2fcc84 #842fcc

Analogous Colors of #cc842f

#cc842f #c6cc2f #cc362f

Monochromatic Colors of #cc842f

#cc842f

Complementary Color

#cc842f #2f77cc

#cc842f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc842f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc842f Color CSS Codes

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

#cc842f Text Font Color

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

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


#cc842f Background Color

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

This div background color is #cc842f


#cc842f Border Color

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

This div border color is #cc842f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc842f


Comments

No comments written yet.

Please login to write comment.