Shades of Lily #C992AD
Tints of Lily #C992AD
RGB
CMYK
RGB Variations
Color information
#C992AD (or 0xC992AD) is known color: Lily. HEX triplet: C9, 92 and AD. RGB value is (201,146,173). Sum of RGB (Red+Green+Blue) = 201+146+173=520 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.65% from 520); Green value is 146 (57.42% from 255 or 28.08% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 201 - color contains mainly: red. Hex color #C992AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C992AD is #366D52. Grayscale: #A5A5A5. Windows color (decimal): -3566931 or 11375305. OLE color: 11375305.
HSL color Cylindrical-coordinate representation of color #C992AD: hue angle of 330.55º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C992AD is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 146 | 173 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.21 |
| HSL | 330.55º | 0.34% | 0.68% | - |
| HSV(B) | 330.55º | 0.27% | 0.79% | - |
| XYZ | 41.91 | 35.99 | 44.27 | - |
| YUV | 165.52 | 132.22 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 146 | 173 | 0 | 0.27 | 0.14 | 0.21 | 330.55 | 0.34 | 0.68 |
| Hex | C9 | 92 | AD | 0 | 1B | E | 15 | 14B | 22 | 44 |
| Octal | 311 | 222 | 255 | 0 | 33 | 16 | 25 | 513 | 42 | 104 |
| Binary | 11001001 | 10010010 | 10101101 | 0 | 11011 | 1110 | 10101 | 101001011 | 100010 | 1000100 |
Color Harmonies of #C992AD
Complementary color
Monochromatic Colors of #C992AD
Black with #C992AD
Text Example
Text Example
White with #C992AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C992AD; }
p { color: rgb(201,146,173); }
H1.HeaderClassName
{
color: #C992AD;
}
.AnyTagClassName
{
color: #C992AD;
}
</style>
background-color css
<style>
a { background-color: #C992AD; }
a { background-color: rgb(201,146,173); }
div.DivClassName
{
background-color: #C992AD;
}
.BgClassName
{
background-color: #C992AD;
}
</style>
border-color css
<style>
span { border-color: #C992AD; }
span { border-color: rgb(201,146,173); }
td.TdClassName
{
border-color: #C992AD;
}
.TagClassName
{
border-color: #C992AD;
}
</style>