Shades of Lily #C496AF
Tints of Lily #C496AF
RGB
CMYK
RGB Variations
Color information
#C496AF (or 0xC496AF) is known color: Lily. HEX triplet: C4, 96 and AF. RGB value is (196,150,175). Sum of RGB (Red+Green+Blue) = 196+150+175=521 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.62% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 196 - color contains mainly: red. Hex color #C496AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C496AF is #3B6950. Grayscale: #A6A6A6. Windows color (decimal): -3893585 or 11507396. OLE color: 11507396.
HSL color Cylindrical-coordinate representation of color #C496AF: hue angle of 327.39º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C496AF is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 150 | 175 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.23 |
| HSL | 327.39º | 0.28% | 0.68% | - |
| HSV(B) | 327.39º | 0.23% | 0.77% | - |
| XYZ | 41.41 | 36.64 | 45.45 | - |
| YUV | 166.6 | 132.74 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 150 | 175 | 0 | 0.23 | 0.11 | 0.23 | 327.39 | 0.28 | 0.68 |
| Hex | C4 | 96 | AF | 0 | 17 | B | 17 | 147 | 1C | 44 |
| Octal | 304 | 226 | 257 | 0 | 27 | 13 | 27 | 507 | 34 | 104 |
| Binary | 11000100 | 10010110 | 10101111 | 0 | 10111 | 1011 | 10111 | 101000111 | 11100 | 1000100 |
Color Harmonies of #C496AF
Complementary color
Monochromatic Colors of #C496AF
Black with #C496AF
Text Example
Text Example
White with #C496AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C496AF; }
p { color: rgb(196,150,175); }
H1.HeaderClassName
{
color: #C496AF;
}
.AnyTagClassName
{
color: #C496AF;
}
</style>
background-color css
<style>
a { background-color: #C496AF; }
a { background-color: rgb(196,150,175); }
div.DivClassName
{
background-color: #C496AF;
}
.BgClassName
{
background-color: #C496AF;
}
</style>
border-color css
<style>
span { border-color: #C496AF; }
span { border-color: rgb(196,150,175); }
td.TdClassName
{
border-color: #C496AF;
}
.TagClassName
{
border-color: #C496AF;
}
</style>