Shades of Lily #C4A1BA
Tints of Lily #C4A1BA
RGB
CMYK
RGB Variations
Color information
#C4A1BA (or 0xC4A1BA) is known color: Lily. HEX triplet: C4, A1 and BA. RGB value is (196,161,186). Sum of RGB (Red+Green+Blue) = 196+161+186=543 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.10% from 543); Green value is 161 (63.28% from 255 or 29.65% from 543); Blue value is 186 (73.05% from 255 or 34.25% from 543); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A1BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A1BA is #3B5E45. Grayscale: #AEAEAE. Windows color (decimal): -3890758 or 12231108. OLE color: 12231108.
HSL color Cylindrical-coordinate representation of color #C4A1BA: hue angle of 317.14º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4A1BA is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 161 | 186 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.23 |
| HSL | 317.14º | 0.23% | 0.7% | - |
| HSV(B) | 317.14º | 0.18% | 0.77% | - |
| XYZ | 44.37 | 40.77 | 51.99 | - |
| YUV | 174.32 | 134.6 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 161 | 186 | 0 | 0.18 | 0.05 | 0.23 | 317.14 | 0.23 | 0.7 |
| Hex | C4 | A1 | BA | 0 | 12 | 5 | 17 | 13D | 17 | 46 |
| Octal | 304 | 241 | 272 | 0 | 22 | 5 | 27 | 475 | 27 | 106 |
| Binary | 11000100 | 10100001 | 10111010 | 0 | 10010 | 101 | 10111 | 100111101 | 10111 | 1000110 |
Color Harmonies of #C4A1BA
Complementary color
Monochromatic Colors of #C4A1BA
Black with #C4A1BA
Text Example
Text Example
White with #C4A1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A1BA; }
p { color: rgb(196,161,186); }
H1.HeaderClassName
{
color: #C4A1BA;
}
.AnyTagClassName
{
color: #C4A1BA;
}
</style>
background-color css
<style>
a { background-color: #C4A1BA; }
a { background-color: rgb(196,161,186); }
div.DivClassName
{
background-color: #C4A1BA;
}
.BgClassName
{
background-color: #C4A1BA;
}
</style>
border-color css
<style>
span { border-color: #C4A1BA; }
span { border-color: rgb(196,161,186); }
td.TdClassName
{
border-color: #C4A1BA;
}
.TagClassName
{
border-color: #C4A1BA;
}
</style>