Shades of Lily #C498B1
Tints of Lily #C498B1
RGB
CMYK
RGB Variations
Color information
#C498B1 (or 0xC498B1) is known color: Lily. HEX triplet: C4, 98 and B1. RGB value is (196,152,177). Sum of RGB (Red+Green+Blue) = 196+152+177=525 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.33% from 525); Green value is 152 (59.77% from 255 or 28.95% from 525); Blue value is 177 (69.53% from 255 or 33.71% from 525); Max value from RGB is 196 - color contains mainly: red. Hex color #C498B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C498B1 is #3B674E. Grayscale: #A7A7A7. Windows color (decimal): -3893071 or 11638980. OLE color: 11638980.
HSL color Cylindrical-coordinate representation of color #C498B1: hue angle of 325.91º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C498B1 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 152 | 177 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.23 |
| HSL | 325.91º | 0.27% | 0.68% | - |
| HSV(B) | 325.91º | 0.22% | 0.77% | - |
| XYZ | 41.93 | 37.37 | 46.6 | - |
| YUV | 168.01 | 133.08 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 152 | 177 | 0 | 0.22 | 0.10 | 0.23 | 325.91 | 0.27 | 0.68 |
| Hex | C4 | 98 | B1 | 0 | 16 | A | 17 | 146 | 1B | 44 |
| Octal | 304 | 230 | 261 | 0 | 26 | 12 | 27 | 506 | 33 | 104 |
| Binary | 11000100 | 10011000 | 10110001 | 0 | 10110 | 1010 | 10111 | 101000110 | 11011 | 1000100 |
Color Harmonies of #C498B1
Complementary color
Monochromatic Colors of #C498B1
Black with #C498B1
Text Example
Text Example
White with #C498B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C498B1; }
p { color: rgb(196,152,177); }
H1.HeaderClassName
{
color: #C498B1;
}
.AnyTagClassName
{
color: #C498B1;
}
</style>
background-color css
<style>
a { background-color: #C498B1; }
a { background-color: rgb(196,152,177); }
div.DivClassName
{
background-color: #C498B1;
}
.BgClassName
{
background-color: #C498B1;
}
</style>
border-color css
<style>
span { border-color: #C498B1; }
span { border-color: rgb(196,152,177); }
td.TdClassName
{
border-color: #C498B1;
}
.TagClassName
{
border-color: #C498B1;
}
</style>