Shades of Lily #C18AA8
Tints of Lily #C18AA8
RGB
CMYK
RGB Variations
Color information
#C18AA8 (or 0xC18AA8) is known color: Lily. HEX triplet: C1, 8A and A8. RGB value is (193,138,168). Sum of RGB (Red+Green+Blue) = 193+138+168=499 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.68% from 499); Green value is 138 (54.30% from 255 or 27.66% from 499); Blue value is 168 (66.02% from 255 or 33.67% from 499); Max value from RGB is 193 - color contains mainly: red. Hex color #C18AA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18AA8 is #3E7557. Grayscale: #9D9D9D. Windows color (decimal): -4093272 or 11045569. OLE color: 11045569.
HSL color Cylindrical-coordinate representation of color #C18AA8: hue angle of 327.27º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C18AA8 is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 138 | 168 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.24 |
| HSL | 327.27º | 0.31% | 0.65% | - |
| HSV(B) | 327.27º | 0.28% | 0.76% | - |
| XYZ | 38.15 | 32.34 | 41.28 | - |
| YUV | 157.87 | 133.72 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 138 | 168 | 0 | 0.28 | 0.13 | 0.24 | 327.27 | 0.31 | 0.65 |
| Hex | C1 | 8A | A8 | 0 | 1C | D | 18 | 147 | 1F | 41 |
| Octal | 301 | 212 | 250 | 0 | 34 | 15 | 30 | 507 | 37 | 101 |
| Binary | 11000001 | 10001010 | 10101000 | 0 | 11100 | 1101 | 11000 | 101000111 | 11111 | 1000001 |
Color Harmonies of #C18AA8
Complementary color
Monochromatic Colors of #C18AA8
Black with #C18AA8
Text Example
Text Example
White with #C18AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18AA8; }
p { color: rgb(193,138,168); }
H1.HeaderClassName
{
color: #C18AA8;
}
.AnyTagClassName
{
color: #C18AA8;
}
</style>
background-color css
<style>
a { background-color: #C18AA8; }
a { background-color: rgb(193,138,168); }
div.DivClassName
{
background-color: #C18AA8;
}
.BgClassName
{
background-color: #C18AA8;
}
</style>
border-color css
<style>
span { border-color: #C18AA8; }
span { border-color: rgb(193,138,168); }
td.TdClassName
{
border-color: #C18AA8;
}
.TagClassName
{
border-color: #C18AA8;
}
</style>