Shades of Lily #C49ABC
Tints of Lily #C49ABC
RGB
CMYK
RGB Variations
Color information
#C49ABC (or 0xC49ABC) is known color: Lily. HEX triplet: C4, 9A and BC. RGB value is (196,154,188). Sum of RGB (Red+Green+Blue) = 196+154+188=538 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.43% from 538); Green value is 154 (60.55% from 255 or 28.62% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 196 - color contains mainly: red. Hex color #C49ABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49ABC is #3B6543. Grayscale: #AAAAAA. Windows color (decimal): -3892548 or 12360388. OLE color: 12360388.
HSL color Cylindrical-coordinate representation of color #C49ABC: hue angle of 311.43º 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 #C49ABC is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 154 | 188 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.23 |
| HSL | 311.43º | 0.26% | 0.69% | - |
| HSV(B) | 311.43º | 0.21% | 0.77% | - |
| XYZ | 43.4 | 38.48 | 52.72 | - |
| YUV | 170.43 | 137.91 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 154 | 188 | 0 | 0.21 | 0.04 | 0.23 | 311.43 | 0.26 | 0.69 |
| Hex | C4 | 9A | BC | 0 | 15 | 4 | 17 | 137 | 1A | 45 |
| Octal | 304 | 232 | 274 | 0 | 25 | 4 | 27 | 467 | 32 | 105 |
| Binary | 11000100 | 10011010 | 10111100 | 0 | 10101 | 100 | 10111 | 100110111 | 11010 | 1000101 |
Color Harmonies of #C49ABC
Complementary color
Monochromatic Colors of #C49ABC
Black with #C49ABC
Text Example
Text Example
White with #C49ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49ABC; }
p { color: rgb(196,154,188); }
H1.HeaderClassName
{
color: #C49ABC;
}
.AnyTagClassName
{
color: #C49ABC;
}
</style>
background-color css
<style>
a { background-color: #C49ABC; }
a { background-color: rgb(196,154,188); }
div.DivClassName
{
background-color: #C49ABC;
}
.BgClassName
{
background-color: #C49ABC;
}
</style>
border-color css
<style>
span { border-color: #C49ABC; }
span { border-color: rgb(196,154,188); }
td.TdClassName
{
border-color: #C49ABC;
}
.TagClassName
{
border-color: #C49ABC;
}
</style>