Shades of Lily #C598BC
Tints of Lily #C598BC
RGB
CMYK
RGB Variations
Color information
#C598BC (or 0xC598BC) is known color: Lily. HEX triplet: C5, 98 and BC. RGB value is (197,152,188). Sum of RGB (Red+Green+Blue) = 197+152+188=537 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.69% from 537); Green value is 152 (59.77% from 255 or 28.31% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 197 - color contains mainly: red. Hex color #C598BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C598BC is #3A6743. Grayscale: #A9A9A9. Windows color (decimal): -3827524 or 12359877. OLE color: 12359877.
HSL color Cylindrical-coordinate representation of color #C598BC: hue angle of 312º 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 #C598BC is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 152 | 188 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.23 |
| HSL | 312º | 0.28% | 0.68% | - |
| HSV(B) | 312º | 0.23% | 0.77% | - |
| XYZ | 43.33 | 37.96 | 52.62 | - |
| YUV | 169.56 | 138.41 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 152 | 188 | 0 | 0.23 | 0.05 | 0.23 | 312 | 0.28 | 0.68 |
| Hex | C5 | 98 | BC | 0 | 17 | 5 | 17 | 138 | 1C | 44 |
| Octal | 305 | 230 | 274 | 0 | 27 | 5 | 27 | 470 | 34 | 104 |
| Binary | 11000101 | 10011000 | 10111100 | 0 | 10111 | 101 | 10111 | 100111000 | 11100 | 1000100 |
Color Harmonies of #C598BC
Complementary color
Monochromatic Colors of #C598BC
Black with #C598BC
Text Example
Text Example
White with #C598BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C598BC; }
p { color: rgb(197,152,188); }
H1.HeaderClassName
{
color: #C598BC;
}
.AnyTagClassName
{
color: #C598BC;
}
</style>
background-color css
<style>
a { background-color: #C598BC; }
a { background-color: rgb(197,152,188); }
div.DivClassName
{
background-color: #C598BC;
}
.BgClassName
{
background-color: #C598BC;
}
</style>
border-color css
<style>
span { border-color: #C598BC; }
span { border-color: rgb(197,152,188); }
td.TdClassName
{
border-color: #C598BC;
}
.TagClassName
{
border-color: #C598BC;
}
</style>