Shades of Lily #C598B6
Tints of Lily #C598B6
RGB
CMYK
RGB Variations
Color information
#C598B6 (or 0xC598B6) is known color: Lily. HEX triplet: C5, 98 and B6. RGB value is (197,152,182). Sum of RGB (Red+Green+Blue) = 197+152+182=531 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.10% from 531); Green value is 152 (59.77% from 255 or 28.63% from 531); Blue value is 182 (71.48% from 255 or 34.27% from 531); Max value from RGB is 197 - color contains mainly: red. Hex color #C598B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C598B6 is #3A6749. Grayscale: #A8A8A8. Windows color (decimal): -3827530 or 11966661. OLE color: 11966661.
HSL color Cylindrical-coordinate representation of color #C598B6: hue angle of 320º 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 #C598B6 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 152 | 182 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.23 |
| HSL | 320º | 0.28% | 0.68% | - |
| HSV(B) | 320º | 0.23% | 0.77% | - |
| XYZ | 42.7 | 37.7 | 49.28 | - |
| YUV | 168.88 | 135.41 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 152 | 182 | 0 | 0.23 | 0.08 | 0.23 | 320 | 0.28 | 0.68 |
| Hex | C5 | 98 | B6 | 0 | 17 | 8 | 17 | 140 | 1C | 44 |
| Octal | 305 | 230 | 266 | 0 | 27 | 10 | 27 | 500 | 34 | 104 |
| Binary | 11000101 | 10011000 | 10110110 | 0 | 10111 | 1000 | 10111 | 101000000 | 11100 | 1000100 |
Color Harmonies of #C598B6
Complementary color
Monochromatic Colors of #C598B6
Black with #C598B6
Text Example
Text Example
White with #C598B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C598B6; }
p { color: rgb(197,152,182); }
H1.HeaderClassName
{
color: #C598B6;
}
.AnyTagClassName
{
color: #C598B6;
}
</style>
background-color css
<style>
a { background-color: #C598B6; }
a { background-color: rgb(197,152,182); }
div.DivClassName
{
background-color: #C598B6;
}
.BgClassName
{
background-color: #C598B6;
}
</style>
border-color css
<style>
span { border-color: #C598B6; }
span { border-color: rgb(197,152,182); }
td.TdClassName
{
border-color: #C598B6;
}
.TagClassName
{
border-color: #C598B6;
}
</style>