COLOR #C89497

HEX: #C89497 RGB: (200,148,151)

Color info

#C89497 contains red, green and blue colors in about the same proportion. Web safe color of #C89497 is #CC9999 (or #C99).

RGB color model

#C89497 color RGB value is (200,148,151).

RGB: (200,148,151) (78%, 58%, 59%)

RGB channels and saturation

R 200 of 255 = 78%
G 148 of 255 = 58%
B 151 of 255 = 59%

200
148
151

R + G + B ~ 65%. #C89497 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 148 + 151 = 499 (100%)
R 200 of 499 ~ 40.08%
G 148 of 499 ~ 29.66%
B 151 of 499 ~ 30.26'%

%40.08
%29.66
%30.26

CMYK color model

#C89497 color CMYK value is (0,26,25,22).

  • cyan value is 0.00%
  • magenta value is 26.00%
  • yellow value is 24.50%
  • key color value is 21.57%
CMYK: (0,26,25,22) C0M26Y25K22 (0%,26%,25%,22%) (0.00/0.26/0.25/0.22) 

CMYK percentages

%0
%26
%24.5
%21.57

Codes

Color #C89497 in popluar color models

C8 94 97
RGB 200 148 151
HSL 357° 32.10% 68.24%
HSB/HSV 357° 26.00% 78.43%
CMYK 0.00% 26.00% 24.50%
21.57%

Color #C89497 in popluar number systems.

HEX C8 94 97
Decimal 200 148 151
Binary 11001000 10010100 10010111
Octal 310 224 227

Shades and tints

Shades of #C89497

#C89497
(200,148,151)
#B6878A
(182,135,138)
#A47A7D
(164,122,125)
#926D70
(146,109,112)
#806063
(128,96,99)
#6E5356
(110,83,86)
#5C4649
(92,70,73)
#4A393C
(74,57,60)
#382C2F
(56,44,47)
#261F22
(38,31,34)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #C89497

#C89497
(200,148,151)
#CD9DA0
(205,157,160)
#D2A6A9
(210,166,169)
#D7AFB2
(215,175,178)
#DCB8BB
(220,184,187)
#E1C1C4
(225,193,196)
#E6CACD
(230,202,205)
#EBD3D6
(235,211,214)
#F0DCDF
(240,220,223)
#F5E5E8
(245,229,232)
#FAEEF1
(250,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C89497 color. Also use rgb(200,148,151) instead hex code.

Text Font Color

.myTextColor { color: #C89497; }

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

This text font color is #C89497.

Background Color

.myBgColor { background-color: #C89497; }

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

This div background color is #C89497.

Border color

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

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

This div border color is #C89497.

Opacity

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

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

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

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

This text has shadow with #C89497 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C89497.

Preview

Color preview on black background

This text has color #C89497 on black background.


Color preview on white background

This text has color #C89497 on white background.


Black color preview on #C89497 background

This text has black color on #C89497 background.


White color preview on #C89497 background

This text has white color on #C89497 background.


Related colors

Complementary color

Complementary color for #hex is #376B68.


I love getcolorcode.com

Triadic colors

1 #97C894 and #9497C8 with #C89497 are triadic colors.

2 #9794C8 and #94C897 with #C89497 are triadic colors.