Color Hex Logo

#cc942f Color Hex

#CC942F
(204,148,47)
0 Favorites   0 Comments

Color spaces of #cc942f

RGB 20414847
HSL0.110.630.49
HSV39°77°80°
CMYK 0.000.270.77   0.20
XYZ36.004834.22247.3973
Yxy34.22240.46380.4409
Hunter Lab58.49997.486133.4527
CIE-Lab65.138712.043758.2860

#cc942f color RGB value is (204,148,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010100 00101111
Octal 314 224 57
Decimal 204 148 47
Hex CC 94 2F

RGB Percentages of Color #cc942f

%51.13
%37.09
%11.78

CMYK Percentages of Color #cc942f

%0
%27
%77
%20

Triadic Colors of #cc942f

#cc942f #2fcc94 #942fcc

Analogous Colors of #cc942f

#cc942f #b6cc2f #cc462f

Monochromatic Colors of #cc942f

#cc942f

Complementary Color

#cc942f #2f67cc

#cc942f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc942f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc942f Color CSS Codes

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

#cc942f Text Font Color

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

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


#cc942f Background Color

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

This div background color is #cc942f


#cc942f Border Color

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

This div border color is #cc942f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc942f


Comments

No comments written yet.

Please login to write comment.