Shades of Lily #C08EAF
Tints of Lily #C08EAF
RGB
CMYK
RGB Variations
Color information
#C08EAF (or 0xC08EAF) is known color: Lily. HEX triplet: C0, 8E and AF. RGB value is (192,142,175). Sum of RGB (Red+Green+Blue) = 192+142+175=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 142 (55.86% from 255 or 27.90% from 509); Blue value is 175 (68.75% from 255 or 34.38% from 509); Max value from RGB is 192 - color contains mainly: red. Hex color #C08EAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08EAF is #3F7150. Grayscale: #A0A0A0. Windows color (decimal): -4157777 or 11505344. OLE color: 11505344.
HSL color Cylindrical-coordinate representation of color #C08EAF: hue angle of 320.4º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C08EAF is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 142 | 175 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.25 |
| HSL | 320.4º | 0.28% | 0.65% | - |
| HSV(B) | 320.4º | 0.26% | 0.75% | - |
| XYZ | 39.15 | 33.65 | 44.99 | - |
| YUV | 160.71 | 136.07 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 142 | 175 | 0 | 0.26 | 0.09 | 0.25 | 320.4 | 0.28 | 0.65 |
| Hex | C0 | 8E | AF | 0 | 1A | 9 | 19 | 140 | 1C | 41 |
| Octal | 300 | 216 | 257 | 0 | 32 | 11 | 31 | 500 | 34 | 101 |
| Binary | 11000000 | 10001110 | 10101111 | 0 | 11010 | 1001 | 11001 | 101000000 | 11100 | 1000001 |
Color Harmonies of #C08EAF
Complementary color
Monochromatic Colors of #C08EAF
Black with #C08EAF
Text Example
Text Example
White with #C08EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08EAF; }
p { color: rgb(192,142,175); }
H1.HeaderClassName
{
color: #C08EAF;
}
.AnyTagClassName
{
color: #C08EAF;
}
</style>
background-color css
<style>
a { background-color: #C08EAF; }
a { background-color: rgb(192,142,175); }
div.DivClassName
{
background-color: #C08EAF;
}
.BgClassName
{
background-color: #C08EAF;
}
</style>
border-color css
<style>
span { border-color: #C08EAF; }
span { border-color: rgb(192,142,175); }
td.TdClassName
{
border-color: #C08EAF;
}
.TagClassName
{
border-color: #C08EAF;
}
</style>