Shades of Lily #C18AA7
Tints of Lily #C18AA7
RGB
CMYK
RGB Variations
Color information
#C18AA7 (or 0xC18AA7) is known color: Lily. HEX triplet: C1, 8A and A7. RGB value is (193,138,167). Sum of RGB (Red+Green+Blue) = 193+138+167=498 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.76% from 498); Green value is 138 (54.30% from 255 or 27.71% from 498); Blue value is 167 (65.62% from 255 or 33.53% from 498); Max value from RGB is 193 - color contains mainly: red. Hex color #C18AA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18AA7 is #3E7558. Grayscale: #9D9D9D. Windows color (decimal): -4093273 or 10980033. OLE color: 10980033.
HSL color Cylindrical-coordinate representation of color #C18AA7: hue angle of 328.36º 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 #C18AA7 is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 138 | 167 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.24 |
| HSL | 328.36º | 0.31% | 0.65% | - |
| HSV(B) | 328.36º | 0.28% | 0.76% | - |
| XYZ | 38.06 | 32.3 | 40.79 | - |
| YUV | 157.75 | 133.22 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 138 | 167 | 0 | 0.28 | 0.13 | 0.24 | 328.36 | 0.31 | 0.65 |
| Hex | C1 | 8A | A7 | 0 | 1C | D | 18 | 148 | 1F | 41 |
| Octal | 301 | 212 | 247 | 0 | 34 | 15 | 30 | 510 | 37 | 101 |
| Binary | 11000001 | 10001010 | 10100111 | 0 | 11100 | 1101 | 11000 | 101001000 | 11111 | 1000001 |
Color Harmonies of #C18AA7
Complementary color
Monochromatic Colors of #C18AA7
Black with #C18AA7
Text Example
Text Example
White with #C18AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18AA7; }
p { color: rgb(193,138,167); }
H1.HeaderClassName
{
color: #C18AA7;
}
.AnyTagClassName
{
color: #C18AA7;
}
</style>
background-color css
<style>
a { background-color: #C18AA7; }
a { background-color: rgb(193,138,167); }
div.DivClassName
{
background-color: #C18AA7;
}
.BgClassName
{
background-color: #C18AA7;
}
</style>
border-color css
<style>
span { border-color: #C18AA7; }
span { border-color: rgb(193,138,167); }
td.TdClassName
{
border-color: #C18AA7;
}
.TagClassName
{
border-color: #C18AA7;
}
</style>