Shades of Lily #C49AB3
Tints of Lily #C49AB3
RGB
CMYK
RGB Variations
Color information
#C49AB3 (or 0xC49AB3) is known color: Lily. HEX triplet: C4, 9A and B3. RGB value is (196,154,179). Sum of RGB (Red+Green+Blue) = 196+154+179=529 (70% of max value = 765). Red value is 196 (76.95% from 255 or 37.05% from 529); Green value is 154 (60.55% from 255 or 29.11% from 529); Blue value is 179 (70.31% from 255 or 33.84% from 529); Max value from RGB is 196 - color contains mainly: red. Hex color #C49AB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49AB3 is #3B654C. Grayscale: #A9A9A9. Windows color (decimal): -3892557 or 11770564. OLE color: 11770564.
HSL color Cylindrical-coordinate representation of color #C49AB3: hue angle of 324.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 #C49AB3 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 154 | 179 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.23 |
| HSL | 324.29º | 0.26% | 0.69% | - |
| HSV(B) | 324.29º | 0.21% | 0.77% | - |
| XYZ | 42.46 | 38.1 | 47.76 | - |
| YUV | 169.41 | 133.41 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 154 | 179 | 0 | 0.21 | 0.09 | 0.23 | 324.29 | 0.26 | 0.69 |
| Hex | C4 | 9A | B3 | 0 | 15 | 9 | 17 | 144 | 1A | 45 |
| Octal | 304 | 232 | 263 | 0 | 25 | 11 | 27 | 504 | 32 | 105 |
| Binary | 11000100 | 10011010 | 10110011 | 0 | 10101 | 1001 | 10111 | 101000100 | 11010 | 1000101 |
Color Harmonies of #C49AB3
Complementary color
Monochromatic Colors of #C49AB3
Black with #C49AB3
Text Example
Text Example
White with #C49AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49AB3; }
p { color: rgb(196,154,179); }
H1.HeaderClassName
{
color: #C49AB3;
}
.AnyTagClassName
{
color: #C49AB3;
}
</style>
background-color css
<style>
a { background-color: #C49AB3; }
a { background-color: rgb(196,154,179); }
div.DivClassName
{
background-color: #C49AB3;
}
.BgClassName
{
background-color: #C49AB3;
}
</style>
border-color css
<style>
span { border-color: #C49AB3; }
span { border-color: rgb(196,154,179); }
td.TdClassName
{
border-color: #C49AB3;
}
.TagClassName
{
border-color: #C49AB3;
}
</style>