Color Hex Logo

#cc472e Color Hex

#CC472E
(204,71,46)
0 Favorites   0 Comments

Color spaces of #cc472e

RGB 2047146
HSL0.030.630.49
HSV77°80°
CMYK 0.000.650.77   0.20
XYZ27.648217.54114.5133
Yxy17.54110.55630.3529
Hunter Lab41.882144.542022.9283
CIE-Lab48.934751.402442.7402

#cc472e color RGB value is (204,71,46).

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

The process color (four color CMYK) of #cc472e color hex is 0.00, 0.65, 0.77, 0.20. Web safe color of #cc472e is #cc3333. Color #cc472e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000111 00101110
Octal 314 107 56
Decimal 204 71 46
Hex CC 47 2E

RGB Percentages of Color #cc472e

%63.55
%22.12
%14.33

CMYK Percentages of Color #cc472e

%0
%65
%77
%20

Triadic Colors of #cc472e

#cc472e #2ecc47 #472ecc

Analogous Colors of #cc472e

#cc472e #cc962e #cc2e64

Monochromatic Colors of #cc472e

#cc472e

Complementary Color

#cc472e #2eb3cc

#cc472e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc472e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc472e Color CSS Codes

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

#cc472e Text Font Color

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

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


#cc472e Background Color

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

This div background color is #cc472e


#cc472e Border Color

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

This div border color is #cc472e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc472e


Comments

No comments written yet.

Please login to write comment.