Shades of Lily #C59BB0
Tints of Lily #C59BB0
RGB
CMYK
RGB Variations
Color information
#C59BB0 (or 0xC59BB0) is known color: Lily. HEX triplet: C5, 9B and B0. RGB value is (197,155,176). Sum of RGB (Red+Green+Blue) = 197+155+176=528 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.31% from 528); Green value is 155 (60.94% from 255 or 29.36% from 528); Blue value is 176 (69.14% from 255 or 33.33% from 528); Max value from RGB is 197 - color contains mainly: red. Hex color #C59BB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59BB0 is #3A644F. Grayscale: #A9A9A9. Windows color (decimal): -3826768 or 11574213. OLE color: 11574213.
HSL color Cylindrical-coordinate representation of color #C59BB0: hue angle of 330º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C59BB0 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 155 | 176 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.23 |
| HSL | 330º | 0.27% | 0.69% | - |
| HSV(B) | 330º | 0.21% | 0.77% | - |
| XYZ | 42.58 | 38.45 | 46.25 | - |
| YUV | 169.95 | 131.41 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 155 | 176 | 0 | 0.21 | 0.11 | 0.23 | 330 | 0.27 | 0.69 |
| Hex | C5 | 9B | B0 | 0 | 15 | B | 17 | 14A | 1B | 45 |
| Octal | 305 | 233 | 260 | 0 | 25 | 13 | 27 | 512 | 33 | 105 |
| Binary | 11000101 | 10011011 | 10110000 | 0 | 10101 | 1011 | 10111 | 101001010 | 11011 | 1000101 |
Color Harmonies of #C59BB0
Complementary color
Monochromatic Colors of #C59BB0
Black with #C59BB0
Text Example
Text Example
White with #C59BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59BB0; }
p { color: rgb(197,155,176); }
H1.HeaderClassName
{
color: #C59BB0;
}
.AnyTagClassName
{
color: #C59BB0;
}
</style>
background-color css
<style>
a { background-color: #C59BB0; }
a { background-color: rgb(197,155,176); }
div.DivClassName
{
background-color: #C59BB0;
}
.BgClassName
{
background-color: #C59BB0;
}
</style>
border-color css
<style>
span { border-color: #C59BB0; }
span { border-color: rgb(197,155,176); }
td.TdClassName
{
border-color: #C59BB0;
}
.TagClassName
{
border-color: #C59BB0;
}
</style>