Color Hex Logo

#cc495c Color Hex

#CC495C
(204,73,92)
0 Favorites   0 Comments

Color spaces of #cc495c

RGB 2047392
HSL0.980.560.54
HSV351°64°80°
CMYK 0.000.640.55   0.20
XYZ29.216218.375212.1321
Yxy18.37520.48920.3077
Hunter Lab42.866346.643413.2260
CIE-Lab49.948153.182617.4636

#cc495c color RGB value is (204,73,92).

#cc495c hex color red value is 204, green value is 73 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #cc495c hue: 0.98 , saturation: 0.56 and the lightness value of cc495c is 0.54.

The process color (four color CMYK) of #cc495c color hex is 0.00, 0.64, 0.55, 0.20. Web safe color of #cc495c is #cc3366. Color #cc495c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01001001 01011100
Octal 314 111 134
Decimal 204 73 92
Hex CC 49 5C

RGB Percentages of Color #cc495c

%55.28
%19.78
%24.93

CMYK Percentages of Color #cc495c

%0
%64
%55
%20

Triadic Colors of #cc495c

#cc495c #5ccc49 #495ccc

Analogous Colors of #cc495c

#cc495c #cc7849 #cc499e

Monochromatic Colors of #cc495c

#cc495c

Complementary Color

#cc495c #49ccb9

#cc495c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc495c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc495c Color CSS Codes

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

#cc495c Text Font Color

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

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


#cc495c Background Color

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

This div background color is #cc495c


#cc495c Border Color

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

This div border color is #cc495c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc495c


Comments

No comments written yet.

Please login to write comment.