COLOR #C899AA

HEX: #C899AA
RGB: (200,153,170)

Color info

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

RGB color model

#C899AA color RGB value is (200,153,170).

  • red value is 200;
  • green value is 153;
  • blue value is 170.
RGB:
(200,153,170)
(78%,60%,67%)

RGB channels and saturation

R 200 of 255 = 78%
G 153 of 255 = 60%
B 170 of 255 = 67%

200
153
170

R + G + B ~ 68%. #C899AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 153 + 170 = 523 (100%)
R 200 of 523 ~ 38.24%
G 153 of 523 ~ 29.25%
B 170 of 523 ~ 32.5%

%38.24
%29.25
%32.5

CMYK color model

#C899AA color CMYK value is (0,24,15,22).

  • cyan value is 0.00%
  • magenta value is 23.50%
  • yellow value is 15.00%
  • key color value is 21.57%
CMYK:
(0,24,15,22)
C0M24Y15K22 
(0%,24%,15%,22%)
(0.00/0.24/0.15/0.22)	

CMYK percentages

%0
%23.5
%15
%21.57

Codes

Color #C899AA in popluar color models

C899AA
RGB200153170
HSL338°29.94%69.22%
HSB/HSV338°23.50%78.43%
CMYK0.00%23.50%15.00%
21.57%

Color #C899AA in popluar number systems.

HEXC899AA
Decimal200153170
Binary110010001001100110101010
Octal310231252

Shades and tints

Shades of #C899AA

#C899AA
(200,153,170)
#B68C9B
(182,140,155)
#A47F8C
(164,127,140)
#92727D
(146,114,125)
#80656E
(128,101,110)
#6E585F
(110,88,95)
#5C4B50
(92,75,80)
#4A3E41
(74,62,65)
#383132
(56,49,50)
#262423
(38,36,35)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #C899AA

#C899AA
(200,153,170)
#CDA2B1
(205,162,177)
#D2ABB8
(210,171,184)
#D7B4BF
(215,180,191)
#DCBDC6
(220,189,198)
#E1C6CD
(225,198,205)
#E6CFD4
(230,207,212)
#EBD8DB
(235,216,219)
#F0E1E2
(240,225,226)
#F5EAE9
(245,234,233)
#FAF3F0
(250,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C899AA color. Also use rgb(200,153,170) instead hex code.

Text Font Color

.myTextColor { color: #C899AA; }

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

This text font color is #C899AA.


Background Color

.myBgColor { background-color: #C899AA; }

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

This div background color is #C899AA.


Border color

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

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

This div border color is #C899AA.


Opacity

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

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

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

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

This text has shadow with #C899AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C899AA on black background.


Color preview on white background

This text has color #C899AA on white background.



Black color preview on #C899AA background

This text has black color on #C899AA background.


White color preview on #C899AA background

This text has white color on #C899AA background.