COLOR #CC9CAC

HEX: #CC9CAC RGB: (204,156,172)

Color info

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

RGB color model

#CC9CAC color RGB value is (204,156,172).

RGB: (204,156,172) (80%, 61%, 67%)

RGB channels and saturation

R 204 of 255 = 80%
G 156 of 255 = 61%
B 172 of 255 = 67%

204
156
172

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

Portions of RGB colors in percentages

R + G + B = 204 + 156 + 172 = 532 (100%)
R 204 of 532 ~ 38.35%
G 156 of 532 ~ 29.32%
B 172 of 532 ~ 32.33'%

%38.35
%29.32
%32.33

CMYK color model

#CC9CAC color CMYK value is (0,24,16,20).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 15.69%
  • key color value is 20.00%

CMYK: (0,24,16,20)
C0M24Y16K20 (0%, 24%, 16%, 20%)
(0.00 / 0.24 / 0.16 / 0.20)

CMYK percentages

%0
%23.53
%15.69
%20

Codes

Color #CC9CAC in popluar color models

CC 9C AC
RGB 204 156 172
HSL 340° 32.00% 70.59%
HSB/HSV 340° 23.53% 80.00%
CMYK 0.00% 23.53% 15.69%
20.00%

Color #CC9CAC in popluar number systems.

HEX CC 9C AC
Decimal 204 156 172
Binary 11001100 10011100 10101100
Octal 314 234 254

Shades and tints

Shades of #CC9CAC

#CC9CAC
(204,156,172)
#BA8E9D
(186,142,157)
#A8808E
(168,128,142)
#96727F
(150,114,127)
#846470
(132,100,112)
#725661
(114,86,97)
#604852
(96,72,82)
#4E3A43
(78,58,67)
#3C2C34
(60,44,52)
#2A1E25
(42,30,37)
#181016
(24,16,22)
#000000
(0,0,0)

Tints of #CC9CAC

#CC9CAC
(204,156,172)
#D0A5B3
(208,165,179)
#D4AEBA
(212,174,186)
#D8B7C1
(216,183,193)
#DCC0C8
(220,192,200)
#E0C9CF
(224,201,207)
#E4D2D6
(228,210,214)
#E8DBDD
(232,219,221)
#ECE4E4
(236,228,228)
#F0EDEB
(240,237,235)
#F4F6F2
(244,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC9CAC; }

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

This text font color is #CC9CAC.

Background Color

.myBgColor { background-color: #CC9CAC; }

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

This div background color is #CC9CAC.

Border color

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

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

This div border color is #CC9CAC.

Opacity

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

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

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

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

This text has shadow with #CC9CAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC9CAC.

Preview

Color preview on black background

This text has color #CC9CAC on black background.


Color preview on white background

This text has color #CC9CAC on white background.


Black color preview on #CC9CAC background

This text has black color on #CC9CAC background.


White color preview on #CC9CAC background

This text has white color on #CC9CAC background.


Related colors

Complementary color

Complementary color for #hex is #336353.


I love getcolorcode.com

Triadic colors

1 #ACCC9C and #9CACCC with #CC9CAC are triadic colors.

2 #AC9CCC and #9CCCAC with #CC9CAC are triadic colors.