Color Hex Logo

#cc512f Color Hex

#CC512F
(204,81,47)
0 Favorites   0 Comments

Color spaces of #cc512f

RGB 2048147
HSL0.040.630.49
HSV13°77°80°
CMYK 0.000.600.77   0.20
XYZ28.357418.92754.8481
Yxy18.92750.54390.3631
Hunter Lab43.505740.212723.8470
CIE-Lab50.602347.023443.9444

#cc512f color RGB value is (204,81,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010001 00101111
Octal 314 121 57
Decimal 204 81 47
Hex CC 51 2F

RGB Percentages of Color #cc512f

%61.45
%24.40
%14.16

CMYK Percentages of Color #cc512f

%0
%60
%77
%20

Triadic Colors of #cc512f

#cc512f #2fcc51 #512fcc

Analogous Colors of #cc512f

#cc512f #cca02f #cc2f5b

Monochromatic Colors of #cc512f

#cc512f

Complementary Color

#cc512f #2faacc

#cc512f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc512f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc512f Color CSS Codes

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

#cc512f Text Font Color

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

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


#cc512f Background Color

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

This div background color is #cc512f


#cc512f Border Color

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

This div border color is #cc512f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc512f


Comments

No comments written yet.

Please login to write comment.