COLOR #CC949C

HEX: #CC949C
RGB: (204,148,156)

Color info

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

RGB color model

#CC949C color RGB value is (204,148,156).

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

RGB channels and saturation

R 204 of 255 = 80%
G 148 of 255 = 58%
B 156 of 255 = 61%

204
148
156

R + G + B ~ 66%. #CC949C is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 148 + 156 = 508 (100%)
R 204 of 508 ~ 40.16%
G 148 of 508 ~ 29.13%
B 156 of 508 ~ 30.71%

%40.16
%29.13
%30.71

CMYK color model

#CC949C color CMYK value is (0,27,24,20).

  • cyan value is 0.00%
  • magenta value is 27.45%
  • yellow value is 23.53%
  • key color value is 20.00%
CMYK:
(0,27,24,20)
C0M27Y24K20 
(0%,27%,24%,20%)
(0.00/0.27/0.24/0.20)	

CMYK percentages

%0
%27.45
%23.53
%20

Codes

Color #CC949C in popluar color models

CC949C
RGB204148156
HSL351°35.44%69.02%
HSB/HSV351°27.45%80.00%
CMYK0.00%27.45%23.53%
20.00%

Color #CC949C in popluar number systems.

HEXCC949C
Decimal204148156
Binary110011001001010010011100
Octal314224234

Shades and tints

Shades of #CC949C

#CC949C
(204,148,156)
#BA878E
(186,135,142)
#A87A80
(168,122,128)
#966D72
(150,109,114)
#846064
(132,96,100)
#725356
(114,83,86)
#604648
(96,70,72)
#4E393A
(78,57,58)
#3C2C2C
(60,44,44)
#2A1F1E
(42,31,30)
#181210
(24,18,16)
#000000
(0,0,0)

Tints of #CC949C

#CC949C
(204,148,156)
#D09DA5
(208,157,165)
#D4A6AE
(212,166,174)
#D8AFB7
(216,175,183)
#DCB8C0
(220,184,192)
#E0C1C9
(224,193,201)
#E4CAD2
(228,202,210)
#E8D3DB
(232,211,219)
#ECDCE4
(236,220,228)
#F0E5ED
(240,229,237)
#F4EEF6
(244,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC949C; }

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

This text font color is #CC949C.


Background Color

.myBgColor { background-color: #CC949C; }

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

This div background color is #CC949C.


Border color

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

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

This div border color is #CC949C.


Opacity

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

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

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

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

This text has shadow with #CC949C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC949C on black background.


Color preview on white background

This text has color #CC949C on white background.



Black color preview on #CC949C background

This text has black color on #CC949C background.


White color preview on #CC949C background

This text has white color on #CC949C background.