Shades of Lily #C498B4
Tints of Lily #C498B4
RGB
CMYK
RGB Variations
Color information
#C498B4 (or 0xC498B4) is known color: Lily. HEX triplet: C4, 98 and B4. RGB value is (196,152,180). Sum of RGB (Red+Green+Blue) = 196+152+180=528 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.12% from 528); Green value is 152 (59.77% from 255 or 28.79% from 528); Blue value is 180 (70.70% from 255 or 34.09% from 528); Max value from RGB is 196 - color contains mainly: red. Hex color #C498B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C498B4 is #3B674B. Grayscale: #A8A8A8. Windows color (decimal): -3893068 or 11835588. OLE color: 11835588.
HSL color Cylindrical-coordinate representation of color #C498B4: hue angle of 321.82º 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 #C498B4 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 152 | 180 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.23 |
| HSL | 321.82º | 0.27% | 0.68% | - |
| HSV(B) | 321.82º | 0.22% | 0.77% | - |
| XYZ | 42.23 | 37.49 | 48.19 | - |
| YUV | 168.35 | 134.58 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 152 | 180 | 0 | 0.22 | 0.08 | 0.23 | 321.82 | 0.27 | 0.68 |
| Hex | C4 | 98 | B4 | 0 | 16 | 8 | 17 | 142 | 1B | 44 |
| Octal | 304 | 230 | 264 | 0 | 26 | 10 | 27 | 502 | 33 | 104 |
| Binary | 11000100 | 10011000 | 10110100 | 0 | 10110 | 1000 | 10111 | 101000010 | 11011 | 1000100 |
Color Harmonies of #C498B4
Complementary color
Monochromatic Colors of #C498B4
Black with #C498B4
Text Example
Text Example
White with #C498B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C498B4; }
p { color: rgb(196,152,180); }
H1.HeaderClassName
{
color: #C498B4;
}
.AnyTagClassName
{
color: #C498B4;
}
</style>
background-color css
<style>
a { background-color: #C498B4; }
a { background-color: rgb(196,152,180); }
div.DivClassName
{
background-color: #C498B4;
}
.BgClassName
{
background-color: #C498B4;
}
</style>
border-color css
<style>
span { border-color: #C498B4; }
span { border-color: rgb(196,152,180); }
td.TdClassName
{
border-color: #C498B4;
}
.TagClassName
{
border-color: #C498B4;
}
</style>