Shades of Lily #C598BB
Tints of Lily #C598BB
RGB
CMYK
RGB Variations
Color information
#C598BB (or 0xC598BB) is known color: Lily. HEX triplet: C5, 98 and BB. RGB value is (197,152,187). Sum of RGB (Red+Green+Blue) = 197+152+187=536 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.75% from 536); Green value is 152 (59.77% from 255 or 28.36% from 536); Blue value is 187 (73.44% from 255 or 34.89% from 536); Max value from RGB is 197 - color contains mainly: red. Hex color #C598BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C598BB is #3A6744. Grayscale: #A9A9A9. Windows color (decimal): -3827525 or 12294341. OLE color: 12294341.
HSL color Cylindrical-coordinate representation of color #C598BB: hue angle of 313.33º 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 #C598BB is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 152 | 187 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.23 |
| HSL | 313.33º | 0.28% | 0.68% | - |
| HSV(B) | 313.33º | 0.23% | 0.77% | - |
| XYZ | 43.22 | 37.91 | 52.05 | - |
| YUV | 169.45 | 137.91 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 152 | 187 | 0 | 0.23 | 0.05 | 0.23 | 313.33 | 0.28 | 0.68 |
| Hex | C5 | 98 | BB | 0 | 17 | 5 | 17 | 139 | 1C | 44 |
| Octal | 305 | 230 | 273 | 0 | 27 | 5 | 27 | 471 | 34 | 104 |
| Binary | 11000101 | 10011000 | 10111011 | 0 | 10111 | 101 | 10111 | 100111001 | 11100 | 1000100 |
Color Harmonies of #C598BB
Complementary color
Monochromatic Colors of #C598BB
Black with #C598BB
Text Example
Text Example
White with #C598BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C598BB; }
p { color: rgb(197,152,187); }
H1.HeaderClassName
{
color: #C598BB;
}
.AnyTagClassName
{
color: #C598BB;
}
</style>
background-color css
<style>
a { background-color: #C598BB; }
a { background-color: rgb(197,152,187); }
div.DivClassName
{
background-color: #C598BB;
}
.BgClassName
{
background-color: #C598BB;
}
</style>
border-color css
<style>
span { border-color: #C598BB; }
span { border-color: rgb(197,152,187); }
td.TdClassName
{
border-color: #C598BB;
}
.TagClassName
{
border-color: #C598BB;
}
</style>