COLOR #C979A8

HEX: #C979A8 RGB: (201,121,168)

Color info

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

RGB color model

#C979A8 color RGB value is (201,121,168).

RGB: (201,121,168) (79%, 47%, 66%)

RGB channels and saturation

R 201 of 255 = 79%
G 121 of 255 = 47%
B 168 of 255 = 66%

201
121
168

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

Portions of RGB colors in percentages

R + G + B = 201 + 121 + 168 = 490 (100%)
R 201 of 490 ~ 41.02%
G 121 of 490 ~ 24.69%
B 168 of 490 ~ 34.29'%

%41.02
%24.69
%34.29

CMYK color model

#C979A8 color CMYK value is (0,40,16,21).

  • cyan value is 0.00%
  • magenta value is 39.80%
  • yellow value is 16.42%
  • key color value is 21.18%

CMYK: (0,40,16,21)
C0M40Y16K21 (0%, 40%, 16%, 21%)
(0.00 / 0.40 / 0.16 / 0.21)

CMYK percentages

%0
%39.8
%16.42
%21.18

Codes

Color #C979A8 in popluar color models

C9 79 A8
RGB 201 121 168
HSL 325° 42.55% 63.14%
HSB/HSV 325° 39.80% 78.82%
CMYK 0.00% 39.80% 16.42%
21.18%

Color #C979A8 in popluar number systems.

HEX C9 79 A8
Decimal 201 121 168
Binary 11001001 1111001 10101000
Octal 311 171 250

Shades and tints

Shades of #C979A8

#C979A8
(201,121,168)
#B76E99
(183,110,153)
#A5638A
(165,99,138)
#93587B
(147,88,123)
#814D6C
(129,77,108)
#6F425D
(111,66,93)
#5D374E
(93,55,78)
#4B2C3F
(75,44,63)
#392130
(57,33,48)
#271621
(39,22,33)
#150B12
(21,11,18)
#000000
(0,0,0)

Tints of #C979A8

#C979A8
(201,121,168)
#CD85AF
(205,133,175)
#D191B6
(209,145,182)
#D59DBD
(213,157,189)
#D9A9C4
(217,169,196)
#DDB5CB
(221,181,203)
#E1C1D2
(225,193,210)
#E5CDD9
(229,205,217)
#E9D9E0
(233,217,224)
#EDE5E7
(237,229,231)
#F1F1EE
(241,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C979A8; }

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

This text font color is #C979A8.

Background Color

.myBgColor { background-color: #C979A8; }

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

This div background color is #C979A8.

Border color

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

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

This div border color is #C979A8.

Opacity

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

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

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

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

This text has shadow with #C979A8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C979A8.

Preview

Color preview on black background

This text has color #C979A8 on black background.


Color preview on white background

This text has color #C979A8 on white background.


Black color preview on #C979A8 background

This text has black color on #C979A8 background.


White color preview on #C979A8 background

This text has white color on #C979A8 background.


Related colors

Complementary color

Complementary color for #hex is #368657.


I love getcolorcode.com

Triadic colors

1 #A8C979 and #79A8C9 with #C979A8 are triadic colors.

2 #A879C9 and #79C9A8 with #C979A8 are triadic colors.