COLOR #C98896

HEX: #C98896 RGB: (201,136,150)

Color info

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

RGB color model

#C98896 color RGB value is (201,136,150).

RGB: (201,136,150) (79%, 53%, 59%)

RGB channels and saturation

R 201 of 255 = 79%
G 136 of 255 = 53%
B 150 of 255 = 59%

201
136
150

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

Portions of RGB colors in percentages

R + G + B = 201 + 136 + 150 = 487 (100%)
R 201 of 487 ~ 41.27%
G 136 of 487 ~ 27.93%
B 150 of 487 ~ 30.8'%

%41.27
%27.93
%30.8

CMYK color model

#C98896 color CMYK value is (0,32,25,21).

  • cyan value is 0.00%
  • magenta value is 32.34%
  • yellow value is 25.37%
  • key color value is 21.18%
CMYK: (0,32,25,21) C0M32Y25K21 (0%,32%,25%,21%) (0.00/0.32/0.25/0.21) 

CMYK percentages

%0
%32.34
%25.37
%21.18

Codes

Color #C98896 in popluar color models

C9 88 96
RGB 201 136 150
HSL 347° 37.57% 66.08%
HSB/HSV 347° 32.34% 78.82%
CMYK 0.00% 32.34% 25.37%
21.18%

Color #C98896 in popluar number systems.

HEX C9 88 96
Decimal 201 136 150
Binary 11001001 10001000 10010110
Octal 311 210 226

Shades and tints

Shades of #C98896

#C98896
(201,136,150)
#B77C89
(183,124,137)
#A5707C
(165,112,124)
#93646F
(147,100,111)
#815862
(129,88,98)
#6F4C55
(111,76,85)
#5D4048
(93,64,72)
#4B343B
(75,52,59)
#39282E
(57,40,46)
#271C21
(39,28,33)
#151014
(21,16,20)
#000000
(0,0,0)

Tints of #C98896

#C98896
(201,136,150)
#CD929F
(205,146,159)
#D19CA8
(209,156,168)
#D5A6B1
(213,166,177)
#D9B0BA
(217,176,186)
#DDBAC3
(221,186,195)
#E1C4CC
(225,196,204)
#E5CED5
(229,206,213)
#E9D8DE
(233,216,222)
#EDE2E7
(237,226,231)
#F1ECF0
(241,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C98896 color. Also use rgb(201,136,150) instead hex code.

Text Font Color

.myTextColor { color: #C98896; }

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

This text font color is #C98896.

Background Color

.myBgColor { background-color: #C98896; }

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

This div background color is #C98896.

Border color

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

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

This div border color is #C98896.

Opacity

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

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

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

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

This text has shadow with #C98896 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C98896.

Preview

Color preview on black background

This text has color #C98896 on black background.


Color preview on white background

This text has color #C98896 on white background.


Black color preview on #C98896 background

This text has black color on #C98896 background.


White color preview on #C98896 background

This text has white color on #C98896 background.


Related colors

Complementary color

Complementary color for #hex is #367769.


I love getcolorcode.com

Triadic colors

1 #96C988 and #8896C9 with #C98896 are triadic colors.

2 #9688C9 and #88C996 with #C98896 are triadic colors.