Shades of Lily #C9ABB5
Tints of Lily #C9ABB5
RGB
CMYK
RGB Variations
Color information
#C9ABB5 (or 0xC9ABB5) is known color: Lily. HEX triplet: C9, AB and B5. RGB value is (201,171,181). Sum of RGB (Red+Green+Blue) = 201+171+181=553 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.35% from 553); Green value is 171 (67.19% from 255 or 30.92% from 553); Blue value is 181 (71.09% from 255 or 32.73% from 553); Max value from RGB is 201 - color contains mainly: red. Hex color #C9ABB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9ABB5 is #36544A. Grayscale: #B5B5B5. Windows color (decimal): -3560523 or 11905993. OLE color: 11905993.
HSL color Cylindrical-coordinate representation of color #C9ABB5: hue angle of 340º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C9ABB5 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 171 | 181 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.21 |
| HSL | 340º | 0.22% | 0.73% | - |
| HSV(B) | 340º | 0.15% | 0.79% | - |
| XYZ | 46.99 | 44.88 | 49.9 | - |
| YUV | 181.11 | 127.94 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 171 | 181 | 0 | 0.15 | 0.10 | 0.21 | 340 | 0.22 | 0.73 |
| Hex | C9 | AB | B5 | 0 | F | A | 15 | 154 | 16 | 49 |
| Octal | 311 | 253 | 265 | 0 | 17 | 12 | 25 | 524 | 26 | 111 |
| Binary | 11001001 | 10101011 | 10110101 | 0 | 1111 | 1010 | 10101 | 101010100 | 10110 | 1001001 |
Color Harmonies of #C9ABB5
Complementary color
Monochromatic Colors of #C9ABB5
Black with #C9ABB5
Text Example
Text Example
White with #C9ABB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ABB5; }
p { color: rgb(201,171,181); }
H1.HeaderClassName
{
color: #C9ABB5;
}
.AnyTagClassName
{
color: #C9ABB5;
}
</style>
background-color css
<style>
a { background-color: #C9ABB5; }
a { background-color: rgb(201,171,181); }
div.DivClassName
{
background-color: #C9ABB5;
}
.BgClassName
{
background-color: #C9ABB5;
}
</style>
border-color css
<style>
span { border-color: #C9ABB5; }
span { border-color: rgb(201,171,181); }
td.TdClassName
{
border-color: #C9ABB5;
}
.TagClassName
{
border-color: #C9ABB5;
}
</style>