COLOR #C9959C

HEX: #C9959C
RGB: (201,149,156)

Color info

#C9959C contains red, green and blue colors in about the same proportion. Web safe color of #C9959C is #CC9999 (or #C99).

RGB color model

#C9959C color RGB value is (201,149,156).

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

RGB channels and saturation

R 201 of 255 = 79%
G 149 of 255 = 58%
B 156 of 255 = 61%

201
149
156

R + G + B ~ 66%. #C9959C is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 149 + 156 = 506 (100%)
R 201 of 506 ~ 39.72%
G 149 of 506 ~ 29.45%
B 156 of 506 ~ 30.83%

%39.72
%29.45
%30.83

CMYK color model

#C9959C color CMYK value is (0,26,22,21).

  • cyan value is 0.00%
  • magenta value is 25.87%
  • yellow value is 22.39%
  • key color value is 21.18%
CMYK:
(0,26,22,21)
C0M26Y22K21 
(0%,26%,22%,21%)
(0.00/0.26/0.22/0.21)	

CMYK percentages

%0
%25.87
%22.39
%21.18

Codes

Color #C9959C in popluar color models

C9959C
RGB201149156
HSL352°32.50%68.63%
HSB/HSV352°25.87%78.82%
CMYK0.00%25.87%22.39%
21.18%

Color #C9959C in popluar number systems.

HEXC9959C
Decimal201149156
Binary110010011001010110011100
Octal311225234

Shades and tints

Shades of #C9959C

#C9959C
(201,149,156)
#B7888E
(183,136,142)
#A57B80
(165,123,128)
#936E72
(147,110,114)
#816164
(129,97,100)
#6F5456
(111,84,86)
#5D4748
(93,71,72)
#4B3A3A
(75,58,58)
#392D2C
(57,45,44)
#27201E
(39,32,30)
#151310
(21,19,16)
#000000
(0,0,0)

Tints of #C9959C

#C9959C
(201,149,156)
#CD9EA5
(205,158,165)
#D1A7AE
(209,167,174)
#D5B0B7
(213,176,183)
#D9B9C0
(217,185,192)
#DDC2C9
(221,194,201)
#E1CBD2
(225,203,210)
#E5D4DB
(229,212,219)
#E9DDE4
(233,221,228)
#EDE6ED
(237,230,237)
#F1EFF6
(241,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9959C; }

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

This text font color is #C9959C.


Background Color

.myBgColor { background-color: #C9959C; }

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

This div background color is #C9959C.


Border color

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

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

This div border color is #C9959C.


Opacity

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

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

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

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

This text has shadow with #C9959C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9959C on black background.


Color preview on white background

This text has color #C9959C on white background.



Black color preview on #C9959C background

This text has black color on #C9959C background.


White color preview on #C9959C background

This text has white color on #C9959C background.