COLOR #C89C99

HEX: #C89C99
RGB: (200,156,153)

Color info

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

RGB color model

#C89C99 color RGB value is (200,156,153).

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

RGB channels and saturation

R 200 of 255 = 78%
G 156 of 255 = 61%
B 153 of 255 = 60%

200
156
153

R + G + B ~ 66%. #C89C99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 156 + 153 = 509 (100%)
R 200 of 509 ~ 39.29%
G 156 of 509 ~ 30.65%
B 153 of 509 ~ 30.06%

%39.29
%30.65
%30.06

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.00%
  • yellow value is 23.50%
  • key color value is 21.57%
CMYK:
(0,22,24,22)
C0M22Y24K22 
(0%,22%,24%,22%)
(0.00/0.22/0.24/0.22)	

CMYK percentages

%0
%22
%23.5
%21.57

Codes

Color #C89C99 in popluar color models

C89C99
RGB200156153
HSL29.94%69.22%
HSB/HSV23.50%78.43%
CMYK0.00%22.00%23.50%
21.57%

Color #C89C99 in popluar number systems.

HEXC89C99
Decimal200156153
Binary110010001001110010011001
Octal310234231

Shades and tints

Shades of #C89C99

#C89C99
(200,156,153)
#B68E8C
(182,142,140)
#A4807F
(164,128,127)
#927272
(146,114,114)
#806465
(128,100,101)
#6E5658
(110,86,88)
#5C484B
(92,72,75)
#4A3A3E
(74,58,62)
#382C31
(56,44,49)
#261E24
(38,30,36)
#141017
(20,16,23)
#000000
(0,0,0)

Tints of #C89C99

#C89C99
(200,156,153)
#CDA5A2
(205,165,162)
#D2AEAB
(210,174,171)
#D7B7B4
(215,183,180)
#DCC0BD
(220,192,189)
#E1C9C6
(225,201,198)
#E6D2CF
(230,210,207)
#EBDBD8
(235,219,216)
#F0E4E1
(240,228,225)
#F5EDEA
(245,237,234)
#FAF6F3
(250,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C89C99; }

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

This text font color is #C89C99.


Background Color

.myBgColor { background-color: #C89C99; }

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

This div background color is #C89C99.


Border color

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

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

This div border color is #C89C99.


Opacity

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

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

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

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

This text has shadow with #C89C99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C89C99 on black background.


Color preview on white background

This text has color #C89C99 on white background.



Black color preview on #C89C99 background

This text has black color on #C89C99 background.


White color preview on #C89C99 background

This text has white color on #C89C99 background.