COLOR #C89A87

HEX: #C89A87
RGB: (200,154,135)

Color info

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

RGB color model

#C89A87 color RGB value is (200,154,135).

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

RGB channels and saturation

R 200 of 255 = 78%
G 154 of 255 = 60%
B 135 of 255 = 53%

200
154
135

R + G + B ~ 64%. #C89A87 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 154 + 135 = 489 (100%)
R 200 of 489 ~ 40.9%
G 154 of 489 ~ 31.49%
B 135 of 489 ~ 27.61%

%40.9
%31.49
%27.61

CMYK color model

#C89A87 color CMYK value is (0,23,33,22).

  • cyan value is 0.00%
  • magenta value is 23.00%
  • yellow value is 32.50%
  • key color value is 21.57%
CMYK: (0,23,33,22) C0M23Y33K22 (0%,23%,33%,22%) (0.00/0.23/0.33/0.22)

CMYK percentages

%0
%23
%32.5
%21.57

Codes

Color #C89A87 in popluar color models

C89A87
RGB200154135
HSL18°37.14%65.69%
HSB/HSV18°32.50%78.43%
CMYK0.00%23.00%32.50%
21.57%

Color #C89A87 in popluar number systems.

HEXC89A87
Decimal200154135
Binary110010001001101010000111
Octal310232207

Shades and tints

Shades of #C89A87

#C89A87
(200,154,135)
#B68C7B
(182,140,123)
#A47E6F
(164,126,111)
#927063
(146,112,99)
#806257
(128,98,87)
#6E544B
(110,84,75)
#5C463F
(92,70,63)
#4A3833
(74,56,51)
#382A27
(56,42,39)
#261C1B
(38,28,27)
#140E0F
(20,14,15)
#000000
(0,0,0)

Tints of #C89A87

#C89A87
(200,154,135)
#CDA391
(205,163,145)
#D2AC9B
(210,172,155)
#D7B5A5
(215,181,165)
#DCBEAF
(220,190,175)
#E1C7B9
(225,199,185)
#E6D0C3
(230,208,195)
#EBD9CD
(235,217,205)
#F0E2D7
(240,226,215)
#F5EBE1
(245,235,225)
#FAF4EB
(250,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C89A87; }

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

This text font color is #C89A87.


Background Color

.myBgColor { background-color: #C89A87; }

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

This div background color is #C89A87.


Border color

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

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

This div border color is #C89A87.


Opacity

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

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

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

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

This text has shadow with #C89A87 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C89A87 on black background.


Color preview on white background

This text has color #C89A87 on white background.



Black color preview on #C89A87 background

This text has black color on #C89A87 background.


White color preview on #C89A87 background

This text has white color on #C89A87 background.