COLOR #CC94A2

HEX: #CC94A2
RGB: (204,148,162)

Color info

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

RGB color model

#CC94A2 color RGB value is (204,148,162).

  • red value is 204;
  • green value is 148;
  • blue value is 162.
RGB:
(204,148,162)
(80%,58%,64%)

RGB channels and saturation

R 204 of 255 = 80%
G 148 of 255 = 58%
B 162 of 255 = 64%

204
148
162

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

Portions of RGB colors in percentages

R + G + B =
204 + 148 + 162 = 514 (100%)
R 204 of 514 ~ 39.69%
G 148 of 514 ~ 28.79%
B 162 of 514 ~ 31.52%

%39.69
%28.79
%31.52

CMYK color model

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

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

Codes

Color #CC94A2 in popluar color models

CC94A2
RGB204148162
HSL345°35.44%69.02%
HSB/HSV345°27.45%80.00%
CMYK0.00%27.45%20.59%
20.00%

Color #CC94A2 in popluar number systems.

HEXCC94A2
Decimal204148162
Binary110011001001010010100010
Octal314224242

Shades and tints

Shades of #CC94A2

#CC94A2
(204,148,162)
#BA8794
(186,135,148)
#A87A86
(168,122,134)
#966D78
(150,109,120)
#84606A
(132,96,106)
#72535C
(114,83,92)
#60464E
(96,70,78)
#4E3940
(78,57,64)
#3C2C32
(60,44,50)
#2A1F24
(42,31,36)
#181216
(24,18,22)
#000000
(0,0,0)

Tints of #CC94A2

#CC94A2
(204,148,162)
#D09DAA
(208,157,170)
#D4A6B2
(212,166,178)
#D8AFBA
(216,175,186)
#DCB8C2
(220,184,194)
#E0C1CA
(224,193,202)
#E4CAD2
(228,202,210)
#E8D3DA
(232,211,218)
#ECDCE2
(236,220,226)
#F0E5EA
(240,229,234)
#F4EEF2
(244,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC94A2 color. Also use rgb(204,148,162) instead hex code.

Text Font Color

.myTextColor { color: #CC94A2; }

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

This text font color is #CC94A2.


Background Color

.myBgColor { background-color: #CC94A2; }

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

This div background color is #CC94A2.


Border color

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

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

This div border color is #CC94A2.


Opacity

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

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

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

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

This text has shadow with #CC94A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC94A2 on black background.


Color preview on white background

This text has color #CC94A2 on white background.



Black color preview on #CC94A2 background

This text has black color on #CC94A2 background.


White color preview on #CC94A2 background

This text has white color on #CC94A2 background.