Shades of Lily #C992AE
Tints of Lily #C992AE
RGB
CMYK
RGB Variations
Color information
#C992AE (or 0xC992AE) is known color: Lily. HEX triplet: C9, 92 and AE. RGB value is (201,146,174). Sum of RGB (Red+Green+Blue) = 201+146+174=521 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.58% from 521); Green value is 146 (57.42% from 255 or 28.02% from 521); Blue value is 174 (68.36% from 255 or 33.40% from 521); Max value from RGB is 201 - color contains mainly: red. Hex color #C992AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C992AE is #366D51. Grayscale: #A5A5A5. Windows color (decimal): -3566930 or 11440841. OLE color: 11440841.
HSL color Cylindrical-coordinate representation of color #C992AE: hue angle of 329.45º 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 #C992AE is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 146 | 174 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.21 |
| HSL | 329.45º | 0.34% | 0.68% | - |
| HSV(B) | 329.45º | 0.27% | 0.79% | - |
| XYZ | 42.01 | 36.03 | 44.79 | - |
| YUV | 165.64 | 132.72 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 146 | 174 | 0 | 0.27 | 0.13 | 0.21 | 329.45 | 0.34 | 0.68 |
| Hex | C9 | 92 | AE | 0 | 1B | D | 15 | 149 | 22 | 44 |
| Octal | 311 | 222 | 256 | 0 | 33 | 15 | 25 | 511 | 42 | 104 |
| Binary | 11001001 | 10010010 | 10101110 | 0 | 11011 | 1101 | 10101 | 101001001 | 100010 | 1000100 |
Color Harmonies of #C992AE
Complementary color
Monochromatic Colors of #C992AE
Black with #C992AE
Text Example
Text Example
White with #C992AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C992AE; }
p { color: rgb(201,146,174); }
H1.HeaderClassName
{
color: #C992AE;
}
.AnyTagClassName
{
color: #C992AE;
}
</style>
background-color css
<style>
a { background-color: #C992AE; }
a { background-color: rgb(201,146,174); }
div.DivClassName
{
background-color: #C992AE;
}
.BgClassName
{
background-color: #C992AE;
}
</style>
border-color css
<style>
span { border-color: #C992AE; }
span { border-color: rgb(201,146,174); }
td.TdClassName
{
border-color: #C992AE;
}
.TagClassName
{
border-color: #C992AE;
}
</style>