Shades of Lily #C9A0BB
Tints of Lily #C9A0BB
RGB
CMYK
RGB Variations
Color information
#C9A0BB (or 0xC9A0BB) is known color: Lily. HEX triplet: C9, A0 and BB. RGB value is (201,160,187). Sum of RGB (Red+Green+Blue) = 201+160+187=548 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.68% from 548); Green value is 160 (62.89% from 255 or 29.20% from 548); Blue value is 187 (73.44% from 255 or 34.12% from 548); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A0BB is #365F44. Grayscale: #AFAFAF. Windows color (decimal): -3563333 or 12296393. OLE color: 12296393.
HSL color Cylindrical-coordinate representation of color #C9A0BB: hue angle of 320.49º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9A0BB is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 160 | 187 | - |
| CMYK | 0 | 0.20 | 0.07 | 0.21 |
| HSL | 320.49º | 0.28% | 0.71% | - |
| HSV(B) | 320.49º | 0.2% | 0.79% | - |
| XYZ | 45.63 | 41.15 | 52.55 | - |
| YUV | 175.34 | 134.58 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 160 | 187 | 0 | 0.20 | 0.07 | 0.21 | 320.49 | 0.28 | 0.71 |
| Hex | C9 | A0 | BB | 0 | 14 | 7 | 15 | 140 | 1C | 47 |
| Octal | 311 | 240 | 273 | 0 | 24 | 7 | 25 | 500 | 34 | 107 |
| Binary | 11001001 | 10100000 | 10111011 | 0 | 10100 | 111 | 10101 | 101000000 | 11100 | 1000111 |
Color Harmonies of #C9A0BB
Complementary color
Monochromatic Colors of #C9A0BB
Black with #C9A0BB
Text Example
Text Example
White with #C9A0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A0BB; }
p { color: rgb(201,160,187); }
H1.HeaderClassName
{
color: #C9A0BB;
}
.AnyTagClassName
{
color: #C9A0BB;
}
</style>
background-color css
<style>
a { background-color: #C9A0BB; }
a { background-color: rgb(201,160,187); }
div.DivClassName
{
background-color: #C9A0BB;
}
.BgClassName
{
background-color: #C9A0BB;
}
</style>
border-color css
<style>
span { border-color: #C9A0BB; }
span { border-color: rgb(201,160,187); }
td.TdClassName
{
border-color: #C9A0BB;
}
.TagClassName
{
border-color: #C9A0BB;
}
</style>