COLOR #CC959D

HEX: #CC959D
RGB: (204,149,157)

Color info

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

RGB color model

#CC959D color RGB value is (204,149,157).

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

RGB channels and saturation

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

204
149
157

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

Portions of RGB colors in percentages

R + G + B =
204 + 149 + 157 = 510 (100%)
R 204 of 510 ~ 40%
G 149 of 510 ~ 29.22%
B 157 of 510 ~ 30.78%

%40
%29.22
%30.78

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.96%
  • yellow value is 23.04%
  • 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
%23.04
%20

Codes

Color #CC959D in popluar color models

CC959D
RGB204149157
HSL351°35.03%69.22%
HSB/HSV351°26.96%80.00%
CMYK0.00%26.96%23.04%
20.00%

Color #CC959D in popluar number systems.

HEXCC959D
Decimal204149157
Binary110011001001010110011101
Octal314225235

Shades and tints

Shades of #CC959D

#CC959D
(204,149,157)
#BA888F
(186,136,143)
#A87B81
(168,123,129)
#966E73
(150,110,115)
#846165
(132,97,101)
#725457
(114,84,87)
#604749
(96,71,73)
#4E3A3B
(78,58,59)
#3C2D2D
(60,45,45)
#2A201F
(42,32,31)
#181311
(24,19,17)
#000000
(0,0,0)

Tints of #CC959D

#CC959D
(204,149,157)
#D09EA5
(208,158,165)
#D4A7AD
(212,167,173)
#D8B0B5
(216,176,181)
#DCB9BD
(220,185,189)
#E0C2C5
(224,194,197)
#E4CBCD
(228,203,205)
#E8D4D5
(232,212,213)
#ECDDDD
(236,221,221)
#F0E6E5
(240,230,229)
#F4EFED
(244,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC959D; }

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

This text font color is #CC959D.


Background Color

.myBgColor { background-color: #CC959D; }

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

This div background color is #CC959D.


Border color

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

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

This div border color is #CC959D.


Opacity

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

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

Text with #CC959D 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 #CC959D;}

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

This text has shadow with #CC959D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC959D on black background.


Color preview on white background

This text has color #CC959D on white background.



Black color preview on #CC959D background

This text has black color on #CC959D background.


White color preview on #CC959D background

This text has white color on #CC959D background.