Shades of Lily #C598B8
Tints of Lily #C598B8
RGB
CMYK
RGB Variations
Color information
#C598B8 (or 0xC598B8) is known color: Lily. HEX triplet: C5, 98 and B8. RGB value is (197,152,184). Sum of RGB (Red+Green+Blue) = 197+152+184=533 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.96% from 533); Green value is 152 (59.77% from 255 or 28.52% from 533); Blue value is 184 (72.27% from 255 or 34.52% from 533); Max value from RGB is 197 - color contains mainly: red. Hex color #C598B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C598B8 is #3A6747. Grayscale: #A9A9A9. Windows color (decimal): -3827528 or 12097733. OLE color: 12097733.
HSL color Cylindrical-coordinate representation of color #C598B8: hue angle of 317.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 #C598B8 is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 152 | 184 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.23 |
| HSL | 317.33º | 0.28% | 0.68% | - |
| HSV(B) | 317.33º | 0.23% | 0.77% | - |
| XYZ | 42.91 | 37.79 | 50.38 | - |
| YUV | 169.1 | 136.41 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 152 | 184 | 0 | 0.23 | 0.07 | 0.23 | 317.33 | 0.28 | 0.68 |
| Hex | C5 | 98 | B8 | 0 | 17 | 7 | 17 | 13D | 1C | 44 |
| Octal | 305 | 230 | 270 | 0 | 27 | 7 | 27 | 475 | 34 | 104 |
| Binary | 11000101 | 10011000 | 10111000 | 0 | 10111 | 111 | 10111 | 100111101 | 11100 | 1000100 |
Color Harmonies of #C598B8
Complementary color
Monochromatic Colors of #C598B8
Black with #C598B8
Text Example
Text Example
White with #C598B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C598B8; }
p { color: rgb(197,152,184); }
H1.HeaderClassName
{
color: #C598B8;
}
.AnyTagClassName
{
color: #C598B8;
}
</style>
background-color css
<style>
a { background-color: #C598B8; }
a { background-color: rgb(197,152,184); }
div.DivClassName
{
background-color: #C598B8;
}
.BgClassName
{
background-color: #C598B8;
}
</style>
border-color css
<style>
span { border-color: #C598B8; }
span { border-color: rgb(197,152,184); }
td.TdClassName
{
border-color: #C598B8;
}
.TagClassName
{
border-color: #C598B8;
}
</style>