Shades of Lily #C18EAA
Tints of Lily #C18EAA
RGB
CMYK
RGB Variations
Color information
#C18EAA (or 0xC18EAA) is known color: Lily. HEX triplet: C1, 8E and AA. RGB value is (193,142,170). Sum of RGB (Red+Green+Blue) = 193+142+170=505 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.22% from 505); Green value is 142 (55.86% from 255 or 28.12% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 193 - color contains mainly: red. Hex color #C18EAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18EAA is #3E7155. Grayscale: #A0A0A0. Windows color (decimal): -4092246 or 11177665. OLE color: 11177665.
HSL color Cylindrical-coordinate representation of color #C18EAA: hue angle of 327.06º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C18EAA is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 142 | 170 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.24 |
| HSL | 327.06º | 0.29% | 0.66% | - |
| HSV(B) | 327.06º | 0.26% | 0.76% | - |
| XYZ | 38.92 | 33.59 | 42.46 | - |
| YUV | 160.44 | 133.4 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 142 | 170 | 0 | 0.26 | 0.12 | 0.24 | 327.06 | 0.29 | 0.66 |
| Hex | C1 | 8E | AA | 0 | 1A | C | 18 | 147 | 1D | 42 |
| Octal | 301 | 216 | 252 | 0 | 32 | 14 | 30 | 507 | 35 | 102 |
| Binary | 11000001 | 10001110 | 10101010 | 0 | 11010 | 1100 | 11000 | 101000111 | 11101 | 1000010 |
Color Harmonies of #C18EAA
Complementary color
Monochromatic Colors of #C18EAA
Black with #C18EAA
Text Example
Text Example
White with #C18EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18EAA; }
p { color: rgb(193,142,170); }
H1.HeaderClassName
{
color: #C18EAA;
}
.AnyTagClassName
{
color: #C18EAA;
}
</style>
background-color css
<style>
a { background-color: #C18EAA; }
a { background-color: rgb(193,142,170); }
div.DivClassName
{
background-color: #C18EAA;
}
.BgClassName
{
background-color: #C18EAA;
}
</style>
border-color css
<style>
span { border-color: #C18EAA; }
span { border-color: rgb(193,142,170); }
td.TdClassName
{
border-color: #C18EAA;
}
.TagClassName
{
border-color: #C18EAA;
}
</style>