Shades of Lily #C598B5
Tints of Lily #C598B5
RGB
CMYK
RGB Variations
Color information
#C598B5 (or 0xC598B5) is known color: Lily. HEX triplet: C5, 98 and B5. RGB value is (197,152,181). Sum of RGB (Red+Green+Blue) = 197+152+181=530 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.17% from 530); Green value is 152 (59.77% from 255 or 28.68% from 530); Blue value is 181 (71.09% from 255 or 34.15% from 530); Max value from RGB is 197 - color contains mainly: red. Hex color #C598B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C598B5 is #3A674A. Grayscale: #A8A8A8. Windows color (decimal): -3827531 or 11901125. OLE color: 11901125.
HSL color Cylindrical-coordinate representation of color #C598B5: hue angle of 321.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 #C598B5 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
RGB | 197 | 152 | 181 | - |
CMYK | 0 | 0.23 | 0.08 | 0.23 |
HSL | 321.33º | 0.28% | 0.68% | - |
HSV(B) | 321.33º | 0.23% | 0.77% | - |
XYZ | 42.59 | 37.66 | 48.74 | - |
YUV | 168.76 | 134.91 | 148.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 152 | 181 | 0 | 0.23 | 0.08 | 0.23 | 321.33 | 0.28 | 0.68 |
Hex | C5 | 98 | B5 | 0 | 17 | 8 | 17 | 141 | 1C | 44 |
Octal | 305 | 230 | 265 | 0 | 27 | 10 | 27 | 501 | 34 | 104 |
Binary | 11000101 | 10011000 | 10110101 | 0 | 10111 | 1000 | 10111 | 101000001 | 11100 | 1000100 |
Color Harmonies of #C598B5
Complementary color
Monochromatic Colors of #C598B5
Black with #C598B5
Text Example
Text Example
White with #C598B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C598B5; }
p { color: rgb(197,152,181); }
H1.HeaderClassName
{
color: #C598B5;
}
.AnyTagClassName
{
color: #C598B5;
}
</style>
background-color css
<style>
a { background-color: #C598B5; }
a { background-color: rgb(197,152,181); }
div.DivClassName
{
background-color: #C598B5;
}
.BgClassName
{
background-color: #C598B5;
}
</style>
border-color css
<style>
span { border-color: #C598B5; }
span { border-color: rgb(197,152,181); }
td.TdClassName
{
border-color: #C598B5;
}
.TagClassName
{
border-color: #C598B5;
}
</style>