Shades of Lily #C19EAE
Tints of Lily #C19EAE
RGB
CMYK
RGB Variations
Color information
#C19EAE (or 0xC19EAE) is known color: Lily. HEX triplet: C1, 9E and AE. RGB value is (193,158,174). Sum of RGB (Red+Green+Blue) = 193+158+174=525 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.76% from 525); Green value is 158 (62.11% from 255 or 30.10% from 525); Blue value is 174 (68.36% from 255 or 33.14% from 525); Max value from RGB is 193 - color contains mainly: red. Hex color #C19EAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19EAE is #3E6151. Grayscale: #AAAAAA. Windows color (decimal): -4088146 or 11443905. OLE color: 11443905.
HSL color Cylindrical-coordinate representation of color #C19EAE: hue angle of 332.57º 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 #C19EAE is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 158 | 174 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.24 |
| HSL | 332.57º | 0.22% | 0.69% | - |
| HSV(B) | 332.57º | 0.18% | 0.76% | - |
| XYZ | 41.86 | 38.85 | 45.34 | - |
| YUV | 170.29 | 130.1 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 158 | 174 | 0 | 0.18 | 0.10 | 0.24 | 332.57 | 0.22 | 0.69 |
| Hex | C1 | 9E | AE | 0 | 12 | A | 18 | 14D | 16 | 45 |
| Octal | 301 | 236 | 256 | 0 | 22 | 12 | 30 | 515 | 26 | 105 |
| Binary | 11000001 | 10011110 | 10101110 | 0 | 10010 | 1010 | 11000 | 101001101 | 10110 | 1000101 |
Color Harmonies of #C19EAE
Complementary color
Monochromatic Colors of #C19EAE
Black with #C19EAE
Text Example
Text Example
White with #C19EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19EAE; }
p { color: rgb(193,158,174); }
H1.HeaderClassName
{
color: #C19EAE;
}
.AnyTagClassName
{
color: #C19EAE;
}
</style>
background-color css
<style>
a { background-color: #C19EAE; }
a { background-color: rgb(193,158,174); }
div.DivClassName
{
background-color: #C19EAE;
}
.BgClassName
{
background-color: #C19EAE;
}
</style>
border-color css
<style>
span { border-color: #C19EAE; }
span { border-color: rgb(193,158,174); }
td.TdClassName
{
border-color: #C19EAE;
}
.TagClassName
{
border-color: #C19EAE;
}
</style>