Shades of Lily #C498AC
Tints of Lily #C498AC
RGB
CMYK
RGB Variations
Color information
#C498AC (or 0xC498AC) is known color: Lily. HEX triplet: C4, 98 and AC. RGB value is (196,152,172). Sum of RGB (Red+Green+Blue) = 196+152+172=520 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.69% from 520); Green value is 152 (59.77% from 255 or 29.23% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 196 - color contains mainly: red. Hex color #C498AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C498AC is #3B6753. Grayscale: #A7A7A7. Windows color (decimal): -3893076 or 11311300. OLE color: 11311300.
HSL color Cylindrical-coordinate representation of color #C498AC: hue angle of 332.73º 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 #C498AC is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 152 | 172 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.23 |
| HSL | 332.73º | 0.27% | 0.68% | - |
| HSV(B) | 332.73º | 0.22% | 0.77% | - |
| XYZ | 41.44 | 37.17 | 44.02 | - |
| YUV | 167.44 | 130.58 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 152 | 172 | 0 | 0.22 | 0.12 | 0.23 | 332.73 | 0.27 | 0.68 |
| Hex | C4 | 98 | AC | 0 | 16 | C | 17 | 14D | 1B | 44 |
| Octal | 304 | 230 | 254 | 0 | 26 | 14 | 27 | 515 | 33 | 104 |
| Binary | 11000100 | 10011000 | 10101100 | 0 | 10110 | 1100 | 10111 | 101001101 | 11011 | 1000100 |
Color Harmonies of #C498AC
Complementary color
Monochromatic Colors of #C498AC
Black with #C498AC
Text Example
Text Example
White with #C498AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C498AC; }
p { color: rgb(196,152,172); }
H1.HeaderClassName
{
color: #C498AC;
}
.AnyTagClassName
{
color: #C498AC;
}
</style>
background-color css
<style>
a { background-color: #C498AC; }
a { background-color: rgb(196,152,172); }
div.DivClassName
{
background-color: #C498AC;
}
.BgClassName
{
background-color: #C498AC;
}
</style>
border-color css
<style>
span { border-color: #C498AC; }
span { border-color: rgb(196,152,172); }
td.TdClassName
{
border-color: #C498AC;
}
.TagClassName
{
border-color: #C498AC;
}
</style>