Shades of Lily #C591BB
Tints of Lily #C591BB
RGB
CMYK
RGB Variations
Color information
#C591BB (or 0xC591BB) is known color: Lily. HEX triplet: C5, 91 and BB. RGB value is (197,145,187). Sum of RGB (Red+Green+Blue) = 197+145+187=529 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.24% from 529); Green value is 145 (57.03% from 255 or 27.41% from 529); Blue value is 187 (73.44% from 255 or 35.35% from 529); Max value from RGB is 197 - color contains mainly: red. Hex color #C591BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C591BB is #3A6E44. Grayscale: #A5A5A5. Windows color (decimal): -3829317 or 12292549. OLE color: 12292549.
HSL color Cylindrical-coordinate representation of color #C591BB: hue angle of 311.54º degrees, saturation: 0.31, 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 #C591BB is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 145 | 187 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.23 |
| HSL | 311.54º | 0.31% | 0.67% | - |
| HSV(B) | 311.54º | 0.26% | 0.77% | - |
| XYZ | 42.12 | 35.71 | 51.69 | - |
| YUV | 165.34 | 140.23 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 145 | 187 | 0 | 0.26 | 0.05 | 0.23 | 311.54 | 0.31 | 0.67 |
| Hex | C5 | 91 | BB | 0 | 1A | 5 | 17 | 138 | 1F | 43 |
| Octal | 305 | 221 | 273 | 0 | 32 | 5 | 27 | 470 | 37 | 103 |
| Binary | 11000101 | 10010001 | 10111011 | 0 | 11010 | 101 | 10111 | 100111000 | 11111 | 1000011 |
Color Harmonies of #C591BB
Complementary color
Monochromatic Colors of #C591BB
Black with #C591BB
Text Example
Text Example
White with #C591BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C591BB; }
p { color: rgb(197,145,187); }
H1.HeaderClassName
{
color: #C591BB;
}
.AnyTagClassName
{
color: #C591BB;
}
</style>
background-color css
<style>
a { background-color: #C591BB; }
a { background-color: rgb(197,145,187); }
div.DivClassName
{
background-color: #C591BB;
}
.BgClassName
{
background-color: #C591BB;
}
</style>
border-color css
<style>
span { border-color: #C591BB; }
span { border-color: rgb(197,145,187); }
td.TdClassName
{
border-color: #C591BB;
}
.TagClassName
{
border-color: #C591BB;
}
</style>