Shades of Lily #C99EAF
Tints of Lily #C99EAF
RGB
CMYK
RGB Variations
Color information
#C99EAF (or 0xC99EAF) is known color: Lily. HEX triplet: C9, 9E and AF. RGB value is (201,158,175). Sum of RGB (Red+Green+Blue) = 201+158+175=534 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.64% from 534); Green value is 158 (62.11% from 255 or 29.59% from 534); Blue value is 175 (68.75% from 255 or 32.77% from 534); Max value from RGB is 201 - color contains mainly: red. Hex color #C99EAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99EAF is #366150. Grayscale: #ACACAC. Windows color (decimal): -3563857 or 11509449. OLE color: 11509449.
HSL color Cylindrical-coordinate representation of color #C99EAF: hue angle of 336.28º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C99EAF is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 158 | 175 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.21 |
| HSL | 336.28º | 0.28% | 0.7% | - |
| HSV(B) | 336.28º | 0.21% | 0.79% | - |
| XYZ | 44.05 | 39.97 | 45.95 | - |
| YUV | 172.8 | 129.25 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 158 | 175 | 0 | 0.21 | 0.13 | 0.21 | 336.28 | 0.28 | 0.7 |
| Hex | C9 | 9E | AF | 0 | 15 | D | 15 | 150 | 1C | 46 |
| Octal | 311 | 236 | 257 | 0 | 25 | 15 | 25 | 520 | 34 | 106 |
| Binary | 11001001 | 10011110 | 10101111 | 0 | 10101 | 1101 | 10101 | 101010000 | 11100 | 1000110 |
Color Harmonies of #C99EAF
Complementary color
Monochromatic Colors of #C99EAF
Black with #C99EAF
Text Example
Text Example
White with #C99EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99EAF; }
p { color: rgb(201,158,175); }
H1.HeaderClassName
{
color: #C99EAF;
}
.AnyTagClassName
{
color: #C99EAF;
}
</style>
background-color css
<style>
a { background-color: #C99EAF; }
a { background-color: rgb(201,158,175); }
div.DivClassName
{
background-color: #C99EAF;
}
.BgClassName
{
background-color: #C99EAF;
}
</style>
border-color css
<style>
span { border-color: #C99EAF; }
span { border-color: rgb(201,158,175); }
td.TdClassName
{
border-color: #C99EAF;
}
.TagClassName
{
border-color: #C99EAF;
}
</style>