COLOR #C99AB0

HEX: #C99AB0 RGB: (201,154,176)

Color info

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

RGB color model

#C99AB0 color RGB value is (201,154,176).

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

RGB channels and saturation

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

201
154
176

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

Portions of RGB colors in percentages

R + G + B = 201 + 154 + 176 = 531 (100%)
R 201 of 531 ~ 37.85%
G 154 of 531 ~ 29%
B 176 of 531 ~ 33.15'%

%37.85
%29
%33.15

CMYK color model

#C99AB0 color CMYK value is (0,23,12,21).

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

CMYK: (0,23,12,21)
C0M23Y12K21 (0%, 23%, 12%, 21%)
(0.00 / 0.23 / 0.12 / 0.21)

CMYK percentages

%0
%23.38
%12.44
%21.18

Codes

Color #C99AB0 in popluar color models

C9 9A B0
RGB 201 154 176
HSL 332° 30.32% 69.61%
HSB/HSV 332° 23.38% 78.82%
CMYK 0.00% 23.38% 12.44%
21.18%

Color #C99AB0 in popluar number systems.

HEX C9 9A B0
Decimal 201 154 176
Binary 11001001 10011010 10110000
Octal 311 232 260

Shades and tints

Shades of #C99AB0

#C99AB0
(201,154,176)
#B78CA0
(183,140,160)
#A57E90
(165,126,144)
#937080
(147,112,128)
#816270
(129,98,112)
#6F5460
(111,84,96)
#5D4650
(93,70,80)
#4B3840
(75,56,64)
#392A30
(57,42,48)
#271C20
(39,28,32)
#150E10
(21,14,16)
#000000
(0,0,0)

Tints of #C99AB0

#C99AB0
(201,154,176)
#CDA3B7
(205,163,183)
#D1ACBE
(209,172,190)
#D5B5C5
(213,181,197)
#D9BECC
(217,190,204)
#DDC7D3
(221,199,211)
#E1D0DA
(225,208,218)
#E5D9E1
(229,217,225)
#E9E2E8
(233,226,232)
#EDEBEF
(237,235,239)
#F1F4F6
(241,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C99AB0; }

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

This text font color is #C99AB0.

Background Color

.myBgColor { background-color: #C99AB0; }

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

This div background color is #C99AB0.

Border color

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

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

This div border color is #C99AB0.

Opacity

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

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

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

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

This text has shadow with #C99AB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C99AB0.

Preview

Color preview on black background

This text has color #C99AB0 on black background.


Color preview on white background

This text has color #C99AB0 on white background.


Black color preview on #C99AB0 background

This text has black color on #C99AB0 background.


White color preview on #C99AB0 background

This text has white color on #C99AB0 background.


Related colors

Complementary color

Complementary color for #hex is #36654F.


I love getcolorcode.com

Triadic colors

1 #B0C99A and #9AB0C9 with #C99AB0 are triadic colors.

2 #B09AC9 and #9AC9B0 with #C99AB0 are triadic colors.