Shades of Lily #C19FB1
Tints of Lily #C19FB1
RGB
CMYK
RGB Variations
Color information
#C19FB1 (or 0xC19FB1) is known color: Lily. HEX triplet: C1, 9F and B1. RGB value is (193,159,177). Sum of RGB (Red+Green+Blue) = 193+159+177=529 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.48% from 529); Green value is 159 (62.5% from 255 or 30.06% from 529); Blue value is 177 (69.53% from 255 or 33.46% from 529); Max value from RGB is 193 - color contains mainly: red. Hex color #C19FB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19FB1 is #3E604E. Grayscale: #ABABAB. Windows color (decimal): -4087887 or 11640769. OLE color: 11640769.
HSL color Cylindrical-coordinate representation of color #C19FB1: hue angle of 328.24º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C19FB1 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 159 | 177 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.24 |
| HSL | 328.24º | 0.22% | 0.69% | - |
| HSV(B) | 328.24º | 0.18% | 0.76% | - |
| XYZ | 42.33 | 39.31 | 46.95 | - |
| YUV | 171.22 | 131.26 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 159 | 177 | 0 | 0.18 | 0.08 | 0.24 | 328.24 | 0.22 | 0.69 |
| Hex | C1 | 9F | B1 | 0 | 12 | 8 | 18 | 148 | 16 | 45 |
| Octal | 301 | 237 | 261 | 0 | 22 | 10 | 30 | 510 | 26 | 105 |
| Binary | 11000001 | 10011111 | 10110001 | 0 | 10010 | 1000 | 11000 | 101001000 | 10110 | 1000101 |
Color Harmonies of #C19FB1
Complementary color
Monochromatic Colors of #C19FB1
Black with #C19FB1
Text Example
Text Example
White with #C19FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19FB1; }
p { color: rgb(193,159,177); }
H1.HeaderClassName
{
color: #C19FB1;
}
.AnyTagClassName
{
color: #C19FB1;
}
</style>
background-color css
<style>
a { background-color: #C19FB1; }
a { background-color: rgb(193,159,177); }
div.DivClassName
{
background-color: #C19FB1;
}
.BgClassName
{
background-color: #C19FB1;
}
</style>
border-color css
<style>
span { border-color: #C19FB1; }
span { border-color: rgb(193,159,177); }
td.TdClassName
{
border-color: #C19FB1;
}
.TagClassName
{
border-color: #C19FB1;
}
</style>