Color Hex Logo

#cc959c Color Hex

#CC959C
(204,149,156)
0 Favorites   0 Comments

Color spaces of #cc959c

RGB 204149156
HSL0.980.350.69
HSV352°27°80°
CMYK 0.000.270.24   0.20
XYZ41.650036.732636.3474
Yxy36.73260.36300.3202
Hunter Lab60.607416.60396.8679
CIE-Lab67.075921.69134.4946

#cc959c color RGB value is (204,149,156).

#cc959c hex color red value is 204, green value is 149 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #cc959c hue: 0.98 , saturation: 0.35 and the lightness value of cc959c is 0.69.

The process color (four color CMYK) of #cc959c color hex is 0.00, 0.27, 0.24, 0.20. Web safe color of #cc959c is #cc9999. Color #cc959c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010101 10011100
Octal 314 225 234
Decimal 204 149 156
Hex CC 95 9C

RGB Percentages of Color #cc959c

%40.08
%29.27
%30.65

CMYK Percentages of Color #cc959c

%0
%27
%24
%20

Triadic Colors of #cc959c

#cc959c #9ccc95 #959ccc

Analogous Colors of #cc959c

#cc959c #ccaa95 #cc95b8

Monochromatic Colors of #cc959c

#cc959c

Complementary Color

#cc959c #95ccc5

#cc959c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc959c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc959c Color CSS Codes

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

#cc959c Text Font Color

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

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


#cc959c Background Color

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

This div background color is #cc959c


#cc959c Border Color

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

This div border color is #cc959c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc959c


Comments

No comments written yet.

Please login to write comment.