Shades of Lily #C19CAB
Tints of Lily #C19CAB
RGB
CMYK
RGB Variations
Color information
#C19CAB (or 0xC19CAB) is known color: Lily. HEX triplet: C1, 9C and AB. RGB value is (193,156,171). Sum of RGB (Red+Green+Blue) = 193+156+171=520 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.12% from 520); Green value is 156 (61.33% from 255 or 30% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 193 - color contains mainly: red. Hex color #C19CAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19CAB is #3E6354. Grayscale: #A8A8A8. Windows color (decimal): -4088661 or 11246785. OLE color: 11246785.
HSL color Cylindrical-coordinate representation of color #C19CAB: hue angle of 335.68º 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 #C19CAB is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 156 | 171 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.24 |
| HSL | 335.68º | 0.23% | 0.68% | - |
| HSV(B) | 335.68º | 0.19% | 0.76% | - |
| XYZ | 41.23 | 38.05 | 43.7 | - |
| YUV | 168.77 | 129.26 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 156 | 171 | 0 | 0.19 | 0.11 | 0.24 | 335.68 | 0.23 | 0.68 |
| Hex | C1 | 9C | AB | 0 | 13 | B | 18 | 150 | 17 | 44 |
| Octal | 301 | 234 | 253 | 0 | 23 | 13 | 30 | 520 | 27 | 104 |
| Binary | 11000001 | 10011100 | 10101011 | 0 | 10011 | 1011 | 11000 | 101010000 | 10111 | 1000100 |
Color Harmonies of #C19CAB
Complementary color
Monochromatic Colors of #C19CAB
Black with #C19CAB
Text Example
Text Example
White with #C19CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19CAB; }
p { color: rgb(193,156,171); }
H1.HeaderClassName
{
color: #C19CAB;
}
.AnyTagClassName
{
color: #C19CAB;
}
</style>
background-color css
<style>
a { background-color: #C19CAB; }
a { background-color: rgb(193,156,171); }
div.DivClassName
{
background-color: #C19CAB;
}
.BgClassName
{
background-color: #C19CAB;
}
</style>
border-color css
<style>
span { border-color: #C19CAB; }
span { border-color: rgb(193,156,171); }
td.TdClassName
{
border-color: #C19CAB;
}
.TagClassName
{
border-color: #C19CAB;
}
</style>