Shades of Lily #C19CAC
Tints of Lily #C19CAC
RGB
CMYK
RGB Variations
Color information
#C19CAC (or 0xC19CAC) is known color: Lily. HEX triplet: C1, 9C and AC. RGB value is (193,156,172). Sum of RGB (Red+Green+Blue) = 193+156+172=521 (69% of max value = 765). Red value is 193 (75.78% from 255 or 37.04% from 521); Green value is 156 (61.33% from 255 or 29.94% from 521); Blue value is 172 (67.58% from 255 or 33.01% from 521); Max value from RGB is 193 - color contains mainly: red. Hex color #C19CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19CAC is #3E6353. Grayscale: #A8A8A8. Windows color (decimal): -4088660 or 11312321. OLE color: 11312321.
HSL color Cylindrical-coordinate representation of color #C19CAC: hue angle of 334.05º 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 #C19CAC is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 156 | 172 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.24 |
| HSL | 334.05º | 0.23% | 0.68% | - |
| HSV(B) | 334.05º | 0.19% | 0.76% | - |
| XYZ | 41.33 | 38.09 | 44.2 | - |
| YUV | 168.89 | 129.76 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 156 | 172 | 0 | 0.19 | 0.11 | 0.24 | 334.05 | 0.23 | 0.68 |
| Hex | C1 | 9C | AC | 0 | 13 | B | 18 | 14E | 17 | 44 |
| Octal | 301 | 234 | 254 | 0 | 23 | 13 | 30 | 516 | 27 | 104 |
| Binary | 11000001 | 10011100 | 10101100 | 0 | 10011 | 1011 | 11000 | 101001110 | 10111 | 1000100 |
Color Harmonies of #C19CAC
Complementary color
Monochromatic Colors of #C19CAC
Black with #C19CAC
Text Example
Text Example
White with #C19CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19CAC; }
p { color: rgb(193,156,172); }
H1.HeaderClassName
{
color: #C19CAC;
}
.AnyTagClassName
{
color: #C19CAC;
}
</style>
background-color css
<style>
a { background-color: #C19CAC; }
a { background-color: rgb(193,156,172); }
div.DivClassName
{
background-color: #C19CAC;
}
.BgClassName
{
background-color: #C19CAC;
}
</style>
border-color css
<style>
span { border-color: #C19CAC; }
span { border-color: rgb(193,156,172); }
td.TdClassName
{
border-color: #C19CAC;
}
.TagClassName
{
border-color: #C19CAC;
}
</style>