Shades of Lily #C48AAF
Tints of Lily #C48AAF
RGB
CMYK
RGB Variations
Color information
#C48AAF (or 0xC48AAF) is known color: Lily. HEX triplet: C4, 8A and AF. RGB value is (196,138,175). Sum of RGB (Red+Green+Blue) = 196+138+175=509 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.51% from 509); Green value is 138 (54.30% from 255 or 27.11% from 509); Blue value is 175 (68.75% from 255 or 34.38% from 509); Max value from RGB is 196 - color contains mainly: red. Hex color #C48AAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48AAF is #3B7550. Grayscale: #9F9F9F. Windows color (decimal): -3896657 or 11504324. OLE color: 11504324.
HSL color Cylindrical-coordinate representation of color #C48AAF: hue angle of 321.72º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C48AAF is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 138 | 175 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.23 |
| HSL | 321.72º | 0.33% | 0.65% | - |
| HSV(B) | 321.72º | 0.3% | 0.77% | - |
| XYZ | 39.59 | 33.01 | 44.84 | - |
| YUV | 159.56 | 136.72 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 138 | 175 | 0 | 0.30 | 0.11 | 0.23 | 321.72 | 0.33 | 0.65 |
| Hex | C4 | 8A | AF | 0 | 1E | B | 17 | 142 | 21 | 41 |
| Octal | 304 | 212 | 257 | 0 | 36 | 13 | 27 | 502 | 41 | 101 |
| Binary | 11000100 | 10001010 | 10101111 | 0 | 11110 | 1011 | 10111 | 101000010 | 100001 | 1000001 |
Color Harmonies of #C48AAF
Complementary color
Monochromatic Colors of #C48AAF
Black with #C48AAF
Text Example
Text Example
White with #C48AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48AAF; }
p { color: rgb(196,138,175); }
H1.HeaderClassName
{
color: #C48AAF;
}
.AnyTagClassName
{
color: #C48AAF;
}
</style>
background-color css
<style>
a { background-color: #C48AAF; }
a { background-color: rgb(196,138,175); }
div.DivClassName
{
background-color: #C48AAF;
}
.BgClassName
{
background-color: #C48AAF;
}
</style>
border-color css
<style>
span { border-color: #C48AAF; }
span { border-color: rgb(196,138,175); }
td.TdClassName
{
border-color: #C48AAF;
}
.TagClassName
{
border-color: #C48AAF;
}
</style>