COLOR #C9979C

HEX: #C9979C
RGB: (201,151,156)

Color info

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

RGB color model

#C9979C color RGB value is (201,151,156).

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

RGB channels and saturation

R 201 of 255 = 79%
G 151 of 255 = 59%
B 156 of 255 = 61%

201
151
156

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

Portions of RGB colors in percentages

R + G + B =
201 + 151 + 156 = 508 (100%)
R 201 of 508 ~ 39.57%
G 151 of 508 ~ 29.72%
B 156 of 508 ~ 30.71%

%39.57
%29.72
%30.71

CMYK color model

#C9979C color CMYK value is (0,25,22,21).

  • cyan value is 0.00%
  • magenta value is 24.88%
  • yellow value is 22.39%
  • key color value is 21.18%
CMYK:
(0,25,22,21)
C0M25Y22K21 
(0%,25%,22%,21%)
(0.00/0.25/0.22/0.21)	

CMYK percentages

%0
%24.88
%22.39
%21.18

Codes

Color #C9979C in popluar color models

C9979C
RGB201151156
HSL354°31.65%69.02%
HSB/HSV354°24.88%78.82%
CMYK0.00%24.88%22.39%
21.18%

Color #C9979C in popluar number systems.

HEXC9979C
Decimal201151156
Binary110010011001011110011100
Octal311227234

Shades and tints

Shades of #C9979C

#C9979C
(201,151,156)
#B78A8E
(183,138,142)
#A57D80
(165,125,128)
#937072
(147,112,114)
#816364
(129,99,100)
#6F5656
(111,86,86)
#5D4948
(93,73,72)
#4B3C3A
(75,60,58)
#392F2C
(57,47,44)
#27221E
(39,34,30)
#151510
(21,21,16)
#000000
(0,0,0)

Tints of #C9979C

#C9979C
(201,151,156)
#CDA0A5
(205,160,165)
#D1A9AE
(209,169,174)
#D5B2B7
(213,178,183)
#D9BBC0
(217,187,192)
#DDC4C9
(221,196,201)
#E1CDD2
(225,205,210)
#E5D6DB
(229,214,219)
#E9DFE4
(233,223,228)
#EDE8ED
(237,232,237)
#F1F1F6
(241,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9979C; }

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

This text font color is #C9979C.


Background Color

.myBgColor { background-color: #C9979C; }

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

This div background color is #C9979C.


Border color

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

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

This div border color is #C9979C.


Opacity

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

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

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

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

This text has shadow with #C9979C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9979C on black background.


Color preview on white background

This text has color #C9979C on white background.



Black color preview on #C9979C background

This text has black color on #C9979C background.


White color preview on #C9979C background

This text has white color on #C9979C background.