Shades of Lily #C9A5B1
Tints of Lily #C9A5B1
RGB
CMYK
RGB Variations
Color information
#C9A5B1 (or 0xC9A5B1) is known color: Lily. HEX triplet: C9, A5 and B1. RGB value is (201,165,177). Sum of RGB (Red+Green+Blue) = 201+165+177=543 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.02% from 543); Green value is 165 (64.84% from 255 or 30.39% from 543); Blue value is 177 (69.53% from 255 or 32.60% from 543); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A5B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A5B1 is #365A4E. Grayscale: #B1B1B1. Windows color (decimal): -3562063 or 11642313. OLE color: 11642313.
HSL color Cylindrical-coordinate representation of color #C9A5B1: hue angle of 340º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C9A5B1 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 165 | 177 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.21 |
| HSL | 340º | 0.25% | 0.72% | - |
| HSV(B) | 340º | 0.18% | 0.79% | - |
| XYZ | 45.48 | 42.5 | 47.4 | - |
| YUV | 177.13 | 127.93 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 165 | 177 | 0 | 0.18 | 0.12 | 0.21 | 340 | 0.25 | 0.72 |
| Hex | C9 | A5 | B1 | 0 | 12 | C | 15 | 154 | 19 | 48 |
| Octal | 311 | 245 | 261 | 0 | 22 | 14 | 25 | 524 | 31 | 110 |
| Binary | 11001001 | 10100101 | 10110001 | 0 | 10010 | 1100 | 10101 | 101010100 | 11001 | 1001000 |
Color Harmonies of #C9A5B1
Complementary color
Monochromatic Colors of #C9A5B1
Black with #C9A5B1
Text Example
Text Example
White with #C9A5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A5B1; }
p { color: rgb(201,165,177); }
H1.HeaderClassName
{
color: #C9A5B1;
}
.AnyTagClassName
{
color: #C9A5B1;
}
</style>
background-color css
<style>
a { background-color: #C9A5B1; }
a { background-color: rgb(201,165,177); }
div.DivClassName
{
background-color: #C9A5B1;
}
.BgClassName
{
background-color: #C9A5B1;
}
</style>
border-color css
<style>
span { border-color: #C9A5B1; }
span { border-color: rgb(201,165,177); }
td.TdClassName
{
border-color: #C9A5B1;
}
.TagClassName
{
border-color: #C9A5B1;
}
</style>