Color Hex Logo

#cc462a Color Hex

#CC462A
(204,70,42)
0 Favorites   0 Comments

Color spaces of #cc462a

RGB 2047042
HSL0.030.660.48
HSV10°79°80°
CMYK 0.000.660.79   0.20
XYZ27.509917.38494.0962
Yxy17.38490.56150.3549
Hunter Lab41.695244.805123.3619
CIE-Lab48.741451.682444.6084

#cc462a color RGB value is (204,70,42).

#cc462a hex color red value is 204, green value is 70 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #cc462a hue: 0.03 , saturation: 0.66 and the lightness value of cc462a is 0.48.

The process color (four color CMYK) of #cc462a color hex is 0.00, 0.66, 0.79, 0.20. Web safe color of #cc462a is #cc3333. Color #cc462a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000110 00101010
Octal 314 106 52
Decimal 204 70 42
Hex CC 46 2A

RGB Percentages of Color #cc462a

%64.56
%22.15
%13.29

CMYK Percentages of Color #cc462a

%0
%66
%79
%20

Triadic Colors of #cc462a

#cc462a #2acc46 #462acc

Analogous Colors of #cc462a

#cc462a #cc972a #cc2a5f

Monochromatic Colors of #cc462a

#cc462a

Complementary Color

#cc462a #2ab0cc

#cc462a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc462a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc462a Color CSS Codes

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

#cc462a Text Font Color

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

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


#cc462a Background Color

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

This div background color is #cc462a


#cc462a Border Color

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

This div border color is #cc462a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc462a


Comments

No comments written yet.

Please login to write comment.