COLOR #C89A85

HEX: #C89A85
RGB: (200,154,133)

Color info

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

RGB color model

#C89A85 color RGB value is (200,154,133).

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

RGB channels and saturation

R 200 of 255 = 78%
G 154 of 255 = 60%
B 133 of 255 = 52%

200
154
133

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

Portions of RGB colors in percentages

R + G + B =
200 + 154 + 133 = 487 (100%)
R 200 of 487 ~ 41.07%
G 154 of 487 ~ 31.62%
B 133 of 487 ~ 27.31%

%41.07
%31.62
%27.31

CMYK color model

#C89A85 color CMYK value is (0,23,34,22).

  • cyan value is 0.00%
  • magenta value is 23.00%
  • yellow value is 33.50%
  • key color value is 21.57%
CMYK:
(0,23,34,22)
C0M23Y34K22 
(0%,23%,34%,22%)
(0.00/0.23/0.34/0.22)	

CMYK percentages

%0
%23
%33.5
%21.57

Codes

Color #C89A85 in popluar color models

C89A85
RGB200154133
HSL19°37.85%65.29%
HSB/HSV19°33.50%78.43%
CMYK0.00%23.00%33.50%
21.57%

Color #C89A85 in popluar number systems.

HEXC89A85
Decimal200154133
Binary110010001001101010000101
Octal310232205

Shades and tints

Shades of #C89A85

#C89A85
(200,154,133)
#B68C79
(182,140,121)
#A47E6D
(164,126,109)
#927061
(146,112,97)
#806255
(128,98,85)
#6E5449
(110,84,73)
#5C463D
(92,70,61)
#4A3831
(74,56,49)
#382A25
(56,42,37)
#261C19
(38,28,25)
#140E0D
(20,14,13)
#000000
(0,0,0)

Tints of #C89A85

#C89A85
(200,154,133)
#CDA390
(205,163,144)
#D2AC9B
(210,172,155)
#D7B5A6
(215,181,166)
#DCBEB1
(220,190,177)
#E1C7BC
(225,199,188)
#E6D0C7
(230,208,199)
#EBD9D2
(235,217,210)
#F0E2DD
(240,226,221)
#F5EBE8
(245,235,232)
#FAF4F3
(250,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C89A85; }

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

This text font color is #C89A85.


Background Color

.myBgColor { background-color: #C89A85; }

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

This div background color is #C89A85.


Border color

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

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

This div border color is #C89A85.


Opacity

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

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

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

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

This text has shadow with #C89A85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C89A85 on black background.


Color preview on white background

This text has color #C89A85 on white background.



Black color preview on #C89A85 background

This text has black color on #C89A85 background.


White color preview on #C89A85 background

This text has white color on #C89A85 background.