COLOR #C9819C

HEX: #C9819C
RGB: (201,129,156)

Color info

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

RGB color model

#C9819C color RGB value is (201,129,156).

  • red value is 201;
  • green value is 129;
  • blue value is 156.
RGB:
(201,129,156)
(79%,51%,61%)

RGB channels and saturation

R 201 of 255 = 79%
G 129 of 255 = 51%
B 156 of 255 = 61%

201
129
156

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

Portions of RGB colors in percentages

R + G + B =
201 + 129 + 156 = 486 (100%)
R 201 of 486 ~ 41.36%
G 129 of 486 ~ 26.54%
B 156 of 486 ~ 32.1%

%41.36
%26.54
%32.1

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 35.82%
  • yellow value is 22.39%
  • key color value is 21.18%
CMYK:
(0,36,22,21)
C0M36Y22K21 
(0%,36%,22%,21%)
(0.00/0.36/0.22/0.21)	

CMYK percentages

%0
%35.82
%22.39
%21.18

Codes

Color #C9819C in popluar color models

C9819C
RGB201129156
HSL338°40.00%64.71%
HSB/HSV338°35.82%78.82%
CMYK0.00%35.82%22.39%
21.18%

Color #C9819C in popluar number systems.

HEXC9819C
Decimal201129156
Binary110010011000000110011100
Octal311201234

Shades and tints

Shades of #C9819C

#C9819C
(201,129,156)
#B7768E
(183,118,142)
#A56B80
(165,107,128)
#936072
(147,96,114)
#815564
(129,85,100)
#6F4A56
(111,74,86)
#5D3F48
(93,63,72)
#4B343A
(75,52,58)
#39292C
(57,41,44)
#271E1E
(39,30,30)
#151310
(21,19,16)
#000000
(0,0,0)

Tints of #C9819C

#C9819C
(201,129,156)
#CD8CA5
(205,140,165)
#D197AE
(209,151,174)
#D5A2B7
(213,162,183)
#D9ADC0
(217,173,192)
#DDB8C9
(221,184,201)
#E1C3D2
(225,195,210)
#E5CEDB
(229,206,219)
#E9D9E4
(233,217,228)
#EDE4ED
(237,228,237)
#F1EFF6
(241,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9819C color. Also use rgb(201,129,156) instead hex code.

Text Font Color

.myTextColor { color: #C9819C; }

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

This text font color is #C9819C.


Background Color

.myBgColor { background-color: #C9819C; }

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

This div background color is #C9819C.


Border color

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

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

This div border color is #C9819C.


Opacity

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

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

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

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

This text has shadow with #C9819C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9819C on black background.


Color preview on white background

This text has color #C9819C on white background.



Black color preview on #C9819C background

This text has black color on #C9819C background.


White color preview on #C9819C background

This text has white color on #C9819C background.