Shades of Lily #C496BA
Tints of Lily #C496BA
RGB
CMYK
RGB Variations
Color information
#C496BA (or 0xC496BA) is known color: Lily. HEX triplet: C4, 96 and BA. RGB value is (196,150,186). Sum of RGB (Red+Green+Blue) = 196+150+186=532 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.84% from 532); Green value is 150 (58.98% from 255 or 28.20% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 196 - color contains mainly: red. Hex color #C496BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C496BA is #3B6945. Grayscale: #A7A7A7. Windows color (decimal): -3893574 or 12228292. OLE color: 12228292.
HSL color Cylindrical-coordinate representation of color #C496BA: hue angle of 313.04º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C496BA is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 150 | 186 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.23 |
| HSL | 313.04º | 0.28% | 0.68% | - |
| HSV(B) | 313.04º | 0.23% | 0.77% | - |
| XYZ | 42.53 | 37.09 | 51.37 | - |
| YUV | 167.86 | 138.24 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 150 | 186 | 0 | 0.23 | 0.05 | 0.23 | 313.04 | 0.28 | 0.68 |
| Hex | C4 | 96 | BA | 0 | 17 | 5 | 17 | 139 | 1C | 44 |
| Octal | 304 | 226 | 272 | 0 | 27 | 5 | 27 | 471 | 34 | 104 |
| Binary | 11000100 | 10010110 | 10111010 | 0 | 10111 | 101 | 10111 | 100111001 | 11100 | 1000100 |
Color Harmonies of #C496BA
Complementary color
Monochromatic Colors of #C496BA
Black with #C496BA
Text Example
Text Example
White with #C496BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C496BA; }
p { color: rgb(196,150,186); }
H1.HeaderClassName
{
color: #C496BA;
}
.AnyTagClassName
{
color: #C496BA;
}
</style>
background-color css
<style>
a { background-color: #C496BA; }
a { background-color: rgb(196,150,186); }
div.DivClassName
{
background-color: #C496BA;
}
.BgClassName
{
background-color: #C496BA;
}
</style>
border-color css
<style>
span { border-color: #C496BA; }
span { border-color: rgb(196,150,186); }
td.TdClassName
{
border-color: #C496BA;
}
.TagClassName
{
border-color: #C496BA;
}
</style>