Color Hex Logo

#cc493d Color Hex

#CC493D
(204,73,61)
0 Favorites   0 Comments

Color spaces of #cc493d

RGB 2047361
HSL0.010.580.52
HSV70°80°
CMYK 0.000.640.70   0.20
XYZ28.126717.93946.3951
Yxy17.93940.53610.3420
Hunter Lab42.354944.415620.6964
CIE-Lab49.422551.200135.0549

#cc493d color RGB value is (204,73,61).

#cc493d hex color red value is 204, green value is 73 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #cc493d hue: 0.01 , saturation: 0.58 and the lightness value of cc493d is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01001001 00111101
Octal 314 111 75
Decimal 204 73 61
Hex CC 49 3D

RGB Percentages of Color #cc493d

%60.36
%21.60
%18.05

CMYK Percentages of Color #cc493d

%0
%64
%70
%20

Triadic Colors of #cc493d

#cc493d #3dcc49 #493dcc

Analogous Colors of #cc493d

#cc493d #cc913d #cc3d79

Monochromatic Colors of #cc493d

#cc493d

Complementary Color

#cc493d #3dc0cc

#cc493d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc493d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc493d Color CSS Codes

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

#cc493d Text Font Color

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

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


#cc493d Background Color

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

This div background color is #cc493d


#cc493d Border Color

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

This div border color is #cc493d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc493d


Comments

No comments written yet.

Please login to write comment.