Shades of Lily #C99FAF
Tints of Lily #C99FAF
RGB
CMYK
RGB Variations
Color information
#C99FAF (or 0xC99FAF) is known color: Lily. HEX triplet: C9, 9F and AF. RGB value is (201,159,175). Sum of RGB (Red+Green+Blue) = 201+159+175=535 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.57% from 535); Green value is 159 (62.5% from 255 or 29.72% from 535); Blue value is 175 (68.75% from 255 or 32.71% from 535); Max value from RGB is 201 - color contains mainly: red. Hex color #C99FAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99FAF is #366050. Grayscale: #ADADAD. Windows color (decimal): -3563601 or 11509705. OLE color: 11509705.
HSL color Cylindrical-coordinate representation of color #C99FAF: hue angle of 337.14º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C99FAF is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 159 | 175 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.21 |
| HSL | 337.14º | 0.28% | 0.71% | - |
| HSV(B) | 337.14º | 0.21% | 0.79% | - |
| XYZ | 44.22 | 40.31 | 46.01 | - |
| YUV | 173.38 | 128.91 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 159 | 175 | 0 | 0.21 | 0.13 | 0.21 | 337.14 | 0.28 | 0.71 |
| Hex | C9 | 9F | AF | 0 | 15 | D | 15 | 151 | 1C | 47 |
| Octal | 311 | 237 | 257 | 0 | 25 | 15 | 25 | 521 | 34 | 107 |
| Binary | 11001001 | 10011111 | 10101111 | 0 | 10101 | 1101 | 10101 | 101010001 | 11100 | 1000111 |
Color Harmonies of #C99FAF
Complementary color
Monochromatic Colors of #C99FAF
Black with #C99FAF
Text Example
Text Example
White with #C99FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99FAF; }
p { color: rgb(201,159,175); }
H1.HeaderClassName
{
color: #C99FAF;
}
.AnyTagClassName
{
color: #C99FAF;
}
</style>
background-color css
<style>
a { background-color: #C99FAF; }
a { background-color: rgb(201,159,175); }
div.DivClassName
{
background-color: #C99FAF;
}
.BgClassName
{
background-color: #C99FAF;
}
</style>
border-color css
<style>
span { border-color: #C99FAF; }
span { border-color: rgb(201,159,175); }
td.TdClassName
{
border-color: #C99FAF;
}
.TagClassName
{
border-color: #C99FAF;
}
</style>