COLOR #C9909A

HEX: #C9909A RGB: (201,144,154)

Color info

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

RGB color model

#C9909A color RGB value is (201,144,154).

RGB: (201,144,154) (79%, 56%, 60%)

RGB channels and saturation

R 201 of 255 = 79%
G 144 of 255 = 56%
B 154 of 255 = 60%

201
144
154

R + G + B ~ 65%. #C9909A is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 144 + 154 = 499 (100%)
R 201 of 499 ~ 40.28%
G 144 of 499 ~ 28.86%
B 154 of 499 ~ 30.86'%

%40.28
%28.86
%30.86

CMYK color model

#C9909A color CMYK value is (0,28,23,21).

  • cyan value is 0.00%
  • magenta value is 28.36%
  • yellow value is 23.38%
  • key color value is 21.18%
CMYK: (0,28,23,21) C0M28Y23K21 (0%,28%,23%,21%) (0.00/0.28/0.23/0.21) 

CMYK percentages

%0
%28.36
%23.38
%21.18

Codes

Color #C9909A in popluar color models

C9 90 9A
RGB 201 144 154
HSL 349° 34.55% 67.65%
HSB/HSV 349° 28.36% 78.82%
CMYK 0.00% 28.36% 23.38%
21.18%

Color #C9909A in popluar number systems.

HEX C9 90 9A
Decimal 201 144 154
Binary 11001001 10010000 10011010
Octal 311 220 232

Shades and tints

Shades of #C9909A

#C9909A
(201,144,154)
#B7838C
(183,131,140)
#A5767E
(165,118,126)
#936970
(147,105,112)
#815C62
(129,92,98)
#6F4F54
(111,79,84)
#5D4246
(93,66,70)
#4B3538
(75,53,56)
#39282A
(57,40,42)
#271B1C
(39,27,28)
#150E0E
(21,14,14)
#000000
(0,0,0)

Tints of #C9909A

#C9909A
(201,144,154)
#CD9AA3
(205,154,163)
#D1A4AC
(209,164,172)
#D5AEB5
(213,174,181)
#D9B8BE
(217,184,190)
#DDC2C7
(221,194,199)
#E1CCD0
(225,204,208)
#E5D6D9
(229,214,217)
#E9E0E2
(233,224,226)
#EDEAEB
(237,234,235)
#F1F4F4
(241,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9909A; }

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

This text font color is #C9909A.

Background Color

.myBgColor { background-color: #C9909A; }

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

This div background color is #C9909A.

Border color

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

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

This div border color is #C9909A.

Opacity

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

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

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

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

This text has shadow with #C9909A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9909A.

Preview

Color preview on black background

This text has color #C9909A on black background.


Color preview on white background

This text has color #C9909A on white background.


Black color preview on #C9909A background

This text has black color on #C9909A background.


White color preview on #C9909A background

This text has white color on #C9909A background.


Related colors

Complementary color

Complementary color for #hex is #366F65.


I love getcolorcode.com

Triadic colors

1 #9AC990 and #909AC9 with #C9909A are triadic colors.

2 #9A90C9 and #90C99A with #C9909A are triadic colors.