Shades of Lily #C99AAE
Tints of Lily #C99AAE
RGB
CMYK
RGB Variations
Color information
#C99AAE (or 0xC99AAE) is known color: Lily. HEX triplet: C9, 9A and AE. RGB value is (201,154,174). Sum of RGB (Red+Green+Blue) = 201+154+174=529 (70% of max value = 765). Red value is 201 (78.91% from 255 or 38.00% from 529); Green value is 154 (60.55% from 255 or 29.11% from 529); Blue value is 174 (68.36% from 255 or 32.89% from 529); Max value from RGB is 201 - color contains mainly: red. Hex color #C99AAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99AAE is #366551. Grayscale: #AAAAAA. Windows color (decimal): -3564882 or 11442889. OLE color: 11442889.
HSL color Cylindrical-coordinate representation of color #C99AAE: hue angle of 334.47º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C99AAE is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 154 | 174 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.21 |
| HSL | 334.47º | 0.3% | 0.7% | - |
| HSV(B) | 334.47º | 0.23% | 0.79% | - |
| XYZ | 43.28 | 38.58 | 45.21 | - |
| YUV | 170.33 | 130.07 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 154 | 174 | 0 | 0.23 | 0.13 | 0.21 | 334.47 | 0.3 | 0.7 |
| Hex | C9 | 9A | AE | 0 | 17 | D | 15 | 14E | 1E | 46 |
| Octal | 311 | 232 | 256 | 0 | 27 | 15 | 25 | 516 | 36 | 106 |
| Binary | 11001001 | 10011010 | 10101110 | 0 | 10111 | 1101 | 10101 | 101001110 | 11110 | 1000110 |
Color Harmonies of #C99AAE
Complementary color
Monochromatic Colors of #C99AAE
Black with #C99AAE
Text Example
Text Example
White with #C99AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99AAE; }
p { color: rgb(201,154,174); }
H1.HeaderClassName
{
color: #C99AAE;
}
.AnyTagClassName
{
color: #C99AAE;
}
</style>
background-color css
<style>
a { background-color: #C99AAE; }
a { background-color: rgb(201,154,174); }
div.DivClassName
{
background-color: #C99AAE;
}
.BgClassName
{
background-color: #C99AAE;
}
</style>
border-color css
<style>
span { border-color: #C99AAE; }
span { border-color: rgb(201,154,174); }
td.TdClassName
{
border-color: #C99AAE;
}
.TagClassName
{
border-color: #C99AAE;
}
</style>