Shades of Lily #C490AD
Tints of Lily #C490AD
RGB
CMYK
RGB Variations
Color information
#C490AD (or 0xC490AD) is known color: Lily. HEX triplet: C4, 90 and AD. RGB value is (196,144,173). Sum of RGB (Red+Green+Blue) = 196+144+173=513 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.21% from 513); Green value is 144 (56.64% from 255 or 28.07% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 196 - color contains mainly: red. Hex color #C490AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C490AD is #3B6F52. Grayscale: #A2A2A2. Windows color (decimal): -3895123 or 11374788. OLE color: 11374788.
HSL color Cylindrical-coordinate representation of color #C490AD: hue angle of 326.54º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C490AD is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 144 | 173 | - |
| CMYK | 0 | 0.27 | 0.12 | 0.23 |
| HSL | 326.54º | 0.31% | 0.67% | - |
| HSV(B) | 326.54º | 0.27% | 0.77% | - |
| XYZ | 40.28 | 34.7 | 44.11 | - |
| YUV | 162.85 | 133.73 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 144 | 173 | 0 | 0.27 | 0.12 | 0.23 | 326.54 | 0.31 | 0.67 |
| Hex | C4 | 90 | AD | 0 | 1B | C | 17 | 147 | 1F | 43 |
| Octal | 304 | 220 | 255 | 0 | 33 | 14 | 27 | 507 | 37 | 103 |
| Binary | 11000100 | 10010000 | 10101101 | 0 | 11011 | 1100 | 10111 | 101000111 | 11111 | 1000011 |
Color Harmonies of #C490AD
Complementary color
Monochromatic Colors of #C490AD
Black with #C490AD
Text Example
Text Example
White with #C490AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C490AD; }
p { color: rgb(196,144,173); }
H1.HeaderClassName
{
color: #C490AD;
}
.AnyTagClassName
{
color: #C490AD;
}
</style>
background-color css
<style>
a { background-color: #C490AD; }
a { background-color: rgb(196,144,173); }
div.DivClassName
{
background-color: #C490AD;
}
.BgClassName
{
background-color: #C490AD;
}
</style>
border-color css
<style>
span { border-color: #C490AD; }
span { border-color: rgb(196,144,173); }
td.TdClassName
{
border-color: #C490AD;
}
.TagClassName
{
border-color: #C490AD;
}
</style>