HEX: #C976AD
RGB: (201,118,173)
#C976AD contains mainly red and blue colors. Web safe color of #C976AD is #CC6699 (or #C69).
#C976AD color RGB value is (201,118,173).
RGB: (201,118,173)
(79%, 46%, 68%)
R 201 of 255 = 79%
G 118 of 255 = 46%
B 173 of 255 = 68%
R + G + B ~ 64%. #C976AD is quite light color.
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'%
#C976AD color CMYK value is (0,41,14,21).
CMYK: (0,41,14,21) C0M41Y14K21 (0%,41%,14%,21%) (0.00/0.41/0.14/0.21)
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 of #C976AD
Tints of #C976AD
Examples of css and html codes for elements with #C976AD color. Also use rgb(201,118,173) instead hex code.
.myTextColor { color: #C976AD; }
<p style="color:#C976AD">This sample text font color is #C976AD.</p>
This text font color is #C976AD.
.myBgColor { background-color: #C976AD; }
<div style="background-color:#C976AD">Inner text</div>
This div background color is #C976AD.
.myBorderColor { border: 1px solid #C976AD; }
<div style="border:3px solid #C976AD">Div</div>
This div border color is #C976AD.
.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%.
.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.
/* 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 text has color #C976AD on black background.
This text has color #C976AD on white background.
This text has black color on #C976AD background.
This text has white color on #C976AD background.
Complementary color for #hex is #368952.