Color Hex Logo

#cc493a Color Hex

#CC493A
(204,73,58)
0 Favorites   0 Comments

Color spaces of #cc493a

RGB 2047358
HSL0.020.590.51
HSV72°80°
CMYK 0.000.640.72   0.20
XYZ28.048117.90795.9813
Yxy17.90790.54000.3448
Hunter Lab42.317744.253421.2422
CIE-Lab49.384251.054636.7031

#cc493a color RGB value is (204,73,58).

#cc493a hex color red value is 204, green value is 73 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #cc493a hue: 0.02 , saturation: 0.59 and the lightness value of cc493a is 0.51.

The process color (four color CMYK) of #cc493a color hex is 0.00, 0.64, 0.72, 0.20. Web safe color of #cc493a is #cc3333. Color #cc493a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01001001 00111010
Octal 314 111 72
Decimal 204 73 58
Hex CC 49 3A

RGB Percentages of Color #cc493a

%60.90
%21.79
%17.31

CMYK Percentages of Color #cc493a

%0
%64
%72
%20

Triadic Colors of #cc493a

#cc493a #3acc49 #493acc

Analogous Colors of #cc493a

#cc493a #cc923a #cc3a74

Monochromatic Colors of #cc493a

#cc493a

Complementary Color

#cc493a #3abdcc

#cc493a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc493a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc493a Color CSS Codes

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

#cc493a Text Font Color

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

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


#cc493a Background Color

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

This div background color is #cc493a


#cc493a Border Color

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

This div border color is #cc493a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc493a


Comments

No comments written yet.

Please login to write comment.