Shades of Lily #C08AA8
Tints of Lily #C08AA8
RGB
CMYK
RGB Variations
Color information
#C08AA8 (or 0xC08AA8) is known color: Lily. HEX triplet: C0, 8A and A8. RGB value is (192,138,168). Sum of RGB (Red+Green+Blue) = 192+138+168=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 138 (54.30% from 255 or 27.71% from 498); Blue value is 168 (66.02% from 255 or 33.73% from 498); Max value from RGB is 192 - color contains mainly: red. Hex color #C08AA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08AA8 is #3F7557. Grayscale: #9D9D9D. Windows color (decimal): -4158808 or 11045568. OLE color: 11045568.
HSL color Cylindrical-coordinate representation of color #C08AA8: hue angle of 326.67º 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 #C08AA8 is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 138 | 168 | - |
| CMYK | 0 | 0.28 | 0.12 | 0.25 |
| HSL | 326.67º | 0.3% | 0.65% | - |
| HSV(B) | 326.67º | 0.28% | 0.75% | - |
| XYZ | 37.89 | 32.21 | 41.27 | - |
| YUV | 157.57 | 133.89 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 138 | 168 | 0 | 0.28 | 0.12 | 0.25 | 326.67 | 0.3 | 0.65 |
| Hex | C0 | 8A | A8 | 0 | 1C | C | 19 | 147 | 1E | 41 |
| Octal | 300 | 212 | 250 | 0 | 34 | 14 | 31 | 507 | 36 | 101 |
| Binary | 11000000 | 10001010 | 10101000 | 0 | 11100 | 1100 | 11001 | 101000111 | 11110 | 1000001 |
Color Harmonies of #C08AA8
Complementary color
Monochromatic Colors of #C08AA8
Black with #C08AA8
Text Example
Text Example
White with #C08AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08AA8; }
p { color: rgb(192,138,168); }
H1.HeaderClassName
{
color: #C08AA8;
}
.AnyTagClassName
{
color: #C08AA8;
}
</style>
background-color css
<style>
a { background-color: #C08AA8; }
a { background-color: rgb(192,138,168); }
div.DivClassName
{
background-color: #C08AA8;
}
.BgClassName
{
background-color: #C08AA8;
}
</style>
border-color css
<style>
span { border-color: #C08AA8; }
span { border-color: rgb(192,138,168); }
td.TdClassName
{
border-color: #C08AA8;
}
.TagClassName
{
border-color: #C08AA8;
}
</style>