Shades of Lily #C491BB
Tints of Lily #C491BB
RGB
CMYK
RGB Variations
Color information
#C491BB (or 0xC491BB) is known color: Lily. HEX triplet: C4, 91 and BB. RGB value is (196,145,187). Sum of RGB (Red+Green+Blue) = 196+145+187=528 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.12% from 528); Green value is 145 (57.03% from 255 or 27.46% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 196 - color contains mainly: red. Hex color #C491BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C491BB is #3B6E44. Grayscale: #A4A4A4. Windows color (decimal): -3894853 or 12292548. OLE color: 12292548.
HSL color Cylindrical-coordinate representation of color #C491BB: hue angle of 310.59º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C491BB is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 145 | 187 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.23 |
| HSL | 310.59º | 0.3% | 0.67% | - |
| HSV(B) | 310.59º | 0.26% | 0.77% | - |
| XYZ | 41.86 | 35.57 | 51.67 | - |
| YUV | 165.04 | 140.4 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 145 | 187 | 0 | 0.26 | 0.05 | 0.23 | 310.59 | 0.3 | 0.67 |
| Hex | C4 | 91 | BB | 0 | 1A | 5 | 17 | 137 | 1E | 43 |
| Octal | 304 | 221 | 273 | 0 | 32 | 5 | 27 | 467 | 36 | 103 |
| Binary | 11000100 | 10010001 | 10111011 | 0 | 11010 | 101 | 10111 | 100110111 | 11110 | 1000011 |
Color Harmonies of #C491BB
Complementary color
Monochromatic Colors of #C491BB
Black with #C491BB
Text Example
Text Example
White with #C491BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C491BB; }
p { color: rgb(196,145,187); }
H1.HeaderClassName
{
color: #C491BB;
}
.AnyTagClassName
{
color: #C491BB;
}
</style>
background-color css
<style>
a { background-color: #C491BB; }
a { background-color: rgb(196,145,187); }
div.DivClassName
{
background-color: #C491BB;
}
.BgClassName
{
background-color: #C491BB;
}
</style>
border-color css
<style>
span { border-color: #C491BB; }
span { border-color: rgb(196,145,187); }
td.TdClassName
{
border-color: #C491BB;
}
.TagClassName
{
border-color: #C491BB;
}
</style>