COLOR #C89D82

HEX: #C89D82 RGB: (200,157,130)

Color info

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

RGB color model

#C89D82 color RGB value is (200,157,130).

RGB: (200,157,130) (78%, 62%, 51%)

RGB channels and saturation

R 200 of 255 = 78%
G 157 of 255 = 62%
B 130 of 255 = 51%

200
157
130

R + G + B ~ 64%. #C89D82 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 157 + 130 = 487 (100%)
R 200 of 487 ~ 41.07%
G 157 of 487 ~ 32.24%
B 130 of 487 ~ 26.69'%

%41.07
%32.24
%26.69

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.50%
  • yellow value is 35.00%
  • key color value is 21.57%
CMYK: (0,22,35,22) C0M22Y35K22 (0%,22%,35%,22%) (0.00/0.22/0.35/0.22) 

CMYK percentages

%0
%21.5
%35
%21.57

Codes

Color #C89D82 in popluar color models

C8 9D 82
RGB 200 157 130
HSL 23° 38.89% 64.71%
HSB/HSV 23° 35.00% 78.43%
CMYK 0.00% 21.50% 35.00%
21.57%

Color #C89D82 in popluar number systems.

HEX C8 9D 82
Decimal 200 157 130
Binary 11001000 10011101 10000010
Octal 310 235 202

Shades and tints

Shades of #C89D82

#C89D82
(200,157,130)
#B68F77
(182,143,119)
#A4816C
(164,129,108)
#927361
(146,115,97)
#806556
(128,101,86)
#6E574B
(110,87,75)
#5C4940
(92,73,64)
#4A3B35
(74,59,53)
#382D2A
(56,45,42)
#261F1F
(38,31,31)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #C89D82

#C89D82
(200,157,130)
#CDA58D
(205,165,141)
#D2AD98
(210,173,152)
#D7B5A3
(215,181,163)
#DCBDAE
(220,189,174)
#E1C5B9
(225,197,185)
#E6CDC4
(230,205,196)
#EBD5CF
(235,213,207)
#F0DDDA
(240,221,218)
#F5E5E5
(245,229,229)
#FAEDF0
(250,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C89D82; }

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

This text font color is #C89D82.

Background Color

.myBgColor { background-color: #C89D82; }

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

This div background color is #C89D82.

Border color

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

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

This div border color is #C89D82.

Opacity

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

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

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

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

This text has shadow with #C89D82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C89D82.

Preview

Color preview on black background

This text has color #C89D82 on black background.


Color preview on white background

This text has color #C89D82 on white background.


Black color preview on #C89D82 background

This text has black color on #C89D82 background.


White color preview on #C89D82 background

This text has white color on #C89D82 background.


Related colors

Complementary color

Complementary color for #hex is #37627D.


I love getcolorcode.com

Triadic colors

1 #82C89D and #9D82C8 with #C89D82 are triadic colors.

2 #829DC8 and #9DC882 with #C89D82 are triadic colors.