Shades of Lily #C19CBA
Tints of Lily #C19CBA
RGB
CMYK
RGB Variations
Color information
#C19CBA (or 0xC19CBA) is known color: Lily. HEX triplet: C1, 9C and BA. RGB value is (193,156,186). Sum of RGB (Red+Green+Blue) = 193+156+186=535 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.07% from 535); Green value is 156 (61.33% from 255 or 29.16% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 193 - color contains mainly: red. Hex color #C19CBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19CBA is #3E6345. Grayscale: #AAAAAA. Windows color (decimal): -4088646 or 12229825. OLE color: 12229825.
HSL color Cylindrical-coordinate representation of color #C19CBA: hue angle of 311.35º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C19CBA is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 156 | 186 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.24 |
| HSL | 311.35º | 0.23% | 0.68% | - |
| HSV(B) | 311.35º | 0.19% | 0.76% | - |
| XYZ | 42.74 | 38.66 | 51.66 | - |
| YUV | 170.48 | 136.76 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 156 | 186 | 0 | 0.19 | 0.04 | 0.24 | 311.35 | 0.23 | 0.68 |
| Hex | C1 | 9C | BA | 0 | 13 | 4 | 18 | 137 | 17 | 44 |
| Octal | 301 | 234 | 272 | 0 | 23 | 4 | 30 | 467 | 27 | 104 |
| Binary | 11000001 | 10011100 | 10111010 | 0 | 10011 | 100 | 11000 | 100110111 | 10111 | 1000100 |
Color Harmonies of #C19CBA
Complementary color
Monochromatic Colors of #C19CBA
Black with #C19CBA
Text Example
Text Example
White with #C19CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19CBA; }
p { color: rgb(193,156,186); }
H1.HeaderClassName
{
color: #C19CBA;
}
.AnyTagClassName
{
color: #C19CBA;
}
</style>
background-color css
<style>
a { background-color: #C19CBA; }
a { background-color: rgb(193,156,186); }
div.DivClassName
{
background-color: #C19CBA;
}
.BgClassName
{
background-color: #C19CBA;
}
</style>
border-color css
<style>
span { border-color: #C19CBA; }
span { border-color: rgb(193,156,186); }
td.TdClassName
{
border-color: #C19CBA;
}
.TagClassName
{
border-color: #C19CBA;
}
</style>