Shades of Lily #C19DAB
Tints of Lily #C19DAB
RGB
CMYK
RGB Variations
Color information
#C19DAB (or 0xC19DAB) is known color: Lily. HEX triplet: C1, 9D and AB. RGB value is (193,157,171). Sum of RGB (Red+Green+Blue) = 193+157+171=521 (69% of max value = 765). Red value is 193 (75.78% from 255 or 37.04% from 521); Green value is 157 (61.72% from 255 or 30.13% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 193 - color contains mainly: red. Hex color #C19DAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19DAB is #3E6254. Grayscale: #A9A9A9. Windows color (decimal): -4088405 or 11247041. OLE color: 11247041.
HSL color Cylindrical-coordinate representation of color #C19DAB: hue angle of 336.67º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C19DAB is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 157 | 171 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.24 |
| HSL | 336.67º | 0.23% | 0.69% | - |
| HSV(B) | 336.67º | 0.19% | 0.76% | - |
| XYZ | 41.4 | 38.39 | 43.76 | - |
| YUV | 169.36 | 128.93 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 157 | 171 | 0 | 0.19 | 0.11 | 0.24 | 336.67 | 0.23 | 0.69 |
| Hex | C1 | 9D | AB | 0 | 13 | B | 18 | 151 | 16 | 45 |
| Octal | 301 | 235 | 253 | 0 | 23 | 13 | 30 | 521 | 26 | 105 |
| Binary | 11000001 | 10011101 | 10101011 | 0 | 10011 | 1011 | 11000 | 101010001 | 10110 | 1000101 |
Color Harmonies of #C19DAB
Complementary color
Monochromatic Colors of #C19DAB
Black with #C19DAB
Text Example
Text Example
White with #C19DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19DAB; }
p { color: rgb(193,157,171); }
H1.HeaderClassName
{
color: #C19DAB;
}
.AnyTagClassName
{
color: #C19DAB;
}
</style>
background-color css
<style>
a { background-color: #C19DAB; }
a { background-color: rgb(193,157,171); }
div.DivClassName
{
background-color: #C19DAB;
}
.BgClassName
{
background-color: #C19DAB;
}
</style>
border-color css
<style>
span { border-color: #C19DAB; }
span { border-color: rgb(193,157,171); }
td.TdClassName
{
border-color: #C19DAB;
}
.TagClassName
{
border-color: #C19DAB;
}
</style>