Shades of Lily #C9A9B5
Tints of Lily #C9A9B5
RGB
CMYK
RGB Variations
Color information
#C9A9B5 (or 0xC9A9B5) is known color: Lily. HEX triplet: C9, A9 and B5. RGB value is (201,169,181). Sum of RGB (Red+Green+Blue) = 201+169+181=551 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.48% from 551); Green value is 169 (66.41% from 255 or 30.67% from 551); Blue value is 181 (71.09% from 255 or 32.85% from 551); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A9B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A9B5 is #36564A. Grayscale: #B3B3B3. Windows color (decimal): -3561035 or 11905481. OLE color: 11905481.
HSL color Cylindrical-coordinate representation of color #C9A9B5: hue angle of 337.5º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C9A9B5 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 169 | 181 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.21 |
| HSL | 337.5º | 0.23% | 0.73% | - |
| HSV(B) | 337.5º | 0.16% | 0.79% | - |
| XYZ | 46.62 | 44.13 | 49.78 | - |
| YUV | 179.94 | 128.6 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 169 | 181 | 0 | 0.16 | 0.10 | 0.21 | 337.5 | 0.23 | 0.73 |
| Hex | C9 | A9 | B5 | 0 | 10 | A | 15 | 152 | 17 | 49 |
| Octal | 311 | 251 | 265 | 0 | 20 | 12 | 25 | 522 | 27 | 111 |
| Binary | 11001001 | 10101001 | 10110101 | 0 | 10000 | 1010 | 10101 | 101010010 | 10111 | 1001001 |
Color Harmonies of #C9A9B5
Complementary color
Monochromatic Colors of #C9A9B5
Black with #C9A9B5
Text Example
Text Example
White with #C9A9B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A9B5; }
p { color: rgb(201,169,181); }
H1.HeaderClassName
{
color: #C9A9B5;
}
.AnyTagClassName
{
color: #C9A9B5;
}
</style>
background-color css
<style>
a { background-color: #C9A9B5; }
a { background-color: rgb(201,169,181); }
div.DivClassName
{
background-color: #C9A9B5;
}
.BgClassName
{
background-color: #C9A9B5;
}
</style>
border-color css
<style>
span { border-color: #C9A9B5; }
span { border-color: rgb(201,169,181); }
td.TdClassName
{
border-color: #C9A9B5;
}
.TagClassName
{
border-color: #C9A9B5;
}
</style>