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