Color Hex Logo

#cc470c Color Hex

#CC470C
(204,71,12)
0 Favorites   0 Comments

Color spaces of #cc470c

RGB 2047112
HSL0.050.890.42
HSV18°94°80°
CMYK 0.000.650.94   0.20
XYZ27.221417.37042.2659
Yxy17.37040.58090.3707
Hunter Lab41.677843.649125.9510
CIE-Lab48.723450.599756.5801

#cc470c color RGB value is (204,71,12).

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

The process color (four color CMYK) of #cc470c color hex is 0.00, 0.65, 0.94, 0.20. Web safe color of #cc470c is #cc3300. Color #cc470c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000111 00001100
Octal 314 107 14
Decimal 204 71 12
Hex CC 47 C

RGB Percentages of Color #cc470c

%71.08
%24.74
%4.18

CMYK Percentages of Color #cc470c

%0
%65
%94
%20

Triadic Colors of #cc470c

#cc470c #0ccc47 #470ccc

Analogous Colors of #cc470c

#cc470c #cca70c #cc0c31

Monochromatic Colors of #cc470c

#cc470c

Complementary Color

#cc470c #0c91cc

#cc470c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc470c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc470c Color CSS Codes

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

#cc470c Text Font Color

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

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


#cc470c Background Color

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

This div background color is #cc470c


#cc470c Border Color

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

This div border color is #cc470c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc470c


Comments

No comments written yet.

Please login to write comment.