Shades of Lily #C09EAC
Tints of Lily #C09EAC
RGB
CMYK
RGB Variations
Color information
#C09EAC (or 0xC09EAC) is known color: Lily. HEX triplet: C0, 9E and AC. RGB value is (192,158,172). Sum of RGB (Red+Green+Blue) = 192+158+172=522 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.78% from 522); Green value is 158 (62.11% from 255 or 30.27% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 192 - color contains mainly: red. Hex color #C09EAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09EAC is #3F6153. Grayscale: #A9A9A9. Windows color (decimal): -4153684 or 11312832. OLE color: 11312832.
HSL color Cylindrical-coordinate representation of color #C09EAC: hue angle of 335.29º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C09EAC is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 158 | 172 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.25 |
| HSL | 335.29º | 0.21% | 0.69% | - |
| HSV(B) | 335.29º | 0.18% | 0.75% | - |
| XYZ | 41.41 | 38.64 | 44.31 | - |
| YUV | 169.76 | 129.26 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 158 | 172 | 0 | 0.18 | 0.10 | 0.25 | 335.29 | 0.21 | 0.69 |
| Hex | C0 | 9E | AC | 0 | 12 | A | 19 | 14F | 15 | 45 |
| Octal | 300 | 236 | 254 | 0 | 22 | 12 | 31 | 517 | 25 | 105 |
| Binary | 11000000 | 10011110 | 10101100 | 0 | 10010 | 1010 | 11001 | 101001111 | 10101 | 1000101 |
Color Harmonies of #C09EAC
Complementary color
Monochromatic Colors of #C09EAC
Black with #C09EAC
Text Example
Text Example
White with #C09EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09EAC; }
p { color: rgb(192,158,172); }
H1.HeaderClassName
{
color: #C09EAC;
}
.AnyTagClassName
{
color: #C09EAC;
}
</style>
background-color css
<style>
a { background-color: #C09EAC; }
a { background-color: rgb(192,158,172); }
div.DivClassName
{
background-color: #C09EAC;
}
.BgClassName
{
background-color: #C09EAC;
}
</style>
border-color css
<style>
span { border-color: #C09EAC; }
span { border-color: rgb(192,158,172); }
td.TdClassName
{
border-color: #C09EAC;
}
.TagClassName
{
border-color: #C09EAC;
}
</style>