Color Hex Logo

#cc712f Color Hex

#CC712F
(204,113,47)
0 Favorites   0 Comments

Color spaces of #cc712f

RGB 20411347
HSL0.070.630.49
HSV25°77°80°
CMYK 0.000.450.77   0.20
XYZ31.320124.85295.8357
Yxy24.85290.50510.4008
Hunter Lab49.852724.901027.9565
CIE-Lab56.931830.993150.3382

#cc712f color RGB value is (204,113,47).

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

The process color (four color CMYK) of #cc712f color hex is 0.00, 0.45, 0.77, 0.20. Web safe color of #cc712f is #cc6633. Color #cc712f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110001 00101111
Octal 314 161 57
Decimal 204 113 47
Hex CC 71 2F

RGB Percentages of Color #cc712f

%56.04
%31.04
%12.91

CMYK Percentages of Color #cc712f

%0
%45
%77
%20

Triadic Colors of #cc712f

#cc712f #2fcc71 #712fcc

Analogous Colors of #cc712f

#cc712f #ccc02f #cc2f3b

Monochromatic Colors of #cc712f

#cc712f

Complementary Color

#cc712f #2f8acc

#cc712f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc712f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc712f Color CSS Codes

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

#cc712f Text Font Color

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

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


#cc712f Background Color

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

This div background color is #cc712f


#cc712f Border Color

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

This div border color is #cc712f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc712f


Comments

No comments written yet.

Please login to write comment.