COLOR #C979B4

HEX: #C979B4 RGB: (201,121,180)

Color info

#C979B4 contains mainly red and blue colors. Web safe color of #C979B4 is #CC66CC (or #C6C).

RGB color model

#C979B4 color RGB value is (201,121,180).

RGB: (201,121,180) (79%, 47%, 71%)

RGB channels and saturation

R 201 of 255 = 79%
G 121 of 255 = 47%
B 180 of 255 = 71%

201
121
180

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

Portions of RGB colors in percentages

R + G + B = 201 + 121 + 180 = 502 (100%)
R 201 of 502 ~ 40.04%
G 121 of 502 ~ 24.1%
B 180 of 502 ~ 35.86'%

%40.04
%24.1
%35.86

CMYK color model

#C979B4 color CMYK value is (0,40,10,21).

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

CMYK: (0,40,10,21)
C0M40Y10K21 (0%, 40%, 10%, 21%)
(0.00 / 0.40 / 0.10 / 0.21)

CMYK percentages

%0
%39.8
%10.45
%21.18

Codes

Color #C979B4 in popluar color models

C9 79 B4
RGB 201 121 180
HSL 316° 42.55% 63.14%
HSB/HSV 316° 39.80% 78.82%
CMYK 0.00% 39.80% 10.45%
21.18%

Color #C979B4 in popluar number systems.

HEX C9 79 B4
Decimal 201 121 180
Binary 11001001 1111001 10110100
Octal 311 171 264

Shades and tints

Shades of #C979B4

#C979B4
(201,121,180)
#B76EA4
(183,110,164)
#A56394
(165,99,148)
#935884
(147,88,132)
#814D74
(129,77,116)
#6F4264
(111,66,100)
#5D3754
(93,55,84)
#4B2C44
(75,44,68)
#392134
(57,33,52)
#271624
(39,22,36)
#150B14
(21,11,20)
#000000
(0,0,0)

Tints of #C979B4

#C979B4
(201,121,180)
#CD85BA
(205,133,186)
#D191C0
(209,145,192)
#D59DC6
(213,157,198)
#D9A9CC
(217,169,204)
#DDB5D2
(221,181,210)
#E1C1D8
(225,193,216)
#E5CDDE
(229,205,222)
#E9D9E4
(233,217,228)
#EDE5EA
(237,229,234)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C979B4; }

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

This text font color is #C979B4.

Background Color

.myBgColor { background-color: #C979B4; }

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

This div background color is #C979B4.

Border color

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

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

This div border color is #C979B4.

Opacity

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

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

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

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

This text has shadow with #C979B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C979B4.

Preview

Color preview on black background

This text has color #C979B4 on black background.


Color preview on white background

This text has color #C979B4 on white background.


Black color preview on #C979B4 background

This text has black color on #C979B4 background.


White color preview on #C979B4 background

This text has white color on #C979B4 background.


Related colors

Complementary color

Complementary color for #hex is #36864B.


I love getcolorcode.com

Triadic colors

1 #B4C979 and #79B4C9 with #C979B4 are triadic colors.

2 #B479C9 and #79C9B4 with #C979B4 are triadic colors.