Shades of Lily #C48CA8
Tints of Lily #C48CA8
RGB
CMYK
RGB Variations
Color information
#C48CA8 (or 0xC48CA8) is known color: Lily. HEX triplet: C4, 8C and A8. RGB value is (196,140,168). Sum of RGB (Red+Green+Blue) = 196+140+168=504 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.89% from 504); Green value is 140 (55.08% from 255 or 27.78% from 504); Blue value is 168 (66.02% from 255 or 33.33% from 504); Max value from RGB is 196 - color contains mainly: red. Hex color #C48CA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48CA8 is #3B7357. Grayscale: #9F9F9F. Windows color (decimal): -3896152 or 11046084. OLE color: 11046084.
HSL color Cylindrical-coordinate representation of color #C48CA8: hue angle of 330º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C48CA8 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 140 | 168 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.23 |
| HSL | 330º | 0.32% | 0.66% | - |
| HSV(B) | 330º | 0.29% | 0.77% | - |
| XYZ | 39.21 | 33.32 | 41.41 | - |
| YUV | 159.94 | 132.55 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 140 | 168 | 0 | 0.29 | 0.14 | 0.23 | 330 | 0.32 | 0.66 |
| Hex | C4 | 8C | A8 | 0 | 1D | E | 17 | 14A | 20 | 42 |
| Octal | 304 | 214 | 250 | 0 | 35 | 16 | 27 | 512 | 40 | 102 |
| Binary | 11000100 | 10001100 | 10101000 | 0 | 11101 | 1110 | 10111 | 101001010 | 100000 | 1000010 |
Color Harmonies of #C48CA8
Complementary color
Monochromatic Colors of #C48CA8
Black with #C48CA8
Text Example
Text Example
White with #C48CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48CA8; }
p { color: rgb(196,140,168); }
H1.HeaderClassName
{
color: #C48CA8;
}
.AnyTagClassName
{
color: #C48CA8;
}
</style>
background-color css
<style>
a { background-color: #C48CA8; }
a { background-color: rgb(196,140,168); }
div.DivClassName
{
background-color: #C48CA8;
}
.BgClassName
{
background-color: #C48CA8;
}
</style>
border-color css
<style>
span { border-color: #C48CA8; }
span { border-color: rgb(196,140,168); }
td.TdClassName
{
border-color: #C48CA8;
}
.TagClassName
{
border-color: #C48CA8;
}
</style>