COLOR #CC95AF

HEX: #CC95AF RGB: (204,149,175)

Color info

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

RGB color model

#CC95AF color RGB value is (204,149,175).

RGB: (204,149,175) (80%, 58%, 69%)

RGB channels and saturation

R 204 of 255 = 80%
G 149 of 255 = 58%
B 175 of 255 = 69%

204
149
175

R + G + B ~ 69%. #CC95AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 149 + 175 = 528 (100%)
R 204 of 528 ~ 38.64%
G 149 of 528 ~ 28.22%
B 175 of 528 ~ 33.14'%

%38.64
%28.22
%33.14

CMYK color model

#CC95AF color CMYK value is (0,27,14,20).

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

CMYK: (0,27,14,20)
C0M27Y14K20 (0%, 27%, 14%, 20%)
(0.00 / 0.27 / 0.14 / 0.20)

CMYK percentages

%0
%26.96
%14.22
%20

Codes

Color #CC95AF in popluar color models

CC 95 AF
RGB 204 149 175
HSL 332° 35.03% 69.22%
HSB/HSV 332° 26.96% 80.00%
CMYK 0.00% 26.96% 14.22%
20.00%

Color #CC95AF in popluar number systems.

HEX CC 95 AF
Decimal 204 149 175
Binary 11001100 10010101 10101111
Octal 314 225 257

Shades and tints

Shades of #CC95AF

#CC95AF
(204,149,175)
#BA88A0
(186,136,160)
#A87B91
(168,123,145)
#966E82
(150,110,130)
#846173
(132,97,115)
#725464
(114,84,100)
#604755
(96,71,85)
#4E3A46
(78,58,70)
#3C2D37
(60,45,55)
#2A2028
(42,32,40)
#181319
(24,19,25)
#000000
(0,0,0)

Tints of #CC95AF

#CC95AF
(204,149,175)
#D09EB6
(208,158,182)
#D4A7BD
(212,167,189)
#D8B0C4
(216,176,196)
#DCB9CB
(220,185,203)
#E0C2D2
(224,194,210)
#E4CBD9
(228,203,217)
#E8D4E0
(232,212,224)
#ECDDE7
(236,221,231)
#F0E6EE
(240,230,238)
#F4EFF5
(244,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC95AF; }

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

This text font color is #CC95AF.

Background Color

.myBgColor { background-color: #CC95AF; }

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

This div background color is #CC95AF.

Border color

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

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

This div border color is #CC95AF.

Opacity

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

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

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

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

This text has shadow with #CC95AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC95AF.

Preview

Color preview on black background

This text has color #CC95AF on black background.


Color preview on white background

This text has color #CC95AF on white background.


Black color preview on #CC95AF background

This text has black color on #CC95AF background.


White color preview on #CC95AF background

This text has white color on #CC95AF background.


Related colors

Complementary color

Complementary color for #hex is #336A50.


I love getcolorcode.com

Triadic colors

1 #AFCC95 and #95AFCC with #CC95AF are triadic colors.

2 #AF95CC and #95CCAF with #CC95AF are triadic colors.