Shades of Lily #C48DAA
Tints of Lily #C48DAA
RGB
CMYK
RGB Variations
Color information
#C48DAA (or 0xC48DAA) is known color: Lily. HEX triplet: C4, 8D and AA. RGB value is (196,141,170). Sum of RGB (Red+Green+Blue) = 196+141+170=507 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.66% from 507); Green value is 141 (55.47% from 255 or 27.81% from 507); Blue value is 170 (66.80% from 255 or 33.53% from 507); Max value from RGB is 196 - color contains mainly: red. Hex color #C48DAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48DAA is #3B7255. Grayscale: #A0A0A0. Windows color (decimal): -3895894 or 11177412. OLE color: 11177412.
HSL color Cylindrical-coordinate representation of color #C48DAA: hue angle of 328.36º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C48DAA is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 141 | 170 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.23 |
| HSL | 328.36º | 0.32% | 0.66% | - |
| HSV(B) | 328.36º | 0.28% | 0.77% | - |
| XYZ | 39.55 | 33.69 | 42.45 | - |
| YUV | 160.75 | 133.22 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 141 | 170 | 0 | 0.28 | 0.13 | 0.23 | 328.36 | 0.32 | 0.66 |
| Hex | C4 | 8D | AA | 0 | 1C | D | 17 | 148 | 20 | 42 |
| Octal | 304 | 215 | 252 | 0 | 34 | 15 | 27 | 510 | 40 | 102 |
| Binary | 11000100 | 10001101 | 10101010 | 0 | 11100 | 1101 | 10111 | 101001000 | 100000 | 1000010 |
Color Harmonies of #C48DAA
Complementary color
Monochromatic Colors of #C48DAA
Black with #C48DAA
Text Example
Text Example
White with #C48DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48DAA; }
p { color: rgb(196,141,170); }
H1.HeaderClassName
{
color: #C48DAA;
}
.AnyTagClassName
{
color: #C48DAA;
}
</style>
background-color css
<style>
a { background-color: #C48DAA; }
a { background-color: rgb(196,141,170); }
div.DivClassName
{
background-color: #C48DAA;
}
.BgClassName
{
background-color: #C48DAA;
}
</style>
border-color css
<style>
span { border-color: #C48DAA; }
span { border-color: rgb(196,141,170); }
td.TdClassName
{
border-color: #C48DAA;
}
.TagClassName
{
border-color: #C48DAA;
}
</style>