Shades of Lily #C49ABA
Tints of Lily #C49ABA
RGB
CMYK
RGB Variations
Color information
#C49ABA (or 0xC49ABA) is known color: Lily. HEX triplet: C4, 9A and BA. RGB value is (196,154,186). Sum of RGB (Red+Green+Blue) = 196+154+186=536 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.57% from 536); Green value is 154 (60.55% from 255 or 28.73% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 196 - color contains mainly: red. Hex color #C49ABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49ABA is #3B6545. Grayscale: #AAAAAA. Windows color (decimal): -3892550 or 12229316. OLE color: 12229316.
HSL color Cylindrical-coordinate representation of color #C49ABA: hue angle of 314.29º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C49ABA is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 154 | 186 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.23 |
| HSL | 314.29º | 0.26% | 0.69% | - |
| HSV(B) | 314.29º | 0.21% | 0.77% | - |
| XYZ | 43.18 | 38.39 | 51.59 | - |
| YUV | 170.21 | 136.91 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 154 | 186 | 0 | 0.21 | 0.05 | 0.23 | 314.29 | 0.26 | 0.69 |
| Hex | C4 | 9A | BA | 0 | 15 | 5 | 17 | 13A | 1A | 45 |
| Octal | 304 | 232 | 272 | 0 | 25 | 5 | 27 | 472 | 32 | 105 |
| Binary | 11000100 | 10011010 | 10111010 | 0 | 10101 | 101 | 10111 | 100111010 | 11010 | 1000101 |
Color Harmonies of #C49ABA
Complementary color
Monochromatic Colors of #C49ABA
Black with #C49ABA
Text Example
Text Example
White with #C49ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49ABA; }
p { color: rgb(196,154,186); }
H1.HeaderClassName
{
color: #C49ABA;
}
.AnyTagClassName
{
color: #C49ABA;
}
</style>
background-color css
<style>
a { background-color: #C49ABA; }
a { background-color: rgb(196,154,186); }
div.DivClassName
{
background-color: #C49ABA;
}
.BgClassName
{
background-color: #C49ABA;
}
</style>
border-color css
<style>
span { border-color: #C49ABA; }
span { border-color: rgb(196,154,186); }
td.TdClassName
{
border-color: #C49ABA;
}
.TagClassName
{
border-color: #C49ABA;
}
</style>