Shades of Lily #C598B9
Tints of Lily #C598B9
RGB
CMYK
RGB Variations
Color information
#C598B9 (or 0xC598B9) is known color: Lily. HEX triplet: C5, 98 and B9. RGB value is (197,152,185). Sum of RGB (Red+Green+Blue) = 197+152+185=534 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.89% from 534); Green value is 152 (59.77% from 255 or 28.46% from 534); Blue value is 185 (72.66% from 255 or 34.64% from 534); Max value from RGB is 197 - color contains mainly: red. Hex color #C598B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C598B9 is #3A6746. Grayscale: #A9A9A9. Windows color (decimal): -3827527 or 12163269. OLE color: 12163269.
HSL color Cylindrical-coordinate representation of color #C598B9: hue angle of 316º 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 #C598B9 is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 152 | 185 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.23 |
| HSL | 316º | 0.28% | 0.68% | - |
| HSV(B) | 316º | 0.23% | 0.77% | - |
| XYZ | 43.01 | 37.83 | 50.93 | - |
| YUV | 169.22 | 136.91 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 152 | 185 | 0 | 0.23 | 0.06 | 0.23 | 316 | 0.28 | 0.68 |
| Hex | C5 | 98 | B9 | 0 | 17 | 6 | 17 | 13C | 1C | 44 |
| Octal | 305 | 230 | 271 | 0 | 27 | 6 | 27 | 474 | 34 | 104 |
| Binary | 11000101 | 10011000 | 10111001 | 0 | 10111 | 110 | 10111 | 100111100 | 11100 | 1000100 |
Color Harmonies of #C598B9
Complementary color
Monochromatic Colors of #C598B9
Black with #C598B9
Text Example
Text Example
White with #C598B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C598B9; }
p { color: rgb(197,152,185); }
H1.HeaderClassName
{
color: #C598B9;
}
.AnyTagClassName
{
color: #C598B9;
}
</style>
background-color css
<style>
a { background-color: #C598B9; }
a { background-color: rgb(197,152,185); }
div.DivClassName
{
background-color: #C598B9;
}
.BgClassName
{
background-color: #C598B9;
}
</style>
border-color css
<style>
span { border-color: #C598B9; }
span { border-color: rgb(197,152,185); }
td.TdClassName
{
border-color: #C598B9;
}
.TagClassName
{
border-color: #C598B9;
}
</style>