Shades of Lily #C09CBA
Tints of Lily #C09CBA
RGB
CMYK
RGB Variations
Color information
#C09CBA (or 0xC09CBA) is known color: Lily. HEX triplet: C0, 9C and BA. RGB value is (192,156,186). Sum of RGB (Red+Green+Blue) = 192+156+186=534 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.96% from 534); Green value is 156 (61.33% from 255 or 29.21% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 192 - color contains mainly: red. Hex color #C09CBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09CBA is #3F6345. Grayscale: #AAAAAA. Windows color (decimal): -4154182 or 12229824. OLE color: 12229824.
HSL color Cylindrical-coordinate representation of color #C09CBA: hue angle of 310º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C09CBA is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 156 | 186 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.25 |
| HSL | 310º | 0.22% | 0.68% | - |
| HSV(B) | 310º | 0.19% | 0.75% | - |
| XYZ | 42.49 | 38.53 | 51.65 | - |
| YUV | 170.18 | 136.93 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 156 | 186 | 0 | 0.19 | 0.03 | 0.25 | 310 | 0.22 | 0.68 |
| Hex | C0 | 9C | BA | 0 | 13 | 3 | 19 | 136 | 16 | 44 |
| Octal | 300 | 234 | 272 | 0 | 23 | 3 | 31 | 466 | 26 | 104 |
| Binary | 11000000 | 10011100 | 10111010 | 0 | 10011 | 11 | 11001 | 100110110 | 10110 | 1000100 |
Color Harmonies of #C09CBA
Complementary color
Monochromatic Colors of #C09CBA
Black with #C09CBA
Text Example
Text Example
White with #C09CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09CBA; }
p { color: rgb(192,156,186); }
H1.HeaderClassName
{
color: #C09CBA;
}
.AnyTagClassName
{
color: #C09CBA;
}
</style>
background-color css
<style>
a { background-color: #C09CBA; }
a { background-color: rgb(192,156,186); }
div.DivClassName
{
background-color: #C09CBA;
}
.BgClassName
{
background-color: #C09CBA;
}
</style>
border-color css
<style>
span { border-color: #C09CBA; }
span { border-color: rgb(192,156,186); }
td.TdClassName
{
border-color: #C09CBA;
}
.TagClassName
{
border-color: #C09CBA;
}
</style>