COLOR #CC959F

HEX: #CC959F RGB: (204,149,159)

Color info

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

RGB color model

#CC959F color RGB value is (204,149,159).

RGB: (204,149,159) (80%, 58%, 62%)

RGB channels and saturation

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

204
149
159

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

Portions of RGB colors in percentages

R + G + B = 204 + 149 + 159 = 512 (100%)
R 204 of 512 ~ 39.84%
G 149 of 512 ~ 29.1%
B 159 of 512 ~ 31.05'%

%39.84
%29.1
%31.05

CMYK color model

#CC959F color CMYK value is (0,27,22,20).

  • cyan value is 0.00%
  • magenta value is 26.96%
  • yellow value is 22.06%
  • key color value is 20.00%

CMYK: (0,27,22,20)
C0M27Y22K20 (0%, 27%, 22%, 20%)
(0.00 / 0.27 / 0.22 / 0.20)

CMYK percentages

%0
%26.96
%22.06
%20

Codes

Color #CC959F in popluar color models

CC 95 9F
RGB 204 149 159
HSL 349° 35.03% 69.22%
HSB/HSV 349° 26.96% 80.00%
CMYK 0.00% 26.96% 22.06%
20.00%

Color #CC959F in popluar number systems.

HEX CC 95 9F
Decimal 204 149 159
Binary 11001100 10010101 10011111
Octal 314 225 237

Shades and tints

Shades of #CC959F

#CC959F
(204,149,159)
#BA8891
(186,136,145)
#A87B83
(168,123,131)
#966E75
(150,110,117)
#846167
(132,97,103)
#725459
(114,84,89)
#60474B
(96,71,75)
#4E3A3D
(78,58,61)
#3C2D2F
(60,45,47)
#2A2021
(42,32,33)
#181313
(24,19,19)
#000000
(0,0,0)

Tints of #CC959F

#CC959F
(204,149,159)
#D09EA7
(208,158,167)
#D4A7AF
(212,167,175)
#D8B0B7
(216,176,183)
#DCB9BF
(220,185,191)
#E0C2C7
(224,194,199)
#E4CBCF
(228,203,207)
#E8D4D7
(232,212,215)
#ECDDDF
(236,221,223)
#F0E6E7
(240,230,231)
#F4EFEF
(244,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC959F; }

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

This text font color is #CC959F.

Background Color

.myBgColor { background-color: #CC959F; }

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

This div background color is #CC959F.

Border color

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

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

This div border color is #CC959F.

Opacity

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

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

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

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

This text has shadow with #CC959F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC959F.

Preview

Color preview on black background

This text has color #CC959F on black background.


Color preview on white background

This text has color #CC959F on white background.


Black color preview on #CC959F background

This text has black color on #CC959F background.


White color preview on #CC959F background

This text has white color on #CC959F background.


Related colors

Complementary color

Complementary color for #hex is #336A60.


I love getcolorcode.com

Triadic colors

1 #9FCC95 and #959FCC with #CC959F are triadic colors.

2 #9F95CC and #95CC9F with #CC959F are triadic colors.