Shades of Lily #C490AB
Tints of Lily #C490AB
RGB
CMYK
RGB Variations
Color information
#C490AB (or 0xC490AB) is known color: Lily. HEX triplet: C4, 90 and AB. RGB value is (196,144,171). Sum of RGB (Red+Green+Blue) = 196+144+171=511 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.36% from 511); Green value is 144 (56.64% from 255 or 28.18% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 196 - color contains mainly: red. Hex color #C490AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C490AB is #3B6F54. Grayscale: #A2A2A2. Windows color (decimal): -3895125 or 11243716. OLE color: 11243716.
HSL color Cylindrical-coordinate representation of color #C490AB: hue angle of 328.85º 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 #C490AB is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 144 | 171 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.23 |
| HSL | 328.85º | 0.31% | 0.67% | - |
| HSV(B) | 328.85º | 0.27% | 0.77% | - |
| XYZ | 40.09 | 34.62 | 43.1 | - |
| YUV | 162.63 | 132.73 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 144 | 171 | 0 | 0.27 | 0.13 | 0.23 | 328.85 | 0.31 | 0.67 |
| Hex | C4 | 90 | AB | 0 | 1B | D | 17 | 149 | 1F | 43 |
| Octal | 304 | 220 | 253 | 0 | 33 | 15 | 27 | 511 | 37 | 103 |
| Binary | 11000100 | 10010000 | 10101011 | 0 | 11011 | 1101 | 10111 | 101001001 | 11111 | 1000011 |
Color Harmonies of #C490AB
Complementary color
Monochromatic Colors of #C490AB
Black with #C490AB
Text Example
Text Example
White with #C490AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C490AB; }
p { color: rgb(196,144,171); }
H1.HeaderClassName
{
color: #C490AB;
}
.AnyTagClassName
{
color: #C490AB;
}
</style>
background-color css
<style>
a { background-color: #C490AB; }
a { background-color: rgb(196,144,171); }
div.DivClassName
{
background-color: #C490AB;
}
.BgClassName
{
background-color: #C490AB;
}
</style>
border-color css
<style>
span { border-color: #C490AB; }
span { border-color: rgb(196,144,171); }
td.TdClassName
{
border-color: #C490AB;
}
.TagClassName
{
border-color: #C490AB;
}
</style>