Shades of Lily #C19AAE
Tints of Lily #C19AAE
RGB
CMYK
RGB Variations
Color information
#C19AAE (or 0xC19AAE) is known color: Lily. HEX triplet: C1, 9A and AE. RGB value is (193,154,174). Sum of RGB (Red+Green+Blue) = 193+154+174=521 (69% of max value = 765). Red value is 193 (75.78% from 255 or 37.04% from 521); Green value is 154 (60.55% from 255 or 29.56% from 521); Blue value is 174 (68.36% from 255 or 33.40% from 521); Max value from RGB is 193 - color contains mainly: red. Hex color #C19AAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19AAE is #3E6551. Grayscale: #A7A7A7. Windows color (decimal): -4089170 or 11442881. OLE color: 11442881.
HSL color Cylindrical-coordinate representation of color #C19AAE: hue angle of 329.23º degrees, saturation: 0.24, 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 #C19AAE is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 154 | 174 | - |
| CMYK | 0 | 0.20 | 0.10 | 0.24 |
| HSL | 329.23º | 0.24% | 0.68% | - |
| HSV(B) | 329.23º | 0.2% | 0.76% | - |
| XYZ | 41.19 | 37.5 | 45.11 | - |
| YUV | 167.94 | 131.42 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 154 | 174 | 0 | 0.20 | 0.10 | 0.24 | 329.23 | 0.24 | 0.68 |
| Hex | C1 | 9A | AE | 0 | 14 | A | 18 | 149 | 18 | 44 |
| Octal | 301 | 232 | 256 | 0 | 24 | 12 | 30 | 511 | 30 | 104 |
| Binary | 11000001 | 10011010 | 10101110 | 0 | 10100 | 1010 | 11000 | 101001001 | 11000 | 1000100 |
Color Harmonies of #C19AAE
Complementary color
Monochromatic Colors of #C19AAE
Black with #C19AAE
Text Example
Text Example
White with #C19AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19AAE; }
p { color: rgb(193,154,174); }
H1.HeaderClassName
{
color: #C19AAE;
}
.AnyTagClassName
{
color: #C19AAE;
}
</style>
background-color css
<style>
a { background-color: #C19AAE; }
a { background-color: rgb(193,154,174); }
div.DivClassName
{
background-color: #C19AAE;
}
.BgClassName
{
background-color: #C19AAE;
}
</style>
border-color css
<style>
span { border-color: #C19AAE; }
span { border-color: rgb(193,154,174); }
td.TdClassName
{
border-color: #C19AAE;
}
.TagClassName
{
border-color: #C19AAE;
}
</style>