Shades of Lily #C09AB9
Tints of Lily #C09AB9
RGB
CMYK
RGB Variations
Color information
#C09AB9 (or 0xC09AB9) is known color: Lily. HEX triplet: C0, 9A and B9. RGB value is (192,154,185). Sum of RGB (Red+Green+Blue) = 192+154+185=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 154 (60.55% from 255 or 29.00% from 531); Blue value is 185 (72.66% from 255 or 34.84% from 531); Max value from RGB is 192 - color contains mainly: red. Hex color #C09AB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09AB9 is #3F6546. Grayscale: #A8A8A8. Windows color (decimal): -4154695 or 12163776. OLE color: 12163776.
HSL color Cylindrical-coordinate representation of color #C09AB9: hue angle of 311.05º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C09AB9 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 154 | 185 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.25 |
| HSL | 311.05º | 0.23% | 0.68% | - |
| HSV(B) | 311.05º | 0.2% | 0.75% | - |
| XYZ | 42.05 | 37.82 | 50.98 | - |
| YUV | 168.9 | 137.09 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 185 | 0 | 0.20 | 0.04 | 0.25 | 311.05 | 0.23 | 0.68 |
| Hex | C0 | 9A | B9 | 0 | 14 | 4 | 19 | 137 | 17 | 44 |
| Octal | 300 | 232 | 271 | 0 | 24 | 4 | 31 | 467 | 27 | 104 |
| Binary | 11000000 | 10011010 | 10111001 | 0 | 10100 | 100 | 11001 | 100110111 | 10111 | 1000100 |
Color Harmonies of #C09AB9
Complementary color
Monochromatic Colors of #C09AB9
Black with #C09AB9
Text Example
Text Example
White with #C09AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09AB9; }
p { color: rgb(192,154,185); }
H1.HeaderClassName
{
color: #C09AB9;
}
.AnyTagClassName
{
color: #C09AB9;
}
</style>
background-color css
<style>
a { background-color: #C09AB9; }
a { background-color: rgb(192,154,185); }
div.DivClassName
{
background-color: #C09AB9;
}
.BgClassName
{
background-color: #C09AB9;
}
</style>
border-color css
<style>
span { border-color: #C09AB9; }
span { border-color: rgb(192,154,185); }
td.TdClassName
{
border-color: #C09AB9;
}
.TagClassName
{
border-color: #C09AB9;
}
</style>