Shades of Lily #C09EAA
Tints of Lily #C09EAA
RGB
CMYK
RGB Variations
Color information
#C09EAA (or 0xC09EAA) is known color: Lily. HEX triplet: C0, 9E and AA. RGB value is (192,158,170). Sum of RGB (Red+Green+Blue) = 192+158+170=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 158 (62.11% from 255 or 30.38% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 192 - color contains mainly: red. Hex color #C09EAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09EAA is #3F6155. Grayscale: #A9A9A9. Windows color (decimal): -4153686 or 11181760. OLE color: 11181760.
HSL color Cylindrical-coordinate representation of color #C09EAA: hue angle of 338.82º 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 #C09EAA is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 158 | 170 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.25 |
| HSL | 338.82º | 0.21% | 0.69% | - |
| HSV(B) | 338.82º | 0.18% | 0.75% | - |
| XYZ | 41.22 | 38.56 | 43.3 | - |
| YUV | 169.53 | 128.26 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 158 | 170 | 0 | 0.18 | 0.11 | 0.25 | 338.82 | 0.21 | 0.69 |
| Hex | C0 | 9E | AA | 0 | 12 | B | 19 | 153 | 15 | 45 |
| Octal | 300 | 236 | 252 | 0 | 22 | 13 | 31 | 523 | 25 | 105 |
| Binary | 11000000 | 10011110 | 10101010 | 0 | 10010 | 1011 | 11001 | 101010011 | 10101 | 1000101 |
Color Harmonies of #C09EAA
Complementary color
Monochromatic Colors of #C09EAA
Black with #C09EAA
Text Example
Text Example
White with #C09EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09EAA; }
p { color: rgb(192,158,170); }
H1.HeaderClassName
{
color: #C09EAA;
}
.AnyTagClassName
{
color: #C09EAA;
}
</style>
background-color css
<style>
a { background-color: #C09EAA; }
a { background-color: rgb(192,158,170); }
div.DivClassName
{
background-color: #C09EAA;
}
.BgClassName
{
background-color: #C09EAA;
}
</style>
border-color css
<style>
span { border-color: #C09EAA; }
span { border-color: rgb(192,158,170); }
td.TdClassName
{
border-color: #C09EAA;
}
.TagClassName
{
border-color: #C09EAA;
}
</style>