Shades of Lily #C08AAF
Tints of Lily #C08AAF
RGB
CMYK
RGB Variations
Color information
#C08AAF (or 0xC08AAF) is known color: Lily. HEX triplet: C0, 8A and AF. RGB value is (192,138,175). Sum of RGB (Red+Green+Blue) = 192+138+175=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 138 (54.30% from 255 or 27.33% from 505); Blue value is 175 (68.75% from 255 or 34.65% from 505); Max value from RGB is 192 - color contains mainly: red. Hex color #C08AAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08AAF is #3F7550. Grayscale: #9E9E9E. Windows color (decimal): -4158801 or 11504320. OLE color: 11504320.
HSL color Cylindrical-coordinate representation of color #C08AAF: hue angle of 318.89º 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 #C08AAF is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 138 | 175 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.25 |
| HSL | 318.89º | 0.3% | 0.65% | - |
| HSV(B) | 318.89º | 0.28% | 0.75% | - |
| XYZ | 38.56 | 32.48 | 44.79 | - |
| YUV | 158.36 | 137.39 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 138 | 175 | 0 | 0.28 | 0.09 | 0.25 | 318.89 | 0.3 | 0.65 |
| Hex | C0 | 8A | AF | 0 | 1C | 9 | 19 | 13F | 1E | 41 |
| Octal | 300 | 212 | 257 | 0 | 34 | 11 | 31 | 477 | 36 | 101 |
| Binary | 11000000 | 10001010 | 10101111 | 0 | 11100 | 1001 | 11001 | 100111111 | 11110 | 1000001 |
Color Harmonies of #C08AAF
Complementary color
Monochromatic Colors of #C08AAF
Black with #C08AAF
Text Example
Text Example
White with #C08AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08AAF; }
p { color: rgb(192,138,175); }
H1.HeaderClassName
{
color: #C08AAF;
}
.AnyTagClassName
{
color: #C08AAF;
}
</style>
background-color css
<style>
a { background-color: #C08AAF; }
a { background-color: rgb(192,138,175); }
div.DivClassName
{
background-color: #C08AAF;
}
.BgClassName
{
background-color: #C08AAF;
}
</style>
border-color css
<style>
span { border-color: #C08AAF; }
span { border-color: rgb(192,138,175); }
td.TdClassName
{
border-color: #C08AAF;
}
.TagClassName
{
border-color: #C08AAF;
}
</style>