COLOR #C98D96

HEX: #C98D96 RGB: (201,141,150)

Color info

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

RGB color model

#C98D96 color RGB value is (201,141,150).

RGB: (201,141,150) (79%, 55%, 59%)

RGB channels and saturation

R 201 of 255 = 79%
G 141 of 255 = 55%
B 150 of 255 = 59%

201
141
150

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

Portions of RGB colors in percentages

R + G + B = 201 + 141 + 150 = 492 (100%)
R 201 of 492 ~ 40.85%
G 141 of 492 ~ 28.66%
B 150 of 492 ~ 30.49'%

%40.85
%28.66
%30.49

CMYK color model

#C98D96 color CMYK value is (0,30,25,21).

  • cyan value is 0.00%
  • magenta value is 29.85%
  • yellow value is 25.37%
  • key color value is 21.18%

CMYK: (0,30,25,21)
C0M30Y25K21 (0%, 30%, 25%, 21%)
(0.00 / 0.30 / 0.25 / 0.21)

CMYK percentages

%0
%29.85
%25.37
%21.18

Codes

Color #C98D96 in popluar color models

C9 8D 96
RGB 201 141 150
HSL 351° 35.71% 67.06%
HSB/HSV 351° 29.85% 78.82%
CMYK 0.00% 29.85% 25.37%
21.18%

Color #C98D96 in popluar number systems.

HEX C9 8D 96
Decimal 201 141 150
Binary 11001001 10001101 10010110
Octal 311 215 226

Shades and tints

Shades of #C98D96

#C98D96
(201,141,150)
#B78189
(183,129,137)
#A5757C
(165,117,124)
#93696F
(147,105,111)
#815D62
(129,93,98)
#6F5155
(111,81,85)
#5D4548
(93,69,72)
#4B393B
(75,57,59)
#392D2E
(57,45,46)
#272121
(39,33,33)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #C98D96

#C98D96
(201,141,150)
#CD979F
(205,151,159)
#D1A1A8
(209,161,168)
#D5ABB1
(213,171,177)
#D9B5BA
(217,181,186)
#DDBFC3
(221,191,195)
#E1C9CC
(225,201,204)
#E5D3D5
(229,211,213)
#E9DDDE
(233,221,222)
#EDE7E7
(237,231,231)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C98D96; }

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

This text font color is #C98D96.

Background Color

.myBgColor { background-color: #C98D96; }

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

This div background color is #C98D96.

Border color

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

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

This div border color is #C98D96.

Opacity

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

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

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

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

This text has shadow with #C98D96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C98D96.

Preview

Color preview on black background

This text has color #C98D96 on black background.


Color preview on white background

This text has color #C98D96 on white background.


Black color preview on #C98D96 background

This text has black color on #C98D96 background.


White color preview on #C98D96 background

This text has white color on #C98D96 background.


Related colors

Complementary color

Complementary color for #hex is #367269.


I love getcolorcode.com

Triadic colors

1 #96C98D and #8D96C9 with #C98D96 are triadic colors.

2 #968DC9 and #8DC996 with #C98D96 are triadic colors.