COLOR #C89AA0

HEX: #C89AA0
RGB: (200,154,160)

Color info

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

RGB color model

#C89AA0 color RGB value is (200,154,160).

  • red value is 200;
  • green value is 154;
  • blue value is 160.
RGB:
(200,154,160)
(78%,60%,63%)

RGB channels and saturation

R 200 of 255 = 78%
G 154 of 255 = 60%
B 160 of 255 = 63%

200
154
160

R + G + B ~ 67%. #C89AA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 154 + 160 = 514 (100%)
R 200 of 514 ~ 38.91%
G 154 of 514 ~ 29.96%
B 160 of 514 ~ 31.13%

%38.91
%29.96
%31.13

CMYK color model

#C89AA0 color CMYK value is (0,23,20,22).

  • cyan value is 0.00%
  • magenta value is 23.00%
  • yellow value is 20.00%
  • key color value is 21.57%
CMYK:
(0,23,20,22)
C0M23Y20K22 
(0%,23%,20%,22%)
(0.00/0.23/0.20/0.22)	

CMYK percentages

%0
%23
%20
%21.57

Codes

Color #C89AA0 in popluar color models

C89AA0
RGB200154160
HSL352°29.49%69.41%
HSB/HSV352°23.00%78.43%
CMYK0.00%23.00%20.00%
21.57%

Color #C89AA0 in popluar number systems.

HEXC89AA0
Decimal200154160
Binary110010001001101010100000
Octal310232240

Shades and tints

Shades of #C89AA0

#C89AA0
(200,154,160)
#B68C92
(182,140,146)
#A47E84
(164,126,132)
#927076
(146,112,118)
#806268
(128,98,104)
#6E545A
(110,84,90)
#5C464C
(92,70,76)
#4A383E
(74,56,62)
#382A30
(56,42,48)
#261C22
(38,28,34)
#140E14
(20,14,20)
#000000
(0,0,0)

Tints of #C89AA0

#C89AA0
(200,154,160)
#CDA3A8
(205,163,168)
#D2ACB0
(210,172,176)
#D7B5B8
(215,181,184)
#DCBEC0
(220,190,192)
#E1C7C8
(225,199,200)
#E6D0D0
(230,208,208)
#EBD9D8
(235,217,216)
#F0E2E0
(240,226,224)
#F5EBE8
(245,235,232)
#FAF4F0
(250,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C89AA0 color. Also use rgb(200,154,160) instead hex code.

Text Font Color

.myTextColor { color: #C89AA0; }

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

This text font color is #C89AA0.


Background Color

.myBgColor { background-color: #C89AA0; }

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

This div background color is #C89AA0.


Border color

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

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

This div border color is #C89AA0.


Opacity

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

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

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

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

This text has shadow with #C89AA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C89AA0 on black background.


Color preview on white background

This text has color #C89AA0 on white background.



Black color preview on #C89AA0 background

This text has black color on #C89AA0 background.


White color preview on #C89AA0 background

This text has white color on #C89AA0 background.