Color Hex Logo

#cc959b Color Hex

#CC959B
(204,149,155)
1 Favorites   0 Comments

Color spaces of #cc959b

RGB 204149155
HSL0.980.350.69
HSV353°27°80°
CMYK 0.000.270.24   0.20
XYZ41.565736.698835.9032
Yxy36.69880.36410.3214
Hunter Lab60.579516.46087.2667
CIE-Lab67.050421.54475.0181

#cc959b color RGB value is (204,149,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010101 10011011
Octal 314 225 233
Decimal 204 149 155
Hex CC 95 9B

RGB Percentages of Color #cc959b

%40.16
%29.33
%30.51

CMYK Percentages of Color #cc959b

%0
%27
%24
%20

Triadic Colors of #cc959b

#cc959b #9bcc95 #959bcc

Analogous Colors of #cc959b

#cc959b #ccab95 #cc95b7

Monochromatic Colors of #cc959b

#cc959b

Complementary Color

#cc959b #95ccc6

#cc959b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc959b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc959b Color CSS Codes

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

#cc959b Text Font Color

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

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


#cc959b Background Color

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

This div background color is #cc959b


#cc959b Border Color

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

This div border color is #cc959b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc959b


Comments

No comments written yet.

Please login to write comment.