COLOR #C89C98

HEX: #C89C98
RGB: (200,156,152)

Color info

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

RGB color model

#C89C98 color RGB value is (200,156,152).

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

RGB channels and saturation

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

200
156
152

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

Portions of RGB colors in percentages

R + G + B =
200 + 156 + 152 = 508 (100%)
R 200 of 508 ~ 39.37%
G 156 of 508 ~ 30.71%
B 152 of 508 ~ 29.92%

%39.37
%30.71
%29.92

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.00%
  • yellow value is 24.00%
  • 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
%24
%21.57

Codes

Color #C89C98 in popluar color models

C89C98
RGB200156152
HSL30.38%69.02%
HSB/HSV24.00%78.43%
CMYK0.00%22.00%24.00%
21.57%

Color #C89C98 in popluar number systems.

HEXC89C98
Decimal200156152
Binary110010001001110010011000
Octal310234230

Shades and tints

Shades of #C89C98

#C89C98
(200,156,152)
#B68E8B
(182,142,139)
#A4807E
(164,128,126)
#927271
(146,114,113)
#806464
(128,100,100)
#6E5657
(110,86,87)
#5C484A
(92,72,74)
#4A3A3D
(74,58,61)
#382C30
(56,44,48)
#261E23
(38,30,35)
#141016
(20,16,22)
#000000
(0,0,0)

Tints of #C89C98

#C89C98
(200,156,152)
#CDA5A1
(205,165,161)
#D2AEAA
(210,174,170)
#D7B7B3
(215,183,179)
#DCC0BC
(220,192,188)
#E1C9C5
(225,201,197)
#E6D2CE
(230,210,206)
#EBDBD7
(235,219,215)
#F0E4E0
(240,228,224)
#F5EDE9
(245,237,233)
#FAF6F2
(250,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C89C98; }

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

This text font color is #C89C98.


Background Color

.myBgColor { background-color: #C89C98; }

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

This div background color is #C89C98.


Border color

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

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

This div border color is #C89C98.


Opacity

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

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

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

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

This text has shadow with #C89C98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C89C98 on black background.


Color preview on white background

This text has color #C89C98 on white background.



Black color preview on #C89C98 background

This text has black color on #C89C98 background.


White color preview on #C89C98 background

This text has white color on #C89C98 background.