COLOR #C98096

HEX: #C98096 RGB: (201,128,150)

Color info

#C98096 contains mainly red and blue colors. Web safe color of #C98096 is #CC6699 (or #C69).

RGB color model

#C98096 color RGB value is (201,128,150).

RGB: (201,128,150) (79%, 50%, 59%)

RGB channels and saturation

R 201 of 255 = 79%
G 128 of 255 = 50%
B 150 of 255 = 59%

201
128
150

R + G + B ~ 63%. #C98096 is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 128 + 150 = 479 (100%)
R 201 of 479 ~ 41.96%
G 128 of 479 ~ 26.72%
B 150 of 479 ~ 31.32'%

%41.96
%26.72
%31.32

CMYK color model

#C98096 color CMYK value is (0,36,25,21).

  • cyan value is 0.00%
  • magenta value is 36.32%
  • yellow value is 25.37%
  • key color value is 21.18%
CMYK: (0,36,25,21) C0M36Y25K21 (0%,36%,25%,21%) (0.00/0.36/0.25/0.21) 

CMYK percentages

%0
%36.32
%25.37
%21.18

Codes

Color #C98096 in popluar color models

C9 80 96
RGB 201 128 150
HSL 342° 40.33% 64.51%
HSB/HSV 342° 36.32% 78.82%
CMYK 0.00% 36.32% 25.37%
21.18%

Color #C98096 in popluar number systems.

HEX C9 80 96
Decimal 201 128 150
Binary 11001001 10000000 10010110
Octal 311 200 226

Shades and tints

Shades of #C98096

#C98096
(201,128,150)
#B77589
(183,117,137)
#A56A7C
(165,106,124)
#935F6F
(147,95,111)
#815462
(129,84,98)
#6F4955
(111,73,85)
#5D3E48
(93,62,72)
#4B333B
(75,51,59)
#39282E
(57,40,46)
#271D21
(39,29,33)
#151214
(21,18,20)
#000000
(0,0,0)

Tints of #C98096

#C98096
(201,128,150)
#CD8B9F
(205,139,159)
#D196A8
(209,150,168)
#D5A1B1
(213,161,177)
#D9ACBA
(217,172,186)
#DDB7C3
(221,183,195)
#E1C2CC
(225,194,204)
#E5CDD5
(229,205,213)
#E9D8DE
(233,216,222)
#EDE3E7
(237,227,231)
#F1EEF0
(241,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C98096; }

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

This text font color is #C98096.

Background Color

.myBgColor { background-color: #C98096; }

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

This div background color is #C98096.

Border color

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

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

This div border color is #C98096.

Opacity

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

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

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

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

This text has shadow with #C98096 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C98096.

Preview

Color preview on black background

This text has color #C98096 on black background.


Color preview on white background

This text has color #C98096 on white background.


Black color preview on #C98096 background

This text has black color on #C98096 background.


White color preview on #C98096 background

This text has white color on #C98096 background.


Related colors

Complementary color

Complementary color for #hex is #367F69.


I love getcolorcode.com

Triadic colors

1 #96C980 and #8096C9 with #C98096 are triadic colors.

2 #9680C9 and #80C996 with #C98096 are triadic colors.