Shades of Lily #C08AA9
Tints of Lily #C08AA9
RGB
CMYK
RGB Variations
Color information
#C08AA9 (or 0xC08AA9) is known color: Lily. HEX triplet: C0, 8A and A9. RGB value is (192,138,169). Sum of RGB (Red+Green+Blue) = 192+138+169=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 138 (54.30% from 255 or 27.66% from 499); Blue value is 169 (66.41% from 255 or 33.87% from 499); Max value from RGB is 192 - color contains mainly: red. Hex color #C08AA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08AA9 is #3F7556. Grayscale: #9D9D9D. Windows color (decimal): -4158807 or 11111104. OLE color: 11111104.
HSL color Cylindrical-coordinate representation of color #C08AA9: hue angle of 325.56º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C08AA9 is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 138 | 169 | - |
| CMYK | 0 | 0.28 | 0.12 | 0.25 |
| HSL | 325.56º | 0.3% | 0.65% | - |
| HSV(B) | 325.56º | 0.28% | 0.75% | - |
| XYZ | 37.99 | 32.25 | 41.76 | - |
| YUV | 157.68 | 134.39 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 138 | 169 | 0 | 0.28 | 0.12 | 0.25 | 325.56 | 0.3 | 0.65 |
| Hex | C0 | 8A | A9 | 0 | 1C | C | 19 | 146 | 1E | 41 |
| Octal | 300 | 212 | 251 | 0 | 34 | 14 | 31 | 506 | 36 | 101 |
| Binary | 11000000 | 10001010 | 10101001 | 0 | 11100 | 1100 | 11001 | 101000110 | 11110 | 1000001 |
Color Harmonies of #C08AA9
Complementary color
Monochromatic Colors of #C08AA9
Black with #C08AA9
Text Example
Text Example
White with #C08AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08AA9; }
p { color: rgb(192,138,169); }
H1.HeaderClassName
{
color: #C08AA9;
}
.AnyTagClassName
{
color: #C08AA9;
}
</style>
background-color css
<style>
a { background-color: #C08AA9; }
a { background-color: rgb(192,138,169); }
div.DivClassName
{
background-color: #C08AA9;
}
.BgClassName
{
background-color: #C08AA9;
}
</style>
border-color css
<style>
span { border-color: #C08AA9; }
span { border-color: rgb(192,138,169); }
td.TdClassName
{
border-color: #C08AA9;
}
.TagClassName
{
border-color: #C08AA9;
}
</style>