Shades of Lily #C497B0
Tints of Lily #C497B0
RGB
CMYK
RGB Variations
Color information
#C497B0 (or 0xC497B0) is known color: Lily. HEX triplet: C4, 97 and B0. RGB value is (196,151,176). Sum of RGB (Red+Green+Blue) = 196+151+176=523 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.48% from 523); Green value is 151 (59.38% from 255 or 28.87% from 523); Blue value is 176 (69.14% from 255 or 33.65% from 523); Max value from RGB is 196 - color contains mainly: red. Hex color #C497B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C497B0 is #3B684F. Grayscale: #A7A7A7. Windows color (decimal): -3893328 or 11573188. OLE color: 11573188.
HSL color Cylindrical-coordinate representation of color #C497B0: hue angle of 326.67º 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 #C497B0 is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 151 | 176 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.23 |
| HSL | 326.67º | 0.28% | 0.68% | - |
| HSV(B) | 326.67º | 0.23% | 0.77% | - |
| XYZ | 41.67 | 37 | 46.02 | - |
| YUV | 167.31 | 132.91 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 151 | 176 | 0 | 0.23 | 0.10 | 0.23 | 326.67 | 0.28 | 0.68 |
| Hex | C4 | 97 | B0 | 0 | 17 | A | 17 | 147 | 1C | 44 |
| Octal | 304 | 227 | 260 | 0 | 27 | 12 | 27 | 507 | 34 | 104 |
| Binary | 11000100 | 10010111 | 10110000 | 0 | 10111 | 1010 | 10111 | 101000111 | 11100 | 1000100 |
Color Harmonies of #C497B0
Complementary color
Monochromatic Colors of #C497B0
Black with #C497B0
Text Example
Text Example
White with #C497B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C497B0; }
p { color: rgb(196,151,176); }
H1.HeaderClassName
{
color: #C497B0;
}
.AnyTagClassName
{
color: #C497B0;
}
</style>
background-color css
<style>
a { background-color: #C497B0; }
a { background-color: rgb(196,151,176); }
div.DivClassName
{
background-color: #C497B0;
}
.BgClassName
{
background-color: #C497B0;
}
</style>
border-color css
<style>
span { border-color: #C497B0; }
span { border-color: rgb(196,151,176); }
td.TdClassName
{
border-color: #C497B0;
}
.TagClassName
{
border-color: #C497B0;
}
</style>