Color Hex Logo

#cc612c Color Hex

#CC612C
(204,97,44)
0 Favorites   0 Comments

Color spaces of #cc612c

RGB 2049744
HSL0.060.650.49
HSV20°78°80°
CMYK 0.000.520.78   0.20
XYZ29.631221.56864.9843
Yxy21.56860.52740.3839
Hunter Lab46.442032.614126.1462
CIE-Lab53.566339.177148.3970

#cc612c color RGB value is (204,97,44).

#cc612c hex color red value is 204, green value is 97 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #cc612c hue: 0.06 , saturation: 0.65 and the lightness value of cc612c is 0.49.

The process color (four color CMYK) of #cc612c color hex is 0.00, 0.52, 0.78, 0.20. Web safe color of #cc612c is #cc6633. Color #cc612c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100001 00101100
Octal 314 141 54
Decimal 204 97 44
Hex CC 61 2C

RGB Percentages of Color #cc612c

%59.13
%28.12
%12.75

CMYK Percentages of Color #cc612c

%0
%52
%78
%20

Triadic Colors of #cc612c

#cc612c #2ccc61 #612ccc

Analogous Colors of #cc612c

#cc612c #ccb12c #cc2c47

Monochromatic Colors of #cc612c

#cc612c

Complementary Color

#cc612c #2c97cc

#cc612c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc612c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc612c Color CSS Codes

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

#cc612c Text Font Color

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

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


#cc612c Background Color

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

This div background color is #cc612c


#cc612c Border Color

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

This div border color is #cc612c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc612c


Comments

No comments written yet.

Please login to write comment.