Shades of Lily #C49AB7
Tints of Lily #C49AB7
RGB
CMYK
RGB Variations
Color information
#C49AB7 (or 0xC49AB7) is known color: Lily. HEX triplet: C4, 9A and B7. RGB value is (196,154,183). Sum of RGB (Red+Green+Blue) = 196+154+183=533 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.77% from 533); Green value is 154 (60.55% from 255 or 28.89% from 533); Blue value is 183 (71.88% from 255 or 34.33% from 533); Max value from RGB is 196 - color contains mainly: red. Hex color #C49AB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49AB7 is #3B6548. Grayscale: #A9A9A9. Windows color (decimal): -3892553 or 12032708. OLE color: 12032708.
HSL color Cylindrical-coordinate representation of color #C49AB7: hue angle of 318.57º 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 #C49AB7 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 154 | 183 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.23 |
| HSL | 318.57º | 0.26% | 0.69% | - |
| HSV(B) | 318.57º | 0.21% | 0.77% | - |
| XYZ | 42.87 | 38.27 | 49.93 | - |
| YUV | 169.86 | 135.41 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 154 | 183 | 0 | 0.21 | 0.07 | 0.23 | 318.57 | 0.26 | 0.69 |
| Hex | C4 | 9A | B7 | 0 | 15 | 7 | 17 | 13F | 1A | 45 |
| Octal | 304 | 232 | 267 | 0 | 25 | 7 | 27 | 477 | 32 | 105 |
| Binary | 11000100 | 10011010 | 10110111 | 0 | 10101 | 111 | 10111 | 100111111 | 11010 | 1000101 |
Color Harmonies of #C49AB7
Complementary color
Monochromatic Colors of #C49AB7
Black with #C49AB7
Text Example
Text Example
White with #C49AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49AB7; }
p { color: rgb(196,154,183); }
H1.HeaderClassName
{
color: #C49AB7;
}
.AnyTagClassName
{
color: #C49AB7;
}
</style>
background-color css
<style>
a { background-color: #C49AB7; }
a { background-color: rgb(196,154,183); }
div.DivClassName
{
background-color: #C49AB7;
}
.BgClassName
{
background-color: #C49AB7;
}
</style>
border-color css
<style>
span { border-color: #C49AB7; }
span { border-color: rgb(196,154,183); }
td.TdClassName
{
border-color: #C49AB7;
}
.TagClassName
{
border-color: #C49AB7;
}
</style>