COLOR #C89882

HEX: #C89882
RGB: (200,152,130)

Color info

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

RGB color model

#C89882 color RGB value is (200,152,130).

  • red value is 200;
  • green value is 152;
  • blue value is 130.
RGB:
(200,152,130)
(78%,60%,51%)

RGB channels and saturation

R 200 of 255 = 78%
G 152 of 255 = 60%
B 130 of 255 = 51%

200
152
130

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

Portions of RGB colors in percentages

R + G + B =
200 + 152 + 130 = 482 (100%)
R 200 of 482 ~ 41.49%
G 152 of 482 ~ 31.54%
B 130 of 482 ~ 26.97%

%41.49
%31.54
%26.97

CMYK color model

#C89882 color CMYK value is (0,24,35,22).

  • cyan value is 0.00%
  • magenta value is 24.00%
  • yellow value is 35.00%
  • key color value is 21.57%
CMYK:
(0,24,35,22)
C0M24Y35K22 
(0%,24%,35%,22%)
(0.00/0.24/0.35/0.22)	

CMYK percentages

%0
%24
%35
%21.57

Codes

Color #C89882 in popluar color models

C89882
RGB200152130
HSL19°38.89%64.71%
HSB/HSV19°35.00%78.43%
CMYK0.00%24.00%35.00%
21.57%

Color #C89882 in popluar number systems.

HEXC89882
Decimal200152130
Binary110010001001100010000010
Octal310230202

Shades and tints

Shades of #C89882

#C89882
(200,152,130)
#B68B77
(182,139,119)
#A47E6C
(164,126,108)
#927161
(146,113,97)
#806456
(128,100,86)
#6E574B
(110,87,75)
#5C4A40
(92,74,64)
#4A3D35
(74,61,53)
#38302A
(56,48,42)
#26231F
(38,35,31)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #C89882

#C89882
(200,152,130)
#CDA18D
(205,161,141)
#D2AA98
(210,170,152)
#D7B3A3
(215,179,163)
#DCBCAE
(220,188,174)
#E1C5B9
(225,197,185)
#E6CEC4
(230,206,196)
#EBD7CF
(235,215,207)
#F0E0DA
(240,224,218)
#F5E9E5
(245,233,229)
#FAF2F0
(250,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C89882 color. Also use rgb(200,152,130) instead hex code.

Text Font Color

.myTextColor { color: #C89882; }

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

This text font color is #C89882.


Background Color

.myBgColor { background-color: #C89882; }

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

This div background color is #C89882.


Border color

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

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

This div border color is #C89882.


Opacity

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

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

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

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

This text has shadow with #C89882 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C89882 on black background.


Color preview on white background

This text has color #C89882 on white background.



Black color preview on #C89882 background

This text has black color on #C89882 background.


White color preview on #C89882 background

This text has white color on #C89882 background.