Shades of Lily #C09EB1
Tints of Lily #C09EB1
RGB
CMYK
RGB Variations
Color information
#C09EB1 (or 0xC09EB1) is known color: Lily. HEX triplet: C0, 9E and B1. RGB value is (192,158,177). Sum of RGB (Red+Green+Blue) = 192+158+177=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 158 (62.11% from 255 or 29.98% from 527); Blue value is 177 (69.53% from 255 or 33.59% from 527); Max value from RGB is 192 - color contains mainly: red. Hex color #C09EB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09EB1 is #3F614E. Grayscale: #AAAAAA. Windows color (decimal): -4153679 or 11640512. OLE color: 11640512.
HSL color Cylindrical-coordinate representation of color #C09EB1: hue angle of 326.47º 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 #C09EB1 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 158 | 177 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.25 |
| HSL | 326.47º | 0.21% | 0.69% | - |
| HSV(B) | 326.47º | 0.18% | 0.75% | - |
| XYZ | 41.9 | 38.83 | 46.88 | - |
| YUV | 170.33 | 131.76 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 158 | 177 | 0 | 0.18 | 0.08 | 0.25 | 326.47 | 0.21 | 0.69 |
| Hex | C0 | 9E | B1 | 0 | 12 | 8 | 19 | 146 | 15 | 45 |
| Octal | 300 | 236 | 261 | 0 | 22 | 10 | 31 | 506 | 25 | 105 |
| Binary | 11000000 | 10011110 | 10110001 | 0 | 10010 | 1000 | 11001 | 101000110 | 10101 | 1000101 |
Color Harmonies of #C09EB1
Complementary color
Monochromatic Colors of #C09EB1
Black with #C09EB1
Text Example
Text Example
White with #C09EB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09EB1; }
p { color: rgb(192,158,177); }
H1.HeaderClassName
{
color: #C09EB1;
}
.AnyTagClassName
{
color: #C09EB1;
}
</style>
background-color css
<style>
a { background-color: #C09EB1; }
a { background-color: rgb(192,158,177); }
div.DivClassName
{
background-color: #C09EB1;
}
.BgClassName
{
background-color: #C09EB1;
}
</style>
border-color css
<style>
span { border-color: #C09EB1; }
span { border-color: rgb(192,158,177); }
td.TdClassName
{
border-color: #C09EB1;
}
.TagClassName
{
border-color: #C09EB1;
}
</style>