Color Hex Logo

#cc496d Color Hex

#CC496D
(204,73,109)
0 Favorites   0 Comments

Color spaces of #cc496d

RGB 20473109
HSL0.950.560.54
HSV344°64°80°
CMYK 0.000.640.47   0.20
XYZ30.044718.706616.4952
Yxy18.70660.46050.2867
Hunter Lab43.251148.30687.6637
CIE-Lab50.342254.64397.7654

#cc496d color RGB value is (204,73,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01001001 01101101
Octal 314 111 155
Decimal 204 73 109
Hex CC 49 6D

RGB Percentages of Color #cc496d

%52.85
%18.91
%28.24

CMYK Percentages of Color #cc496d

%0
%64
%47
%20

Triadic Colors of #cc496d

#cc496d #6dcc49 #496dcc

Analogous Colors of #cc496d

#cc496d #cc6749 #cc49af

Monochromatic Colors of #cc496d

#cc496d

Complementary Color

#cc496d #49cca8

#cc496d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc496d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc496d Color CSS Codes

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

#cc496d Text Font Color

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

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


#cc496d Background Color

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

This div background color is #cc496d


#cc496d Border Color

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

This div border color is #cc496d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc496d


Comments

No comments written yet.

Please login to write comment.