Color Hex Logo

#cc496b Color Hex

#CC496B
(204,73,107)
0 Favorites   0 Comments

Color spaces of #cc496b

RGB 20473107
HSL0.960.560.54
HSV344°64°80°
CMYK 0.000.640.48   0.20
XYZ29.938218.664015.9345
Yxy18.66400.46390.2892
Hunter Lab43.201948.09448.3729
CIE-Lab50.291854.45828.9005

#cc496b color RGB value is (204,73,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01001001 01101011
Octal 314 111 153
Decimal 204 73 107
Hex CC 49 6B

RGB Percentages of Color #cc496b

%53.13
%19.01
%27.86

CMYK Percentages of Color #cc496b

%0
%64
%48
%20

Triadic Colors of #cc496b

#cc496b #6bcc49 #496bcc

Analogous Colors of #cc496b

#cc496b #cc6949 #cc49ad

Monochromatic Colors of #cc496b

#cc496b

Complementary Color

#cc496b #49ccaa

#cc496b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc496b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc496b Color CSS Codes

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

#cc496b Text Font Color

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

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


#cc496b Background Color

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

This div background color is #cc496b


#cc496b Border Color

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

This div border color is #cc496b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc496b


Comments

No comments written yet.

Please login to write comment.