Shades of Lily #C497BA
Tints of Lily #C497BA
RGB
CMYK
RGB Variations
Color information
#C497BA (or 0xC497BA) is known color: Lily. HEX triplet: C4, 97 and BA. RGB value is (196,151,186). Sum of RGB (Red+Green+Blue) = 196+151+186=533 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.77% from 533); Green value is 151 (59.38% from 255 or 28.33% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 196 - color contains mainly: red. Hex color #C497BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C497BA is #3B6845. Grayscale: #A8A8A8. Windows color (decimal): -3893318 or 12228548. OLE color: 12228548.
HSL color Cylindrical-coordinate representation of color #C497BA: hue angle of 313.33º 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 #C497BA is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 151 | 186 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.23 |
| HSL | 313.33º | 0.28% | 0.68% | - |
| HSV(B) | 313.33º | 0.23% | 0.77% | - |
| XYZ | 42.69 | 37.41 | 51.43 | - |
| YUV | 168.45 | 137.91 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 151 | 186 | 0 | 0.23 | 0.05 | 0.23 | 313.33 | 0.28 | 0.68 |
| Hex | C4 | 97 | BA | 0 | 17 | 5 | 17 | 139 | 1C | 44 |
| Octal | 304 | 227 | 272 | 0 | 27 | 5 | 27 | 471 | 34 | 104 |
| Binary | 11000100 | 10010111 | 10111010 | 0 | 10111 | 101 | 10111 | 100111001 | 11100 | 1000100 |
Color Harmonies of #C497BA
Complementary color
Monochromatic Colors of #C497BA
Black with #C497BA
Text Example
Text Example
White with #C497BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C497BA; }
p { color: rgb(196,151,186); }
H1.HeaderClassName
{
color: #C497BA;
}
.AnyTagClassName
{
color: #C497BA;
}
</style>
background-color css
<style>
a { background-color: #C497BA; }
a { background-color: rgb(196,151,186); }
div.DivClassName
{
background-color: #C497BA;
}
.BgClassName
{
background-color: #C497BA;
}
</style>
border-color css
<style>
span { border-color: #C497BA; }
span { border-color: rgb(196,151,186); }
td.TdClassName
{
border-color: #C497BA;
}
.TagClassName
{
border-color: #C497BA;
}
</style>