Shades of Lily #C48AAA
Tints of Lily #C48AAA
RGB
CMYK
RGB Variations
Color information
#C48AAA (or 0xC48AAA) is known color: Lily. HEX triplet: C4, 8A and AA. RGB value is (196,138,170). Sum of RGB (Red+Green+Blue) = 196+138+170=504 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.89% from 504); Green value is 138 (54.30% from 255 or 27.38% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 196 - color contains mainly: red. Hex color #C48AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48AAA is #3B7555. Grayscale: #9E9E9E. Windows color (decimal): -3896662 or 11176644. OLE color: 11176644.
HSL color Cylindrical-coordinate representation of color #C48AAA: hue angle of 326.9º 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 #C48AAA is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 138 | 170 | - |
| CMYK | 0 | 0.30 | 0.13 | 0.23 |
| HSL | 326.9º | 0.33% | 0.65% | - |
| HSV(B) | 326.9º | 0.3% | 0.77% | - |
| XYZ | 39.11 | 32.82 | 42.3 | - |
| YUV | 158.99 | 134.22 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 138 | 170 | 0 | 0.30 | 0.13 | 0.23 | 326.9 | 0.33 | 0.65 |
| Hex | C4 | 8A | AA | 0 | 1E | D | 17 | 147 | 21 | 41 |
| Octal | 304 | 212 | 252 | 0 | 36 | 15 | 27 | 507 | 41 | 101 |
| Binary | 11000100 | 10001010 | 10101010 | 0 | 11110 | 1101 | 10111 | 101000111 | 100001 | 1000001 |
Color Harmonies of #C48AAA
Complementary color
Monochromatic Colors of #C48AAA
Black with #C48AAA
Text Example
Text Example
White with #C48AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48AAA; }
p { color: rgb(196,138,170); }
H1.HeaderClassName
{
color: #C48AAA;
}
.AnyTagClassName
{
color: #C48AAA;
}
</style>
background-color css
<style>
a { background-color: #C48AAA; }
a { background-color: rgb(196,138,170); }
div.DivClassName
{
background-color: #C48AAA;
}
.BgClassName
{
background-color: #C48AAA;
}
</style>
border-color css
<style>
span { border-color: #C48AAA; }
span { border-color: rgb(196,138,170); }
td.TdClassName
{
border-color: #C48AAA;
}
.TagClassName
{
border-color: #C48AAA;
}
</style>