COLOR #C89B8D

HEX: #C89B8D
RGB: (200,155,141)

Color info

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

RGB color model

#C89B8D color RGB value is (200,155,141).

  • red value is 200;
  • green value is 155;
  • blue value is 141.
RGB:
(200,155,141)
(78%,61%,55%)

RGB channels and saturation

R 200 of 255 = 78%
G 155 of 255 = 61%
B 141 of 255 = 55%

200
155
141

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

Portions of RGB colors in percentages

R + G + B =
200 + 155 + 141 = 496 (100%)
R 200 of 496 ~ 40.32%
G 155 of 496 ~ 31.25%
B 141 of 496 ~ 28.43%

%40.32
%31.25
%28.43

CMYK color model

#C89B8D color CMYK value is (0,23,30,22).

  • cyan value is 0.00%
  • magenta value is 22.50%
  • yellow value is 29.50%
  • key color value is 21.57%
CMYK:
(0,23,30,22)
C0M23Y30K22 
(0%,23%,30%,22%)
(0.00/0.23/0.30/0.22)	

CMYK percentages

%0
%22.5
%29.5
%21.57

Codes

Color #C89B8D in popluar color models

C89B8D
RGB200155141
HSL14°34.91%66.86%
HSB/HSV14°29.50%78.43%
CMYK0.00%22.50%29.50%
21.57%

Color #C89B8D in popluar number systems.

HEXC89B8D
Decimal200155141
Binary110010001001101110001101
Octal310233215

Shades and tints

Shades of #C89B8D

#C89B8D
(200,155,141)
#B68D81
(182,141,129)
#A47F75
(164,127,117)
#927169
(146,113,105)
#80635D
(128,99,93)
#6E5551
(110,85,81)
#5C4745
(92,71,69)
#4A3939
(74,57,57)
#382B2D
(56,43,45)
#261D21
(38,29,33)
#140F15
(20,15,21)
#000000
(0,0,0)

Tints of #C89B8D

#C89B8D
(200,155,141)
#CDA497
(205,164,151)
#D2ADA1
(210,173,161)
#D7B6AB
(215,182,171)
#DCBFB5
(220,191,181)
#E1C8BF
(225,200,191)
#E6D1C9
(230,209,201)
#EBDAD3
(235,218,211)
#F0E3DD
(240,227,221)
#F5ECE7
(245,236,231)
#FAF5F1
(250,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C89B8D color. Also use rgb(200,155,141) instead hex code.

Text Font Color

.myTextColor { color: #C89B8D; }

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

This text font color is #C89B8D.


Background Color

.myBgColor { background-color: #C89B8D; }

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

This div background color is #C89B8D.


Border color

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

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

This div border color is #C89B8D.


Opacity

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

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

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

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

This text has shadow with #C89B8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C89B8D on black background.


Color preview on white background

This text has color #C89B8D on white background.



Black color preview on #C89B8D background

This text has black color on #C89B8D background.


White color preview on #C89B8D background

This text has white color on #C89B8D background.