Shades of Lily #C48CB4
Tints of Lily #C48CB4
RGB
CMYK
RGB Variations
Color information
#C48CB4 (or 0xC48CB4) is known color: Lily. HEX triplet: C4, 8C and B4. RGB value is (196,140,180). Sum of RGB (Red+Green+Blue) = 196+140+180=516 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.98% from 516); Green value is 140 (55.08% from 255 or 27.13% from 516); Blue value is 180 (70.70% from 255 or 34.88% from 516); Max value from RGB is 196 - color contains mainly: red. Hex color #C48CB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48CB4 is #3B734B. Grayscale: #A1A1A1. Windows color (decimal): -3896140 or 11832516. OLE color: 11832516.
HSL color Cylindrical-coordinate representation of color #C48CB4: hue angle of 317.14º 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 #C48CB4 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 140 | 180 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.23 |
| HSL | 317.14º | 0.32% | 0.66% | - |
| HSV(B) | 317.14º | 0.29% | 0.77% | - |
| XYZ | 40.38 | 33.79 | 47.57 | - |
| YUV | 161.3 | 138.55 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 140 | 180 | 0 | 0.29 | 0.08 | 0.23 | 317.14 | 0.32 | 0.66 |
| Hex | C4 | 8C | B4 | 0 | 1D | 8 | 17 | 13D | 20 | 42 |
| Octal | 304 | 214 | 264 | 0 | 35 | 10 | 27 | 475 | 40 | 102 |
| Binary | 11000100 | 10001100 | 10110100 | 0 | 11101 | 1000 | 10111 | 100111101 | 100000 | 1000010 |
Color Harmonies of #C48CB4
Complementary color
Monochromatic Colors of #C48CB4
Black with #C48CB4
Text Example
Text Example
White with #C48CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48CB4; }
p { color: rgb(196,140,180); }
H1.HeaderClassName
{
color: #C48CB4;
}
.AnyTagClassName
{
color: #C48CB4;
}
</style>
background-color css
<style>
a { background-color: #C48CB4; }
a { background-color: rgb(196,140,180); }
div.DivClassName
{
background-color: #C48CB4;
}
.BgClassName
{
background-color: #C48CB4;
}
</style>
border-color css
<style>
span { border-color: #C48CB4; }
span { border-color: rgb(196,140,180); }
td.TdClassName
{
border-color: #C48CB4;
}
.TagClassName
{
border-color: #C48CB4;
}
</style>