Shades of Lily #C48AA8
Tints of Lily #C48AA8
RGB
CMYK
RGB Variations
Color information
#C48AA8 (or 0xC48AA8) is known color: Lily. HEX triplet: C4, 8A and A8. RGB value is (196,138,168). Sum of RGB (Red+Green+Blue) = 196+138+168=502 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.04% from 502); Green value is 138 (54.30% from 255 or 27.49% from 502); Blue value is 168 (66.02% from 255 or 33.47% from 502); Max value from RGB is 196 - color contains mainly: red. Hex color #C48AA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48AA8 is #3B7557. Grayscale: #9E9E9E. Windows color (decimal): -3896664 or 11045572. OLE color: 11045572.
HSL color Cylindrical-coordinate representation of color #C48AA8: hue angle of 328.97º 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 #C48AA8 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 138 | 168 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.23 |
| HSL | 328.97º | 0.33% | 0.65% | - |
| HSV(B) | 328.97º | 0.3% | 0.77% | - |
| XYZ | 38.92 | 32.74 | 41.31 | - |
| YUV | 158.76 | 133.22 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 138 | 168 | 0 | 0.30 | 0.14 | 0.23 | 328.97 | 0.33 | 0.65 |
| Hex | C4 | 8A | A8 | 0 | 1E | E | 17 | 149 | 21 | 41 |
| Octal | 304 | 212 | 250 | 0 | 36 | 16 | 27 | 511 | 41 | 101 |
| Binary | 11000100 | 10001010 | 10101000 | 0 | 11110 | 1110 | 10111 | 101001001 | 100001 | 1000001 |
Color Harmonies of #C48AA8
Complementary color
Monochromatic Colors of #C48AA8
Black with #C48AA8
Text Example
Text Example
White with #C48AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48AA8; }
p { color: rgb(196,138,168); }
H1.HeaderClassName
{
color: #C48AA8;
}
.AnyTagClassName
{
color: #C48AA8;
}
</style>
background-color css
<style>
a { background-color: #C48AA8; }
a { background-color: rgb(196,138,168); }
div.DivClassName
{
background-color: #C48AA8;
}
.BgClassName
{
background-color: #C48AA8;
}
</style>
border-color css
<style>
span { border-color: #C48AA8; }
span { border-color: rgb(196,138,168); }
td.TdClassName
{
border-color: #C48AA8;
}
.TagClassName
{
border-color: #C48AA8;
}
</style>