COLOR #C89D93

HEX: #C89D93
RGB: (200,157,147)

Color info

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

RGB color model

#C89D93 color RGB value is (200,157,147).

  • red value is 200;
  • green value is 157;
  • blue value is 147.
RGB:
(200,157,147)
(78%,62%,58%)

RGB channels and saturation

R 200 of 255 = 78%
G 157 of 255 = 62%
B 147 of 255 = 58%

200
157
147

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

Portions of RGB colors in percentages

R + G + B =
200 + 157 + 147 = 504 (100%)
R 200 of 504 ~ 39.68%
G 157 of 504 ~ 31.15%
B 147 of 504 ~ 29.17%

%39.68
%31.15
%29.17

CMYK color model

#C89D93 color CMYK value is (0,22,27,22).

  • cyan value is 0.00%
  • magenta value is 21.50%
  • yellow value is 26.50%
  • key color value is 21.57%
CMYK:
(0,22,27,22)
C0M22Y27K22 
(0%,22%,27%,22%)
(0.00/0.22/0.27/0.22)	

CMYK percentages

%0
%21.5
%26.5
%21.57

Codes

Color #C89D93 in popluar color models

C89D93
RGB200157147
HSL11°32.52%68.04%
HSB/HSV11°26.50%78.43%
CMYK0.00%21.50%26.50%
21.57%

Color #C89D93 in popluar number systems.

HEXC89D93
Decimal200157147
Binary110010001001110110010011
Octal310235223

Shades and tints

Shades of #C89D93

#C89D93
(200,157,147)
#B68F86
(182,143,134)
#A48179
(164,129,121)
#92736C
(146,115,108)
#80655F
(128,101,95)
#6E5752
(110,87,82)
#5C4945
(92,73,69)
#4A3B38
(74,59,56)
#382D2B
(56,45,43)
#261F1E
(38,31,30)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #C89D93

#C89D93
(200,157,147)
#CDA59C
(205,165,156)
#D2ADA5
(210,173,165)
#D7B5AE
(215,181,174)
#DCBDB7
(220,189,183)
#E1C5C0
(225,197,192)
#E6CDC9
(230,205,201)
#EBD5D2
(235,213,210)
#F0DDDB
(240,221,219)
#F5E5E4
(245,229,228)
#FAEDED
(250,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C89D93 color. Also use rgb(200,157,147) instead hex code.

Text Font Color

.myTextColor { color: #C89D93; }

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

This text font color is #C89D93.


Background Color

.myBgColor { background-color: #C89D93; }

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

This div background color is #C89D93.


Border color

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

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

This div border color is #C89D93.


Opacity

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

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

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

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

This text has shadow with #C89D93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C89D93 on black background.


Color preview on white background

This text has color #C89D93 on white background.



Black color preview on #C89D93 background

This text has black color on #C89D93 background.


White color preview on #C89D93 background

This text has white color on #C89D93 background.