Color Hex Logo

#cc512e Color Hex

#CC512E
(204,81,46)
0 Favorites   0 Comments

Color spaces of #cc512e

RGB 2048146
HSL0.040.630.49
HSV13°77°80°
CMYK 0.000.600.77   0.20
XYZ28.337418.91954.7430
Yxy18.91950.54500.3638
Hunter Lab43.496640.171323.9824
CIE-Lab50.592946.985344.4442

#cc512e color RGB value is (204,81,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010001 00101110
Octal 314 121 56
Decimal 204 81 46
Hex CC 51 2E

RGB Percentages of Color #cc512e

%61.63
%24.47
%13.90

CMYK Percentages of Color #cc512e

%0
%60
%77
%20

Triadic Colors of #cc512e

#cc512e #2ecc51 #512ecc

Analogous Colors of #cc512e

#cc512e #cca02e #cc2e5a

Monochromatic Colors of #cc512e

#cc512e

Complementary Color

#cc512e #2ea9cc

#cc512e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc512e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc512e Color CSS Codes

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

#cc512e Text Font Color

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

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


#cc512e Background Color

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

This div background color is #cc512e


#cc512e Border Color

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

This div border color is #cc512e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc512e


Comments

No comments written yet.

Please login to write comment.