Color Hex Logo

#cc596f Color Hex

#CC596F
(204,89,111)
0 Favorites   0 Comments

Color spaces of #cc596f

RGB 20489111
HSL0.970.530.57
HSV349°56°80°
CMYK 0.000.560.46   0.20
XYZ31.343521.129817.4654
Yxy21.12980.44820.3021
Hunter Lab45.967241.27089.6496
CIE-Lab53.091347.633210.4546

#cc596f color RGB value is (204,89,111).

#cc596f hex color red value is 204, green value is 89 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #cc596f hue: 0.97 , saturation: 0.53 and the lightness value of cc596f is 0.57.

The process color (four color CMYK) of #cc596f color hex is 0.00, 0.56, 0.46, 0.20. Web safe color of #cc596f is #cc6666. Color #cc596f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01011001 01101111
Octal 314 131 157
Decimal 204 89 111
Hex CC 59 6F

RGB Percentages of Color #cc596f

%50.50
%22.03
%27.48

CMYK Percentages of Color #cc596f

%0
%56
%46
%20

Triadic Colors of #cc596f

#cc596f #6fcc59 #596fcc

Analogous Colors of #cc596f

#cc596f #cc7d59 #cc59a9

Monochromatic Colors of #cc596f

#cc596f

Complementary Color

#cc596f #59ccb6

#cc596f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc596f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc596f Color CSS Codes

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

#cc596f Text Font Color

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

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


#cc596f Background Color

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

This div background color is #cc596f


#cc596f Border Color

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

This div border color is #cc596f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc596f


Comments

No comments written yet.

Please login to write comment.