COLOR #C89582

HEX: #C89582
RGB: (200,149,130)

Color info

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

RGB color model

#C89582 color RGB value is (200,149,130).

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

RGB channels and saturation

R 200 of 255 = 78%
G 149 of 255 = 58%
B 130 of 255 = 51%

200
149
130

R + G + B ~ 62%. #C89582 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 149 + 130 = 479 (100%)
R 200 of 479 ~ 41.75%
G 149 of 479 ~ 31.11%
B 130 of 479 ~ 27.14%

%41.75
%31.11
%27.14

CMYK color model

#C89582 color CMYK value is (0,26,35,22).

  • cyan value is 0.00%
  • magenta value is 25.50%
  • yellow value is 35.00%
  • key color value is 21.57%
CMYK:
(0,26,35,22)
C0M26Y35K22 
(0%,26%,35%,22%)
(0.00/0.26/0.35/0.22)	

CMYK percentages

%0
%25.5
%35
%21.57

Codes

Color #C89582 in popluar color models

C89582
RGB200149130
HSL16°38.89%64.71%
HSB/HSV16°35.00%78.43%
CMYK0.00%25.50%35.00%
21.57%

Color #C89582 in popluar number systems.

HEXC89582
Decimal200149130
Binary110010001001010110000010
Octal310225202

Shades and tints

Shades of #C89582

#C89582
(200,149,130)
#B68877
(182,136,119)
#A47B6C
(164,123,108)
#926E61
(146,110,97)
#806156
(128,97,86)
#6E544B
(110,84,75)
#5C4740
(92,71,64)
#4A3A35
(74,58,53)
#382D2A
(56,45,42)
#26201F
(38,32,31)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #C89582

#C89582
(200,149,130)
#CD9E8D
(205,158,141)
#D2A798
(210,167,152)
#D7B0A3
(215,176,163)
#DCB9AE
(220,185,174)
#E1C2B9
(225,194,185)
#E6CBC4
(230,203,196)
#EBD4CF
(235,212,207)
#F0DDDA
(240,221,218)
#F5E6E5
(245,230,229)
#FAEFF0
(250,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C89582; }

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

This text font color is #C89582.


Background Color

.myBgColor { background-color: #C89582; }

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

This div background color is #C89582.


Border color

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

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

This div border color is #C89582.


Opacity

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

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

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

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

This text has shadow with #C89582 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C89582 on black background.


Color preview on white background

This text has color #C89582 on white background.



Black color preview on #C89582 background

This text has black color on #C89582 background.


White color preview on #C89582 background

This text has white color on #C89582 background.