COLOR #C99AAA

HEX: #C99AAA RGB: (201,154,170)

Color info

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

RGB color model

#C99AAA color RGB value is (201,154,170).

RGB: (201,154,170) (79%, 60%, 67%)

RGB channels and saturation

R 201 of 255 = 79%
G 154 of 255 = 60%
B 170 of 255 = 67%

201
154
170

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

Portions of RGB colors in percentages

R + G + B = 201 + 154 + 170 = 525 (100%)
R 201 of 525 ~ 38.29%
G 154 of 525 ~ 29.33%
B 170 of 525 ~ 32.38'%

%38.29
%29.33
%32.38

CMYK color model

#C99AAA color CMYK value is (0,23,15,21).

  • cyan value is 0.00%
  • magenta value is 23.38%
  • yellow value is 15.42%
  • key color value is 21.18%

CMYK: (0,23,15,21)
C0M23Y15K21 (0%, 23%, 15%, 21%)
(0.00 / 0.23 / 0.15 / 0.21)

CMYK percentages

%0
%23.38
%15.42
%21.18

Codes

Color #C99AAA in popluar color models

C9 9A AA
RGB 201 154 170
HSL 340° 30.32% 69.61%
HSB/HSV 340° 23.38% 78.82%
CMYK 0.00% 23.38% 15.42%
21.18%

Color #C99AAA in popluar number systems.

HEX C9 9A AA
Decimal 201 154 170
Binary 11001001 10011010 10101010
Octal 311 232 252

Shades and tints

Shades of #C99AAA

#C99AAA
(201,154,170)
#B78C9B
(183,140,155)
#A57E8C
(165,126,140)
#93707D
(147,112,125)
#81626E
(129,98,110)
#6F545F
(111,84,95)
#5D4650
(93,70,80)
#4B3841
(75,56,65)
#392A32
(57,42,50)
#271C23
(39,28,35)
#150E14
(21,14,20)
#000000
(0,0,0)

Tints of #C99AAA

#C99AAA
(201,154,170)
#CDA3B1
(205,163,177)
#D1ACB8
(209,172,184)
#D5B5BF
(213,181,191)
#D9BEC6
(217,190,198)
#DDC7CD
(221,199,205)
#E1D0D4
(225,208,212)
#E5D9DB
(229,217,219)
#E9E2E2
(233,226,226)
#EDEBE9
(237,235,233)
#F1F4F0
(241,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C99AAA color. Also use rgb(201,154,170) instead hex code.

Text Font Color

.myTextColor { color: #C99AAA; }

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

This text font color is #C99AAA.

Background Color

.myBgColor { background-color: #C99AAA; }

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

This div background color is #C99AAA.

Border color

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

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

This div border color is #C99AAA.

Opacity

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

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

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

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

This text has shadow with #C99AAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C99AAA.

Preview

Color preview on black background

This text has color #C99AAA on black background.


Color preview on white background

This text has color #C99AAA on white background.


Black color preview on #C99AAA background

This text has black color on #C99AAA background.


White color preview on #C99AAA background

This text has white color on #C99AAA background.


Related colors

Complementary color

Complementary color for #hex is #366555.


I love getcolorcode.com

Triadic colors

1 #AAC99A and #9AAAC9 with #C99AAA are triadic colors.

2 #AA9AC9 and #9AC9AA with #C99AAA are triadic colors.