COLOR #C979A4

HEX: #C979A4
RGB: (201,121,164)

Color info

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

RGB color model

#C979A4 color RGB value is (201,121,164).

  • red value is 201;
  • green value is 121;
  • blue value is 164.
RGB:
(201,121,164)
(79%,47%,64%)

RGB channels and saturation

R 201 of 255 = 79%
G 121 of 255 = 47%
B 164 of 255 = 64%

201
121
164

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

Portions of RGB colors in percentages

R + G + B =
201 + 121 + 164 = 486 (100%)
R 201 of 486 ~ 41.36%
G 121 of 486 ~ 24.9%
B 164 of 486 ~ 33.74%

%41.36
%24.9
%33.74

CMYK color model

#C979A4 color CMYK value is (0,40,18,21).

  • cyan value is 0.00%
  • magenta value is 39.80%
  • yellow value is 18.41%
  • key color value is 21.18%
CMYK:
(0,40,18,21)
C0M40Y18K21 
(0%,40%,18%,21%)
(0.00/0.40/0.18/0.21)	

CMYK percentages

%0
%39.8
%18.41
%21.18

Codes

Color #C979A4 in popluar color models

C979A4
RGB201121164
HSL328°42.55%63.14%
HSB/HSV328°39.80%78.82%
CMYK0.00%39.80%18.41%
21.18%

Color #C979A4 in popluar number systems.

HEXC979A4
Decimal201121164
Binary11001001111100110100100
Octal311171244

Shades and tints

Shades of #C979A4

#C979A4
(201,121,164)
#B76E96
(183,110,150)
#A56388
(165,99,136)
#93587A
(147,88,122)
#814D6C
(129,77,108)
#6F425E
(111,66,94)
#5D3750
(93,55,80)
#4B2C42
(75,44,66)
#392134
(57,33,52)
#271626
(39,22,38)
#150B18
(21,11,24)
#000000
(0,0,0)

Tints of #C979A4

#C979A4
(201,121,164)
#CD85AC
(205,133,172)
#D191B4
(209,145,180)
#D59DBC
(213,157,188)
#D9A9C4
(217,169,196)
#DDB5CC
(221,181,204)
#E1C1D4
(225,193,212)
#E5CDDC
(229,205,220)
#E9D9E4
(233,217,228)
#EDE5EC
(237,229,236)
#F1F1F4
(241,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C979A4 color. Also use rgb(201,121,164) instead hex code.

Text Font Color

.myTextColor { color: #C979A4; }

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

This text font color is #C979A4.


Background Color

.myBgColor { background-color: #C979A4; }

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

This div background color is #C979A4.


Border color

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

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

This div border color is #C979A4.


Opacity

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

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

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

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

This text has shadow with #C979A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C979A4 on black background.


Color preview on white background

This text has color #C979A4 on white background.



Black color preview on #C979A4 background

This text has black color on #C979A4 background.


White color preview on #C979A4 background

This text has white color on #C979A4 background.