COLOR #CC959E

HEX: #CC959E
RGB: (204,149,158)

Color info

#CC959E contains red, green and blue colors in about the same proportion. Web safe color of #CC959E is #CC9999 (or #C99).

RGB color model

#CC959E color RGB value is (204,149,158).

  • red value is 204;
  • green value is 149;
  • blue value is 158.
RGB:
(204,149,158)
(80%,58%,62%)

RGB channels and saturation

R 204 of 255 = 80%
G 149 of 255 = 58%
B 158 of 255 = 62%

204
149
158

R + G + B ~ 67%. #CC959E is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 149 + 158 = 511 (100%)
R 204 of 511 ~ 39.92%
G 149 of 511 ~ 29.16%
B 158 of 511 ~ 30.92%

%39.92
%29.16
%30.92

CMYK color model

#CC959E color CMYK value is (0,27,23,20).

  • cyan value is 0.00%
  • magenta value is 26.96%
  • yellow value is 22.55%
  • key color value is 20.00%
CMYK:
(0,27,23,20)
C0M27Y23K20 
(0%,27%,23%,20%)
(0.00/0.27/0.23/0.20)	

CMYK percentages

%0
%26.96
%22.55
%20

Codes

Color #CC959E in popluar color models

CC959E
RGB204149158
HSL350°35.03%69.22%
HSB/HSV350°26.96%80.00%
CMYK0.00%26.96%22.55%
20.00%

Color #CC959E in popluar number systems.

HEXCC959E
Decimal204149158
Binary110011001001010110011110
Octal314225236

Shades and tints

Shades of #CC959E

#CC959E
(204,149,158)
#BA8890
(186,136,144)
#A87B82
(168,123,130)
#966E74
(150,110,116)
#846166
(132,97,102)
#725458
(114,84,88)
#60474A
(96,71,74)
#4E3A3C
(78,58,60)
#3C2D2E
(60,45,46)
#2A2020
(42,32,32)
#181312
(24,19,18)
#000000
(0,0,0)

Tints of #CC959E

#CC959E
(204,149,158)
#D09EA6
(208,158,166)
#D4A7AE
(212,167,174)
#D8B0B6
(216,176,182)
#DCB9BE
(220,185,190)
#E0C2C6
(224,194,198)
#E4CBCE
(228,203,206)
#E8D4D6
(232,212,214)
#ECDDDE
(236,221,222)
#F0E6E6
(240,230,230)
#F4EFEE
(244,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC959E color. Also use rgb(204,149,158) instead hex code.

Text Font Color

.myTextColor { color: #CC959E; }

<p style="color:#CC959E">This sample text font color is #CC959E.</p>

This text font color is #CC959E.


Background Color

.myBgColor { background-color: #CC959E; }

<div style="background-color:#CC959E">Inner text</div>

This div background color is #CC959E.


Border color

.myBorderColor { border: 1px solid #CC959E; }

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

This div border color is #CC959E.


Opacity

.myOpacity80 { color: #CC959E; opacity: 0.8; }

<p style="color:#CC959E;opacity:0.8;">80%</p>

Text with #CC959E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #CC959E;}

<p style="text-shadow: 3px 3px 1px #CC959E">Text here.</p>

This text has shadow with #CC959E color.

.textShadow {text-shadow: 3px 3px 1px #CC959E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #CC959E, 5px 5px 20px red">Text here.</p>

This text has shadow with #CC959E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CC959E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#CC959E, Direction=45, Strength=4)">Text</p>

This text has shadow with #CC959E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #CC959E;
  -webkit-box-shadow:	1px 1px 3px 2px #CC959E;
  box-shadow:		1px 1px 3px 2px #CC959E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CC959E;
-webkit-box-shadow: 1px 1px 3px 2px #CC959E;
box-shadow:1px 1px 3px 2px #CC959E;">
Div content here</div>
This div box has shadow with color #CC959E.

Preview

Color preview on black background

This text has color #CC959E on black background.


Color preview on white background

This text has color #CC959E on white background.



Black color preview on #CC959E background

This text has black color on #CC959E background.


White color preview on #CC959E background

This text has white color on #CC959E background.