COLOR #C9809F

HEX: #C9809F
RGB: (201,128,159)

Color info

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

RGB color model

#C9809F color RGB value is (201,128,159).

  • red value is 201;
  • green value is 128;
  • blue value is 159.
RGB:
(201,128,159)
(79%,50%,62%)

RGB channels and saturation

R 201 of 255 = 79%
G 128 of 255 = 50%
B 159 of 255 = 62%

201
128
159

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

Portions of RGB colors in percentages

R + G + B =
201 + 128 + 159 = 488 (100%)
R 201 of 488 ~ 41.19%
G 128 of 488 ~ 26.23%
B 159 of 488 ~ 32.58%

%41.19
%26.23
%32.58

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 36.32%
  • yellow value is 20.90%
  • key color value is 21.18%
CMYK:
(0,36,21,21)
C0M36Y21K21 
(0%,36%,21%,21%)
(0.00/0.36/0.21/0.21)	

CMYK percentages

%0
%36.32
%20.9
%21.18

Codes

Color #C9809F in popluar color models

C9809F
RGB201128159
HSL335°40.33%64.51%
HSB/HSV335°36.32%78.82%
CMYK0.00%36.32%20.90%
21.18%

Color #C9809F in popluar number systems.

HEXC9809F
Decimal201128159
Binary110010011000000010011111
Octal311200237

Shades and tints

Shades of #C9809F

#C9809F
(201,128,159)
#B77591
(183,117,145)
#A56A83
(165,106,131)
#935F75
(147,95,117)
#815467
(129,84,103)
#6F4959
(111,73,89)
#5D3E4B
(93,62,75)
#4B333D
(75,51,61)
#39282F
(57,40,47)
#271D21
(39,29,33)
#151213
(21,18,19)
#000000
(0,0,0)

Tints of #C9809F

#C9809F
(201,128,159)
#CD8BA7
(205,139,167)
#D196AF
(209,150,175)
#D5A1B7
(213,161,183)
#D9ACBF
(217,172,191)
#DDB7C7
(221,183,199)
#E1C2CF
(225,194,207)
#E5CDD7
(229,205,215)
#E9D8DF
(233,216,223)
#EDE3E7
(237,227,231)
#F1EEEF
(241,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9809F; }

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

This text font color is #C9809F.


Background Color

.myBgColor { background-color: #C9809F; }

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

This div background color is #C9809F.


Border color

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

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

This div border color is #C9809F.


Opacity

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

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

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

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

This text has shadow with #C9809F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9809F on black background.


Color preview on white background

This text has color #C9809F on white background.



Black color preview on #C9809F background

This text has black color on #C9809F background.


White color preview on #C9809F background

This text has white color on #C9809F background.