COLOR #C89D89

HEX: #C89D89
RGB: (200,157,137)

Color info

#C89D89 contains mainly red and green colors. Web safe color of #C89D89 is #CC9999 (or #C99).

RGB color model

#C89D89 color RGB value is (200,157,137).

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

RGB channels and saturation

R 200 of 255 = 78%
G 157 of 255 = 62%
B 137 of 255 = 54%

200
157
137

R + G + B ~ 65%. #C89D89 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 157 + 137 = 494 (100%)
R 200 of 494 ~ 40.49%
G 157 of 494 ~ 31.78%
B 137 of 494 ~ 27.73%

%40.49
%31.78
%27.73

CMYK color model

#C89D89 color CMYK value is (0,22,32,22).

  • cyan value is 0.00%
  • magenta value is 21.50%
  • yellow value is 31.50%
  • key color value is 21.57%
CMYK:
(0,22,32,22)
C0M22Y32K22 
(0%,22%,32%,22%)
(0.00/0.22/0.32/0.22)	

CMYK percentages

%0
%21.5
%31.5
%21.57

Codes

Color #C89D89 in popluar color models

C89D89
RGB200157137
HSL19°36.42%66.08%
HSB/HSV19°31.50%78.43%
CMYK0.00%21.50%31.50%
21.57%

Color #C89D89 in popluar number systems.

HEXC89D89
Decimal200157137
Binary110010001001110110001001
Octal310235211

Shades and tints

Shades of #C89D89

#C89D89
(200,157,137)
#B68F7D
(182,143,125)
#A48171
(164,129,113)
#927365
(146,115,101)
#806559
(128,101,89)
#6E574D
(110,87,77)
#5C4941
(92,73,65)
#4A3B35
(74,59,53)
#382D29
(56,45,41)
#261F1D
(38,31,29)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #C89D89

#C89D89
(200,157,137)
#CDA593
(205,165,147)
#D2AD9D
(210,173,157)
#D7B5A7
(215,181,167)
#DCBDB1
(220,189,177)
#E1C5BB
(225,197,187)
#E6CDC5
(230,205,197)
#EBD5CF
(235,213,207)
#F0DDD9
(240,221,217)
#F5E5E3
(245,229,227)
#FAEDED
(250,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C89D89; }

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

This text font color is #C89D89.


Background Color

.myBgColor { background-color: #C89D89; }

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

This div background color is #C89D89.


Border color

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

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

This div border color is #C89D89.


Opacity

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

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

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

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

This text has shadow with #C89D89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C89D89 on black background.


Color preview on white background

This text has color #C89D89 on white background.



Black color preview on #C89D89 background

This text has black color on #C89D89 background.


White color preview on #C89D89 background

This text has white color on #C89D89 background.