COLOR #CC95A1

HEX: #CC95A1 RGB: (204,149,161)

Color info

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

RGB color model

#CC95A1 color RGB value is (204,149,161).

RGB: (204,149,161) (80%, 58%, 63%)

RGB channels and saturation

R 204 of 255 = 80%
G 149 of 255 = 58%
B 161 of 255 = 63%

204
149
161

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

Portions of RGB colors in percentages

R + G + B = 204 + 149 + 161 = 514 (100%)
R 204 of 514 ~ 39.69%
G 149 of 514 ~ 28.99%
B 161 of 514 ~ 31.32'%

%39.69
%28.99
%31.32

CMYK color model

#CC95A1 color CMYK value is (0,27,21,20).

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

CMYK: (0,27,21,20)
C0M27Y21K20 (0%, 27%, 21%, 20%)
(0.00 / 0.27 / 0.21 / 0.20)

CMYK percentages

%0
%26.96
%21.08
%20

Codes

Color #CC95A1 in popluar color models

CC 95 A1
RGB 204 149 161
HSL 347° 35.03% 69.22%
HSB/HSV 347° 26.96% 80.00%
CMYK 0.00% 26.96% 21.08%
20.00%

Color #CC95A1 in popluar number systems.

HEX CC 95 A1
Decimal 204 149 161
Binary 11001100 10010101 10100001
Octal 314 225 241

Shades and tints

Shades of #CC95A1

#CC95A1
(204,149,161)
#BA8893
(186,136,147)
#A87B85
(168,123,133)
#966E77
(150,110,119)
#846169
(132,97,105)
#72545B
(114,84,91)
#60474D
(96,71,77)
#4E3A3F
(78,58,63)
#3C2D31
(60,45,49)
#2A2023
(42,32,35)
#181315
(24,19,21)
#000000
(0,0,0)

Tints of #CC95A1

#CC95A1
(204,149,161)
#D09EA9
(208,158,169)
#D4A7B1
(212,167,177)
#D8B0B9
(216,176,185)
#DCB9C1
(220,185,193)
#E0C2C9
(224,194,201)
#E4CBD1
(228,203,209)
#E8D4D9
(232,212,217)
#ECDDE1
(236,221,225)
#F0E6E9
(240,230,233)
#F4EFF1
(244,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC95A1; }

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

This text font color is #CC95A1.

Background Color

.myBgColor { background-color: #CC95A1; }

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

This div background color is #CC95A1.

Border color

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

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

This div border color is #CC95A1.

Opacity

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

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

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

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

This text has shadow with #CC95A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC95A1.

Preview

Color preview on black background

This text has color #CC95A1 on black background.


Color preview on white background

This text has color #CC95A1 on white background.


Black color preview on #CC95A1 background

This text has black color on #CC95A1 background.


White color preview on #CC95A1 background

This text has white color on #CC95A1 background.


Related colors

Complementary color

Complementary color for #hex is #336A5E.


I love getcolorcode.com

Triadic colors

1 #A1CC95 and #95A1CC with #CC95A1 are triadic colors.

2 #A195CC and #95CCA1 with #CC95A1 are triadic colors.