Shades of Lily #C9A4BA
Tints of Lily #C9A4BA
RGB
CMYK
RGB Variations
Color information
#C9A4BA (or 0xC9A4BA) is known color: Lily. HEX triplet: C9, A4 and BA. RGB value is (201,164,186). Sum of RGB (Red+Green+Blue) = 201+164+186=551 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.48% from 551); Green value is 164 (64.45% from 255 or 29.76% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A4BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A4BA is #365B45. Grayscale: #B1B1B1. Windows color (decimal): -3562310 or 12231881. OLE color: 12231881.
HSL color Cylindrical-coordinate representation of color #C9A4BA: hue angle of 324.32º degrees, saturation: 0.26, 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 #C9A4BA is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 164 | 186 | - |
| CMYK | 0 | 0.18 | 0.07 | 0.21 |
| HSL | 324.32º | 0.26% | 0.72% | - |
| HSV(B) | 324.32º | 0.18% | 0.79% | - |
| XYZ | 46.23 | 42.51 | 52.22 | - |
| YUV | 177.57 | 132.76 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 164 | 186 | 0 | 0.18 | 0.07 | 0.21 | 324.32 | 0.26 | 0.72 |
| Hex | C9 | A4 | BA | 0 | 12 | 7 | 15 | 144 | 1A | 48 |
| Octal | 311 | 244 | 272 | 0 | 22 | 7 | 25 | 504 | 32 | 110 |
| Binary | 11001001 | 10100100 | 10111010 | 0 | 10010 | 111 | 10101 | 101000100 | 11010 | 1001000 |
Color Harmonies of #C9A4BA
Complementary color
Monochromatic Colors of #C9A4BA
Black with #C9A4BA
Text Example
Text Example
White with #C9A4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A4BA; }
p { color: rgb(201,164,186); }
H1.HeaderClassName
{
color: #C9A4BA;
}
.AnyTagClassName
{
color: #C9A4BA;
}
</style>
background-color css
<style>
a { background-color: #C9A4BA; }
a { background-color: rgb(201,164,186); }
div.DivClassName
{
background-color: #C9A4BA;
}
.BgClassName
{
background-color: #C9A4BA;
}
</style>
border-color css
<style>
span { border-color: #C9A4BA; }
span { border-color: rgb(201,164,186); }
td.TdClassName
{
border-color: #C9A4BA;
}
.TagClassName
{
border-color: #C9A4BA;
}
</style>