Shades of Lily #C9ABB6
Tints of Lily #C9ABB6
RGB
CMYK
RGB Variations
Color information
#C9ABB6 (or 0xC9ABB6) is known color: Lily. HEX triplet: C9, AB and B6. RGB value is (201,171,182). Sum of RGB (Red+Green+Blue) = 201+171+182=554 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.28% from 554); Green value is 171 (67.19% from 255 or 30.87% from 554); Blue value is 182 (71.48% from 255 or 32.85% from 554); Max value from RGB is 201 - color contains mainly: red. Hex color #C9ABB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9ABB6 is #365449. Grayscale: #B5B5B5. Windows color (decimal): -3560522 or 11971529. OLE color: 11971529.
HSL color Cylindrical-coordinate representation of color #C9ABB6: hue angle of 338º 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 #C9ABB6 is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 171 | 182 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.21 |
| HSL | 338º | 0.22% | 0.73% | - |
| HSV(B) | 338º | 0.15% | 0.79% | - |
| XYZ | 47.09 | 44.92 | 50.44 | - |
| YUV | 181.22 | 128.44 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 171 | 182 | 0 | 0.15 | 0.09 | 0.21 | 338 | 0.22 | 0.73 |
| Hex | C9 | AB | B6 | 0 | F | 9 | 15 | 152 | 16 | 49 |
| Octal | 311 | 253 | 266 | 0 | 17 | 11 | 25 | 522 | 26 | 111 |
| Binary | 11001001 | 10101011 | 10110110 | 0 | 1111 | 1001 | 10101 | 101010010 | 10110 | 1001001 |
Color Harmonies of #C9ABB6
Complementary color
Monochromatic Colors of #C9ABB6
Black with #C9ABB6
Text Example
Text Example
White with #C9ABB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ABB6; }
p { color: rgb(201,171,182); }
H1.HeaderClassName
{
color: #C9ABB6;
}
.AnyTagClassName
{
color: #C9ABB6;
}
</style>
background-color css
<style>
a { background-color: #C9ABB6; }
a { background-color: rgb(201,171,182); }
div.DivClassName
{
background-color: #C9ABB6;
}
.BgClassName
{
background-color: #C9ABB6;
}
</style>
border-color css
<style>
span { border-color: #C9ABB6; }
span { border-color: rgb(201,171,182); }
td.TdClassName
{
border-color: #C9ABB6;
}
.TagClassName
{
border-color: #C9ABB6;
}
</style>