Shades of Lily #C09AAF
Tints of Lily #C09AAF
RGB
CMYK
RGB Variations
Color information
#C09AAF (or 0xC09AAF) is known color: Lily. HEX triplet: C0, 9A and AF. RGB value is (192,154,175). Sum of RGB (Red+Green+Blue) = 192+154+175=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 154 (60.55% from 255 or 29.56% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 192 - color contains mainly: red. Hex color #C09AAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09AAF is #3F6550. Grayscale: #A7A7A7. Windows color (decimal): -4154705 or 11508416. OLE color: 11508416.
HSL color Cylindrical-coordinate representation of color #C09AAF: hue angle of 326.84º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C09AAF is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 154 | 175 | - |
| CMYK | 0 | 0.20 | 0.09 | 0.25 |
| HSL | 326.84º | 0.23% | 0.68% | - |
| HSV(B) | 326.84º | 0.2% | 0.75% | - |
| XYZ | 41.03 | 37.41 | 45.62 | - |
| YUV | 167.76 | 132.09 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 175 | 0 | 0.20 | 0.09 | 0.25 | 326.84 | 0.23 | 0.68 |
| Hex | C0 | 9A | AF | 0 | 14 | 9 | 19 | 147 | 17 | 44 |
| Octal | 300 | 232 | 257 | 0 | 24 | 11 | 31 | 507 | 27 | 104 |
| Binary | 11000000 | 10011010 | 10101111 | 0 | 10100 | 1001 | 11001 | 101000111 | 10111 | 1000100 |
Color Harmonies of #C09AAF
Complementary color
Monochromatic Colors of #C09AAF
Black with #C09AAF
Text Example
Text Example
White with #C09AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09AAF; }
p { color: rgb(192,154,175); }
H1.HeaderClassName
{
color: #C09AAF;
}
.AnyTagClassName
{
color: #C09AAF;
}
</style>
background-color css
<style>
a { background-color: #C09AAF; }
a { background-color: rgb(192,154,175); }
div.DivClassName
{
background-color: #C09AAF;
}
.BgClassName
{
background-color: #C09AAF;
}
</style>
border-color css
<style>
span { border-color: #C09AAF; }
span { border-color: rgb(192,154,175); }
td.TdClassName
{
border-color: #C09AAF;
}
.TagClassName
{
border-color: #C09AAF;
}
</style>