HEX: #C992AD
RGB: (201,146,173)
#C992AD contains red, green and blue colors in about the same proportion. Web safe color of #C992AD is #CC9999 (or #C99).
#C992AD color RGB value is (201,146,173).
RGB: (201,146,173)
(79%, 57%, 68%)
R 201 of 255 = 79%
G 146 of 255 = 57%
B 173 of 255 = 68%
R + G + B ~ 68%. #C992AD is quite light color.
R + G + B = 201 + 146 + 173 = 520 (100%)
R 201 of 520 ~ 38.65%
G 146 of 520 ~ 28.08%
B 173 of 520 ~ 33.27'%
#C992AD color CMYK value is (0,27,14,21).
CMYK: (0,27,14,21)
C0M27Y14K21 (0%, 27%, 14%, 21%)
(0.00 / 0.27 / 0.14 / 0.21)
Color #C992AD in popluar color models
C9 | 92 | AD | |
---|---|---|---|
RGB | 201 | 146 | 173 |
HSL | 331° | 33.74% | 68.04% |
HSB/HSV | 331° | 27.36% | 78.82% |
CMYK | 0.00% | 27.36% | 13.93% |
21.18% |
Color #C992AD in popluar number systems.
HEX | C9 | 92 | AD |
Decimal | 201 | 146 | 173 |
Binary | 11001001 | 10010010 | 10101101 |
Octal | 311 | 222 | 255 |
Shades of #C992AD
Tints of #C992AD
Examples of css and html codes for elements with #C992AD color. Also use rgb(201,146,173) instead hex code.
.myTextColor { color: #C992AD; }
<p style="color:#C992AD">This sample text font color is #C992AD.</p>
This text font color is #C992AD.
.myBgColor { background-color: #C992AD; }
<div style="background-color:#C992AD">Inner text</div>
This div background color is #C992AD.
.myBorderColor { border: 1px solid #C992AD; }
<div style="border:3px solid #C992AD">Div</div>
This div border color is #C992AD.
.myOpacity80 { color: #C992AD; opacity: 0.8; }
<p style="color:#C992AD;opacity:0.8;">80%</p>
Text with #C992AD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C992AD;}
<p style="text-shadow: 3px 3px 1px #C992AD">Text here.</p>
This text has shadow with #C992AD color.
.textShadow {text-shadow: 3px 3px 1px #C992AD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C992AD, 5px 5px 20px red">Text here.</p>
This text has shadow with #C992AD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C992AD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C992AD, Direction=45, Strength=4)">Text</p>
This text has shadow with #C992AD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C992AD;
-webkit-box-shadow: 1px 1px 3px 2px #C992AD;
box-shadow: 1px 1px 3px 2px #C992AD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C992AD; -webkit-box-shadow: 1px 1px 3px 2px #C992AD; box-shadow:1px 1px 3px 2px #C992AD;">
Div content here
</div>
This text has color #C992AD on black background.
This text has color #C992AD on white background.
This text has black color on #C992AD background.
This text has white color on #C992AD background.
Complementary color for #hex is #366D52.