COLOR #C89287

HEX: #C89287
RGB: (200,146,135)

Color info

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

RGB color model

#C89287 color RGB value is (200,146,135).

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

RGB channels and saturation

R 200 of 255 = 78%
G 146 of 255 = 57%
B 135 of 255 = 53%

200
146
135

R + G + B ~ 63%. #C89287 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 146 + 135 = 481 (100%)
R 200 of 481 ~ 41.58%
G 146 of 481 ~ 30.35%
B 135 of 481 ~ 28.07%

%41.58
%30.35
%28.07

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.00%
  • yellow value is 32.50%
  • key color value is 21.57%
CMYK:
(0,27,33,22)
C0M27Y33K22 
(0%,27%,33%,22%)
(0.00/0.27/0.33/0.22)	

CMYK percentages

%0
%27
%32.5
%21.57

Codes

Color #C89287 in popluar color models

C89287
RGB200146135
HSL10°37.14%65.69%
HSB/HSV10°32.50%78.43%
CMYK0.00%27.00%32.50%
21.57%

Color #C89287 in popluar number systems.

HEXC89287
Decimal200146135
Binary110010001001001010000111
Octal310222207

Shades and tints

Shades of #C89287

#C89287
(200,146,135)
#B6857B
(182,133,123)
#A4786F
(164,120,111)
#926B63
(146,107,99)
#805E57
(128,94,87)
#6E514B
(110,81,75)
#5C443F
(92,68,63)
#4A3733
(74,55,51)
#382A27
(56,42,39)
#261D1B
(38,29,27)
#14100F
(20,16,15)
#000000
(0,0,0)

Tints of #C89287

#C89287
(200,146,135)
#CD9B91
(205,155,145)
#D2A49B
(210,164,155)
#D7ADA5
(215,173,165)
#DCB6AF
(220,182,175)
#E1BFB9
(225,191,185)
#E6C8C3
(230,200,195)
#EBD1CD
(235,209,205)
#F0DAD7
(240,218,215)
#F5E3E1
(245,227,225)
#FAECEB
(250,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C89287; }

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

This text font color is #C89287.


Background Color

.myBgColor { background-color: #C89287; }

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

This div background color is #C89287.


Border color

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

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

This div border color is #C89287.


Opacity

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

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

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

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

This text has shadow with #C89287 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C89287 on black background.


Color preview on white background

This text has color #C89287 on white background.



Black color preview on #C89287 background

This text has black color on #C89287 background.


White color preview on #C89287 background

This text has white color on #C89287 background.