HEX: #C977A6
RGB: (201,119,166)
#C977A6 contains mainly red and blue colors. Web safe color of #C977A6 is #CC6699 (or #C69).
#C977A6 color RGB value is (201,119,166).
RGB: (201,119,166)
(79%, 47%, 65%)
R 201 of 255 = 79%
G 119 of 255 = 47%
B 166 of 255 = 65%
R + G + B ~ 64%. #C977A6 is quite light color.
R + G + B = 201 + 119 + 166 = 486 (100%)
R 201 of 486 ~ 41.36%
G 119 of 486 ~ 24.49%
B 166 of 486 ~ 34.16'%
#C977A6 color CMYK value is (0,41,17,21).
CMYK: (0,41,17,21) C0M41Y17K21 (0%,41%,17%,21%) (0.00/0.41/0.17/0.21)
Color #C977A6 in popluar color models
C9 | 77 | A6 | |
---|---|---|---|
RGB | 201 | 119 | 166 |
HSL | 326° | 43.16% | 62.75% |
HSB/HSV | 326° | 40.80% | 78.82% |
CMYK | 0.00% | 40.80% | 17.41% |
21.18% |
Color #C977A6 in popluar number systems.
HEX | C9 | 77 | A6 |
Decimal | 201 | 119 | 166 |
Binary | 11001001 | 1110111 | 10100110 |
Octal | 311 | 167 | 246 |
Shades of #C977A6
Tints of #C977A6
Examples of css and html codes for elements with #C977A6 color. Also use rgb(201,119,166) instead hex code.
.myTextColor { color: #C977A6; }
<p style="color:#C977A6">This sample text font color is #C977A6.</p>
This text font color is #C977A6.
.myBgColor { background-color: #C977A6; }
<div style="background-color:#C977A6">Inner text</div>
This div background color is #C977A6.
.myBorderColor { border: 1px solid #C977A6; }
<div style="border:3px solid #C977A6">Div</div>
This div border color is #C977A6.
.myOpacity80 { color: #C977A6; opacity: 0.8; }
<p style="color:#C977A6;opacity:0.8;">80%</p>
Text with #C977A6 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C977A6;}
<p style="text-shadow: 3px 3px 1px #C977A6">Text here.</p>
This text has shadow with #C977A6 color.
.textShadow {text-shadow: 3px 3px 1px #C977A6', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C977A6, 5px 5px 20px red">Text here.</p>
This text has shadow with #C977A6 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C977A6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C977A6, Direction=45, Strength=4)">Text</p>
This text has shadow with #C977A6 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C977A6;
-webkit-box-shadow: 1px 1px 3px 2px #C977A6;
box-shadow: 1px 1px 3px 2px #C977A6;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C977A6; -webkit-box-shadow: 1px 1px 3px 2px #C977A6; box-shadow:1px 1px 3px 2px #C977A6;">
Div content here
</div>
This text has color #C977A6 on black background.
This text has color #C977A6 on white background.
This text has black color on #C977A6 background.
This text has white color on #C977A6 background.
Complementary color for #hex is #368859.