COLOR #CC95B6

HEX: #CC95B6 RGB: (204,149,182)

Color info

#CC95B6 contains red, green and blue colors in about the same proportion. Web safe color of #CC95B6 is #CC99CC (or #C9C).

RGB color model

#CC95B6 color RGB value is (204,149,182).

RGB: (204,149,182) (80%, 58%, 71%)

RGB channels and saturation

R 204 of 255 = 80%
G 149 of 255 = 58%
B 182 of 255 = 71%

204
149
182

R + G + B ~ 70%. #CC95B6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 149 + 182 = 535 (100%)
R 204 of 535 ~ 38.13%
G 149 of 535 ~ 27.85%
B 182 of 535 ~ 34.02'%

%38.13
%27.85
%34.02

CMYK color model

#CC95B6 color CMYK value is (0,27,11,20).

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

CMYK: (0,27,11,20)
C0M27Y11K20 (0%, 27%, 11%, 20%)
(0.00 / 0.27 / 0.11 / 0.20)

CMYK percentages

%0
%26.96
%10.78
%20

Codes

Color #CC95B6 in popluar color models

CC 95 B6
RGB 204 149 182
HSL 324° 35.03% 69.22%
HSB/HSV 324° 26.96% 80.00%
CMYK 0.00% 26.96% 10.78%
20.00%

Color #CC95B6 in popluar number systems.

HEX CC 95 B6
Decimal 204 149 182
Binary 11001100 10010101 10110110
Octal 314 225 266

Shades and tints

Shades of #CC95B6

#CC95B6
(204,149,182)
#BA88A6
(186,136,166)
#A87B96
(168,123,150)
#966E86
(150,110,134)
#846176
(132,97,118)
#725466
(114,84,102)
#604756
(96,71,86)
#4E3A46
(78,58,70)
#3C2D36
(60,45,54)
#2A2026
(42,32,38)
#181316
(24,19,22)
#000000
(0,0,0)

Tints of #CC95B6

#CC95B6
(204,149,182)
#D09EBC
(208,158,188)
#D4A7C2
(212,167,194)
#D8B0C8
(216,176,200)
#DCB9CE
(220,185,206)
#E0C2D4
(224,194,212)
#E4CBDA
(228,203,218)
#E8D4E0
(232,212,224)
#ECDDE6
(236,221,230)
#F0E6EC
(240,230,236)
#F4EFF2
(244,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC95B6; }

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

This text font color is #CC95B6.

Background Color

.myBgColor { background-color: #CC95B6; }

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

This div background color is #CC95B6.

Border color

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

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

This div border color is #CC95B6.

Opacity

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

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

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

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

This text has shadow with #CC95B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC95B6.

Preview

Color preview on black background

This text has color #CC95B6 on black background.


Color preview on white background

This text has color #CC95B6 on white background.


Black color preview on #CC95B6 background

This text has black color on #CC95B6 background.


White color preview on #CC95B6 background

This text has white color on #CC95B6 background.


Related colors

Complementary color

Complementary color for #hex is #336A49.


I love getcolorcode.com

Triadic colors

1 #B6CC95 and #95B6CC with #CC95B6 are triadic colors.

2 #B695CC and #95CCB6 with #CC95B6 are triadic colors.