Shades of Lily #C9A4B6
Tints of Lily #C9A4B6
RGB
CMYK
RGB Variations
Color information
#C9A4B6 (or 0xC9A4B6) is known color: Lily. HEX triplet: C9, A4 and B6. RGB value is (201,164,182). Sum of RGB (Red+Green+Blue) = 201+164+182=547 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.75% from 547); Green value is 164 (64.45% from 255 or 29.98% from 547); Blue value is 182 (71.48% from 255 or 33.27% from 547); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A4B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A4B6 is #365B49. Grayscale: #B1B1B1. Windows color (decimal): -3562314 or 11969737. OLE color: 11969737.
HSL color Cylindrical-coordinate representation of color #C9A4B6: hue angle of 330.81º 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 #C9A4B6 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 164 | 182 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.21 |
| HSL | 330.81º | 0.26% | 0.72% | - |
| HSV(B) | 330.81º | 0.18% | 0.79% | - |
| XYZ | 45.81 | 42.35 | 50.02 | - |
| YUV | 177.12 | 130.76 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 164 | 182 | 0 | 0.18 | 0.09 | 0.21 | 330.81 | 0.26 | 0.72 |
| Hex | C9 | A4 | B6 | 0 | 12 | 9 | 15 | 14B | 1A | 48 |
| Octal | 311 | 244 | 266 | 0 | 22 | 11 | 25 | 513 | 32 | 110 |
| Binary | 11001001 | 10100100 | 10110110 | 0 | 10010 | 1001 | 10101 | 101001011 | 11010 | 1001000 |
Color Harmonies of #C9A4B6
Complementary color
Monochromatic Colors of #C9A4B6
Black with #C9A4B6
Text Example
Text Example
White with #C9A4B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A4B6; }
p { color: rgb(201,164,182); }
H1.HeaderClassName
{
color: #C9A4B6;
}
.AnyTagClassName
{
color: #C9A4B6;
}
</style>
background-color css
<style>
a { background-color: #C9A4B6; }
a { background-color: rgb(201,164,182); }
div.DivClassName
{
background-color: #C9A4B6;
}
.BgClassName
{
background-color: #C9A4B6;
}
</style>
border-color css
<style>
span { border-color: #C9A4B6; }
span { border-color: rgb(201,164,182); }
td.TdClassName
{
border-color: #C9A4B6;
}
.TagClassName
{
border-color: #C9A4B6;
}
</style>