Shades of Lily #C19FAB
Tints of Lily #C19FAB
RGB
CMYK
RGB Variations
Color information
#C19FAB (or 0xC19FAB) is known color: Lily. HEX triplet: C1, 9F and AB. RGB value is (193,159,171). Sum of RGB (Red+Green+Blue) = 193+159+171=523 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.90% from 523); Green value is 159 (62.5% from 255 or 30.40% from 523); Blue value is 171 (67.19% from 255 or 32.70% from 523); Max value from RGB is 193 - color contains mainly: red. Hex color #C19FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19FAB is #3E6054. Grayscale: #AAAAAA. Windows color (decimal): -4087893 or 11247553. OLE color: 11247553.
HSL color Cylindrical-coordinate representation of color #C19FAB: hue angle of 338.82º 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 #C19FAB is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 159 | 171 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.24 |
| HSL | 338.82º | 0.22% | 0.69% | - |
| HSV(B) | 338.82º | 0.18% | 0.76% | - |
| XYZ | 41.74 | 39.07 | 43.87 | - |
| YUV | 170.53 | 128.26 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 159 | 171 | 0 | 0.18 | 0.11 | 0.24 | 338.82 | 0.22 | 0.69 |
| Hex | C1 | 9F | AB | 0 | 12 | B | 18 | 153 | 16 | 45 |
| Octal | 301 | 237 | 253 | 0 | 22 | 13 | 30 | 523 | 26 | 105 |
| Binary | 11000001 | 10011111 | 10101011 | 0 | 10010 | 1011 | 11000 | 101010011 | 10110 | 1000101 |
Color Harmonies of #C19FAB
Complementary color
Monochromatic Colors of #C19FAB
Black with #C19FAB
Text Example
Text Example
White with #C19FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19FAB; }
p { color: rgb(193,159,171); }
H1.HeaderClassName
{
color: #C19FAB;
}
.AnyTagClassName
{
color: #C19FAB;
}
</style>
background-color css
<style>
a { background-color: #C19FAB; }
a { background-color: rgb(193,159,171); }
div.DivClassName
{
background-color: #C19FAB;
}
.BgClassName
{
background-color: #C19FAB;
}
</style>
border-color css
<style>
span { border-color: #C19FAB; }
span { border-color: rgb(193,159,171); }
td.TdClassName
{
border-color: #C19FAB;
}
.TagClassName
{
border-color: #C19FAB;
}
</style>