Shades of Lily #C490AA
Tints of Lily #C490AA
RGB
CMYK
RGB Variations
Color information
#C490AA (or 0xC490AA) is known color: Lily. HEX triplet: C4, 90 and AA. RGB value is (196,144,170). Sum of RGB (Red+Green+Blue) = 196+144+170=510 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.43% from 510); Green value is 144 (56.64% from 255 or 28.24% from 510); Blue value is 170 (66.80% from 255 or 33.33% from 510); Max value from RGB is 196 - color contains mainly: red. Hex color #C490AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C490AA is #3B6F55. Grayscale: #A2A2A2. Windows color (decimal): -3895126 or 11178180. OLE color: 11178180.
HSL color Cylindrical-coordinate representation of color #C490AA: hue angle of 330º 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 #C490AA is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 144 | 170 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.23 |
| HSL | 330º | 0.31% | 0.67% | - |
| HSV(B) | 330º | 0.27% | 0.77% | - |
| XYZ | 39.99 | 34.58 | 42.6 | - |
| YUV | 162.51 | 132.23 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 144 | 170 | 0 | 0.27 | 0.13 | 0.23 | 330 | 0.31 | 0.67 |
| Hex | C4 | 90 | AA | 0 | 1B | D | 17 | 14A | 1F | 43 |
| Octal | 304 | 220 | 252 | 0 | 33 | 15 | 27 | 512 | 37 | 103 |
| Binary | 11000100 | 10010000 | 10101010 | 0 | 11011 | 1101 | 10111 | 101001010 | 11111 | 1000011 |
Color Harmonies of #C490AA
Complementary color
Monochromatic Colors of #C490AA
Black with #C490AA
Text Example
Text Example
White with #C490AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C490AA; }
p { color: rgb(196,144,170); }
H1.HeaderClassName
{
color: #C490AA;
}
.AnyTagClassName
{
color: #C490AA;
}
</style>
background-color css
<style>
a { background-color: #C490AA; }
a { background-color: rgb(196,144,170); }
div.DivClassName
{
background-color: #C490AA;
}
.BgClassName
{
background-color: #C490AA;
}
</style>
border-color css
<style>
span { border-color: #C490AA; }
span { border-color: rgb(196,144,170); }
td.TdClassName
{
border-color: #C490AA;
}
.TagClassName
{
border-color: #C490AA;
}
</style>