Shades of Lily #C19BAB
Tints of Lily #C19BAB
RGB
CMYK
RGB Variations
Color information
#C19BAB (or 0xC19BAB) is known color: Lily. HEX triplet: C1, 9B and AB. RGB value is (193,155,171). Sum of RGB (Red+Green+Blue) = 193+155+171=519 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.19% from 519); Green value is 155 (60.94% from 255 or 29.87% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 193 - color contains mainly: red. Hex color #C19BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19BAB is #3E6454. Grayscale: #A8A8A8. Windows color (decimal): -4088917 or 11246529. OLE color: 11246529.
HSL color Cylindrical-coordinate representation of color #C19BAB: hue angle of 334.74º degrees, saturation: 0.23, 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 #C19BAB is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 155 | 171 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.24 |
| HSL | 334.74º | 0.23% | 0.68% | - |
| HSV(B) | 334.74º | 0.2% | 0.76% | - |
| XYZ | 41.06 | 37.72 | 43.64 | - |
| YUV | 168.19 | 129.59 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 155 | 171 | 0 | 0.20 | 0.11 | 0.24 | 334.74 | 0.23 | 0.68 |
| Hex | C1 | 9B | AB | 0 | 14 | B | 18 | 14F | 17 | 44 |
| Octal | 301 | 233 | 253 | 0 | 24 | 13 | 30 | 517 | 27 | 104 |
| Binary | 11000001 | 10011011 | 10101011 | 0 | 10100 | 1011 | 11000 | 101001111 | 10111 | 1000100 |
Color Harmonies of #C19BAB
Complementary color
Monochromatic Colors of #C19BAB
Black with #C19BAB
Text Example
Text Example
White with #C19BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19BAB; }
p { color: rgb(193,155,171); }
H1.HeaderClassName
{
color: #C19BAB;
}
.AnyTagClassName
{
color: #C19BAB;
}
</style>
background-color css
<style>
a { background-color: #C19BAB; }
a { background-color: rgb(193,155,171); }
div.DivClassName
{
background-color: #C19BAB;
}
.BgClassName
{
background-color: #C19BAB;
}
</style>
border-color css
<style>
span { border-color: #C19BAB; }
span { border-color: rgb(193,155,171); }
td.TdClassName
{
border-color: #C19BAB;
}
.TagClassName
{
border-color: #C19BAB;
}
</style>