Shades of Lily #C48CB2
Tints of Lily #C48CB2
RGB
CMYK
RGB Variations
Color information
#C48CB2 (or 0xC48CB2) is known color: Lily. HEX triplet: C4, 8C and B2. RGB value is (196,140,178). Sum of RGB (Red+Green+Blue) = 196+140+178=514 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.13% from 514); Green value is 140 (55.08% from 255 or 27.24% from 514); Blue value is 178 (69.92% from 255 or 34.63% from 514); Max value from RGB is 196 - color contains mainly: red. Hex color #C48CB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48CB2 is #3B734D. Grayscale: #A0A0A0. Windows color (decimal): -3896142 or 11701444. OLE color: 11701444.
HSL color Cylindrical-coordinate representation of color #C48CB2: hue angle of 319.29º 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 #C48CB2 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 140 | 178 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.23 |
| HSL | 319.29º | 0.32% | 0.66% | - |
| HSV(B) | 319.29º | 0.29% | 0.77% | - |
| XYZ | 40.18 | 33.71 | 46.51 | - |
| YUV | 161.08 | 137.55 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 140 | 178 | 0 | 0.29 | 0.09 | 0.23 | 319.29 | 0.32 | 0.66 |
| Hex | C4 | 8C | B2 | 0 | 1D | 9 | 17 | 13F | 20 | 42 |
| Octal | 304 | 214 | 262 | 0 | 35 | 11 | 27 | 477 | 40 | 102 |
| Binary | 11000100 | 10001100 | 10110010 | 0 | 11101 | 1001 | 10111 | 100111111 | 100000 | 1000010 |
Color Harmonies of #C48CB2
Complementary color
Monochromatic Colors of #C48CB2
Black with #C48CB2
Text Example
Text Example
White with #C48CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48CB2; }
p { color: rgb(196,140,178); }
H1.HeaderClassName
{
color: #C48CB2;
}
.AnyTagClassName
{
color: #C48CB2;
}
</style>
background-color css
<style>
a { background-color: #C48CB2; }
a { background-color: rgb(196,140,178); }
div.DivClassName
{
background-color: #C48CB2;
}
.BgClassName
{
background-color: #C48CB2;
}
</style>
border-color css
<style>
span { border-color: #C48CB2; }
span { border-color: rgb(196,140,178); }
td.TdClassName
{
border-color: #C48CB2;
}
.TagClassName
{
border-color: #C48CB2;
}
</style>