COLOR #C976AD

HEX: #C976AD RGB: (201,118,173)

Color info

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

RGB color model

#C976AD color RGB value is (201,118,173).

RGB: (201,118,173) (79%, 46%, 68%)

RGB channels and saturation

R 201 of 255 = 79%
G 118 of 255 = 46%
B 173 of 255 = 68%

201
118
173

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

Portions of RGB colors in percentages

R + G + B = 201 + 118 + 173 = 492 (100%)
R 201 of 492 ~ 40.85%
G 118 of 492 ~ 23.98%
B 173 of 492 ~ 35.16'%

%40.85
%23.98
%35.16

CMYK color model

#C976AD color CMYK value is (0,41,14,21).

  • cyan value is 0.00%
  • magenta value is 41.29%
  • yellow value is 13.93%
  • key color value is 21.18%
CMYK: (0,41,14,21) C0M41Y14K21 (0%,41%,14%,21%) (0.00/0.41/0.14/0.21) 

CMYK percentages

%0
%41.29
%13.93
%21.18

Codes

Color #C976AD in popluar color models

C9 76 AD
RGB 201 118 173
HSL 320° 43.46% 62.55%
HSB/HSV 320° 41.29% 78.82%
CMYK 0.00% 41.29% 13.93%
21.18%

Color #C976AD in popluar number systems.

HEX C9 76 AD
Decimal 201 118 173
Binary 11001001 1110110 10101101
Octal 311 166 255

Shades and tints

Shades of #C976AD

#C976AD
(201,118,173)
#B76C9E
(183,108,158)
#A5628F
(165,98,143)
#935880
(147,88,128)
#814E71
(129,78,113)
#6F4462
(111,68,98)
#5D3A53
(93,58,83)
#4B3044
(75,48,68)
#392635
(57,38,53)
#271C26
(39,28,38)
#151217
(21,18,23)
#000000
(0,0,0)

Tints of #C976AD

#C976AD
(201,118,173)
#CD82B4
(205,130,180)
#D18EBB
(209,142,187)
#D59AC2
(213,154,194)
#D9A6C9
(217,166,201)
#DDB2D0
(221,178,208)
#E1BED7
(225,190,215)
#E5CADE
(229,202,222)
#E9D6E5
(233,214,229)
#EDE2EC
(237,226,236)
#F1EEF3
(241,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C976AD color. Also use rgb(201,118,173) instead hex code.

Text Font Color

.myTextColor { color: #C976AD; }

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

This text font color is #C976AD.

Background Color

.myBgColor { background-color: #C976AD; }

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

This div background color is #C976AD.

Border color

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

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

This div border color is #C976AD.

Opacity

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

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

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

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

This text has shadow with #C976AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C976AD.

Preview

Color preview on black background

This text has color #C976AD on black background.


Color preview on white background

This text has color #C976AD on white background.


Black color preview on #C976AD background

This text has black color on #C976AD background.


White color preview on #C976AD background

This text has white color on #C976AD background.


Related colors

Complementary color

Complementary color for #hex is #368952.


I love getcolorcode.com

Triadic colors

1 #ADC976 and #76ADC9 with #C976AD are triadic colors.

2 #AD76C9 and #76C9AD with #C976AD are triadic colors.