Color Hex Logo

#cc900c Color Hex

#CC900C
(204,144,12)
0 Favorites   0 Comments

Color spaces of #cc900c

RGB 20414412
HSL0.110.890.42
HSV41°94°80°
CMYK 0.000.290.94   0.20
XYZ34.941532.81044.8393
Yxy32.81040.48130.4520
Hunter Lab57.28048.645935.0872
CIE-Lab64.007113.324467.0991

#cc900c color RGB value is (204,144,12).

#cc900c hex color red value is 204, green value is 144 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #cc900c hue: 0.11 , saturation: 0.89 and the lightness value of cc900c is 0.42.

The process color (four color CMYK) of #cc900c color hex is 0.00, 0.29, 0.94, 0.20. Web safe color of #cc900c is #cc9900. Color #cc900c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010000 00001100
Octal 314 220 14
Decimal 204 144 12
Hex CC 90 C

RGB Percentages of Color #cc900c

%56.67
%40.00
%3.33

CMYK Percentages of Color #cc900c

%0
%29
%94
%20

Triadic Colors of #cc900c

#cc900c #0ccc90 #900ccc

Analogous Colors of #cc900c

#cc900c #a8cc0c #cc300c

Monochromatic Colors of #cc900c

#cc900c

Complementary Color

#cc900c #0c48cc

#cc900c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc900c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc900c Color CSS Codes

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

#cc900c Text Font Color

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

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


#cc900c Background Color

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

This div background color is #cc900c


#cc900c Border Color

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

This div border color is #cc900c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc900c


Comments

No comments written yet.

Please login to write comment.