Shades of Lily #C9ABB8
Tints of Lily #C9ABB8
RGB
CMYK
RGB Variations
Color information
#C9ABB8 (or 0xC9ABB8) is known color: Lily. HEX triplet: C9, AB and B8. RGB value is (201,171,184). Sum of RGB (Red+Green+Blue) = 201+171+184=556 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.15% from 556); Green value is 171 (67.19% from 255 or 30.76% from 556); Blue value is 184 (72.27% from 255 or 33.09% from 556); Max value from RGB is 201 - color contains mainly: red. Hex color #C9ABB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9ABB8 is #365447. Grayscale: #B5B5B5. Windows color (decimal): -3560520 or 12102601. OLE color: 12102601.
HSL color Cylindrical-coordinate representation of color #C9ABB8: hue angle of 334º 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 #C9ABB8 is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 171 | 184 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.21 |
| HSL | 334º | 0.22% | 0.73% | - |
| HSV(B) | 334º | 0.15% | 0.79% | - |
| XYZ | 47.3 | 45 | 51.54 | - |
| YUV | 181.45 | 129.44 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 171 | 184 | 0 | 0.15 | 0.08 | 0.21 | 334 | 0.22 | 0.73 |
| Hex | C9 | AB | B8 | 0 | F | 8 | 15 | 14E | 16 | 49 |
| Octal | 311 | 253 | 270 | 0 | 17 | 10 | 25 | 516 | 26 | 111 |
| Binary | 11001001 | 10101011 | 10111000 | 0 | 1111 | 1000 | 10101 | 101001110 | 10110 | 1001001 |
Color Harmonies of #C9ABB8
Complementary color
Monochromatic Colors of #C9ABB8
Black with #C9ABB8
Text Example
Text Example
White with #C9ABB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ABB8; }
p { color: rgb(201,171,184); }
H1.HeaderClassName
{
color: #C9ABB8;
}
.AnyTagClassName
{
color: #C9ABB8;
}
</style>
background-color css
<style>
a { background-color: #C9ABB8; }
a { background-color: rgb(201,171,184); }
div.DivClassName
{
background-color: #C9ABB8;
}
.BgClassName
{
background-color: #C9ABB8;
}
</style>
border-color css
<style>
span { border-color: #C9ABB8; }
span { border-color: rgb(201,171,184); }
td.TdClassName
{
border-color: #C9ABB8;
}
.TagClassName
{
border-color: #C9ABB8;
}
</style>