Color Hex Logo

#cc992c Color Hex

#CC992C
(204,153,44)
0 Favorites   0 Comments

Color spaces of #cc992c

RGB 20415344
HSL0.110.650.49
HSV41°78°80°
CMYK 0.000.250.78   0.20
XYZ36.747735.80177.3565
Yxy35.80170.45990.4480
Hunter Lab59.83454.916334.5946
CIE-Lab66.36819.215860.5560

#cc992c color RGB value is (204,153,44).

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

The process color (four color CMYK) of #cc992c color hex is 0.00, 0.25, 0.78, 0.20. Web safe color of #cc992c is #cc9933. Color #cc992c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10011001 00101100
Octal 314 231 54
Decimal 204 153 44
Hex CC 99 2C

RGB Percentages of Color #cc992c

%50.87
%38.15
%10.97

CMYK Percentages of Color #cc992c

%0
%25
%78
%20

Triadic Colors of #cc992c

#cc992c #2ccc99 #992ccc

Analogous Colors of #cc992c

#cc992c #afcc2c #cc492c

Monochromatic Colors of #cc992c

#cc992c

Complementary Color

#cc992c #2c5fcc

#cc992c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc992c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc992c Color CSS Codes

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

#cc992c Text Font Color

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

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


#cc992c Background Color

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

This div background color is #cc992c


#cc992c Border Color

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

This div border color is #cc992c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc992c


Comments

No comments written yet.

Please login to write comment.