COLOR #C99AAF

HEX: #C99AAF RGB: (201,154,175)

Color info

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

RGB color model

#C99AAF color RGB value is (201,154,175).

RGB: (201,154,175) (79%, 60%, 69%)

RGB channels and saturation

R 201 of 255 = 79%
G 154 of 255 = 60%
B 175 of 255 = 69%

201
154
175

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

Portions of RGB colors in percentages

R + G + B = 201 + 154 + 175 = 530 (100%)
R 201 of 530 ~ 37.92%
G 154 of 530 ~ 29.06%
B 175 of 530 ~ 33.02'%

%37.92
%29.06
%33.02

CMYK color model

#C99AAF color CMYK value is (0,23,13,21).

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

CMYK: (0,23,13,21)
C0M23Y13K21 (0%, 23%, 13%, 21%)
(0.00 / 0.23 / 0.13 / 0.21)

CMYK percentages

%0
%23.38
%12.94
%21.18

Codes

Color #C99AAF in popluar color models

C9 9A AF
RGB 201 154 175
HSL 333° 30.32% 69.61%
HSB/HSV 333° 23.38% 78.82%
CMYK 0.00% 23.38% 12.94%
21.18%

Color #C99AAF in popluar number systems.

HEX C9 9A AF
Decimal 201 154 175
Binary 11001001 10011010 10101111
Octal 311 232 257

Shades and tints

Shades of #C99AAF

#C99AAF
(201,154,175)
#B78CA0
(183,140,160)
#A57E91
(165,126,145)
#937082
(147,112,130)
#816273
(129,98,115)
#6F5464
(111,84,100)
#5D4655
(93,70,85)
#4B3846
(75,56,70)
#392A37
(57,42,55)
#271C28
(39,28,40)
#150E19
(21,14,25)
#000000
(0,0,0)

Tints of #C99AAF

#C99AAF
(201,154,175)
#CDA3B6
(205,163,182)
#D1ACBD
(209,172,189)
#D5B5C4
(213,181,196)
#D9BECB
(217,190,203)
#DDC7D2
(221,199,210)
#E1D0D9
(225,208,217)
#E5D9E0
(229,217,224)
#E9E2E7
(233,226,231)
#EDEBEE
(237,235,238)
#F1F4F5
(241,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C99AAF; }

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

This text font color is #C99AAF.

Background Color

.myBgColor { background-color: #C99AAF; }

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

This div background color is #C99AAF.

Border color

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

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

This div border color is #C99AAF.

Opacity

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

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

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

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

This text has shadow with #C99AAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C99AAF.

Preview

Color preview on black background

This text has color #C99AAF on black background.


Color preview on white background

This text has color #C99AAF on white background.


Black color preview on #C99AAF background

This text has black color on #C99AAF background.


White color preview on #C99AAF background

This text has white color on #C99AAF background.


Related colors

Complementary color

Complementary color for #hex is #366550.


I love getcolorcode.com

Triadic colors

1 #AFC99A and #9AAFC9 with #C99AAF are triadic colors.

2 #AF9AC9 and #9AC9AF with #C99AAF are triadic colors.