COLOR #C89886

HEX: #C89886 RGB: (200,152,134)

Color info

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

RGB color model

#C89886 color RGB value is (200,152,134).

RGB: (200,152,134) (78%, 60%, 53%)

RGB channels and saturation

R 200 of 255 = 78%
G 152 of 255 = 60%
B 134 of 255 = 53%

200
152
134

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

Portions of RGB colors in percentages

R + G + B = 200 + 152 + 134 = 486 (100%)
R 200 of 486 ~ 41.15%
G 152 of 486 ~ 31.28%
B 134 of 486 ~ 27.57'%

%41.15
%31.28
%27.57

CMYK color model

#C89886 color CMYK value is (0,24,33,22).

  • cyan value is 0.00%
  • magenta value is 24.00%
  • yellow value is 33.00%
  • key color value is 21.57%

CMYK: (0,24,33,22)
C0M24Y33K22 (0%, 24%, 33%, 22%)
(0.00 / 0.24 / 0.33 / 0.22)

CMYK percentages

%0
%24
%33
%21.57

Codes

Color #C89886 in popluar color models

C8 98 86
RGB 200 152 134
HSL 16° 37.50% 65.49%
HSB/HSV 16° 33.00% 78.43%
CMYK 0.00% 24.00% 33.00%
21.57%

Color #C89886 in popluar number systems.

HEX C8 98 86
Decimal 200 152 134
Binary 11001000 10011000 10000110
Octal 310 230 206

Shades and tints

Shades of #C89886

#C89886
(200,152,134)
#B68B7A
(182,139,122)
#A47E6E
(164,126,110)
#927162
(146,113,98)
#806456
(128,100,86)
#6E574A
(110,87,74)
#5C4A3E
(92,74,62)
#4A3D32
(74,61,50)
#383026
(56,48,38)
#26231A
(38,35,26)
#14160E
(20,22,14)
#000000
(0,0,0)

Tints of #C89886

#C89886
(200,152,134)
#CDA191
(205,161,145)
#D2AA9C
(210,170,156)
#D7B3A7
(215,179,167)
#DCBCB2
(220,188,178)
#E1C5BD
(225,197,189)
#E6CEC8
(230,206,200)
#EBD7D3
(235,215,211)
#F0E0DE
(240,224,222)
#F5E9E9
(245,233,233)
#FAF2F4
(250,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C89886; }

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

This text font color is #C89886.

Background Color

.myBgColor { background-color: #C89886; }

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

This div background color is #C89886.

Border color

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

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

This div border color is #C89886.

Opacity

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

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

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

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

This text has shadow with #C89886 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C89886.

Preview

Color preview on black background

This text has color #C89886 on black background.


Color preview on white background

This text has color #C89886 on white background.


Black color preview on #C89886 background

This text has black color on #C89886 background.


White color preview on #C89886 background

This text has white color on #C89886 background.


Related colors

Complementary color

Complementary color for #hex is #376779.


I love getcolorcode.com

Triadic colors

1 #86C898 and #9886C8 with #C89886 are triadic colors.

2 #8698C8 and #98C886 with #C89886 are triadic colors.