Shades of Lily #C19ABA
Tints of Lily #C19ABA
RGB
CMYK
RGB Variations
Color information
#C19ABA (or 0xC19ABA) is known color: Lily. HEX triplet: C1, 9A and BA. RGB value is (193,154,186). Sum of RGB (Red+Green+Blue) = 193+154+186=533 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.21% from 533); Green value is 154 (60.55% from 255 or 28.89% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 193 - color contains mainly: red. Hex color #C19ABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19ABA is #3E6545. Grayscale: #A9A9A9. Windows color (decimal): -4089158 or 12229313. OLE color: 12229313.
HSL color Cylindrical-coordinate representation of color #C19ABA: hue angle of 310.77º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C19ABA is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 154 | 186 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.24 |
| HSL | 310.77º | 0.24% | 0.68% | - |
| HSV(B) | 310.77º | 0.2% | 0.76% | - |
| XYZ | 42.41 | 37.99 | 51.55 | - |
| YUV | 169.31 | 137.42 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 154 | 186 | 0 | 0.20 | 0.04 | 0.24 | 310.77 | 0.24 | 0.68 |
| Hex | C1 | 9A | BA | 0 | 14 | 4 | 18 | 137 | 18 | 44 |
| Octal | 301 | 232 | 272 | 0 | 24 | 4 | 30 | 467 | 30 | 104 |
| Binary | 11000001 | 10011010 | 10111010 | 0 | 10100 | 100 | 11000 | 100110111 | 11000 | 1000100 |
Color Harmonies of #C19ABA
Complementary color
Monochromatic Colors of #C19ABA
Black with #C19ABA
Text Example
Text Example
White with #C19ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19ABA; }
p { color: rgb(193,154,186); }
H1.HeaderClassName
{
color: #C19ABA;
}
.AnyTagClassName
{
color: #C19ABA;
}
</style>
background-color css
<style>
a { background-color: #C19ABA; }
a { background-color: rgb(193,154,186); }
div.DivClassName
{
background-color: #C19ABA;
}
.BgClassName
{
background-color: #C19ABA;
}
</style>
border-color css
<style>
span { border-color: #C19ABA; }
span { border-color: rgb(193,154,186); }
td.TdClassName
{
border-color: #C19ABA;
}
.TagClassName
{
border-color: #C19ABA;
}
</style>