Shades of Lily #C490AF
Tints of Lily #C490AF
RGB
CMYK
RGB Variations
Color information
#C490AF (or 0xC490AF) is known color: Lily. HEX triplet: C4, 90 and AF. RGB value is (196,144,175). Sum of RGB (Red+Green+Blue) = 196+144+175=515 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.06% from 515); Green value is 144 (56.64% from 255 or 27.96% from 515); Blue value is 175 (68.75% from 255 or 33.98% from 515); Max value from RGB is 196 - color contains mainly: red. Hex color #C490AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C490AF is #3B6F50. Grayscale: #A3A3A3. Windows color (decimal): -3895121 or 11505860. OLE color: 11505860.
HSL color Cylindrical-coordinate representation of color #C490AF: hue angle of 324.23º 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 #C490AF is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 144 | 175 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.23 |
| HSL | 324.23º | 0.31% | 0.67% | - |
| HSV(B) | 324.23º | 0.27% | 0.77% | - |
| XYZ | 40.48 | 34.78 | 45.14 | - |
| YUV | 163.08 | 134.73 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 144 | 175 | 0 | 0.27 | 0.11 | 0.23 | 324.23 | 0.31 | 0.67 |
| Hex | C4 | 90 | AF | 0 | 1B | B | 17 | 144 | 1F | 43 |
| Octal | 304 | 220 | 257 | 0 | 33 | 13 | 27 | 504 | 37 | 103 |
| Binary | 11000100 | 10010000 | 10101111 | 0 | 11011 | 1011 | 10111 | 101000100 | 11111 | 1000011 |
Color Harmonies of #C490AF
Complementary color
Monochromatic Colors of #C490AF
Black with #C490AF
Text Example
Text Example
White with #C490AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C490AF; }
p { color: rgb(196,144,175); }
H1.HeaderClassName
{
color: #C490AF;
}
.AnyTagClassName
{
color: #C490AF;
}
</style>
background-color css
<style>
a { background-color: #C490AF; }
a { background-color: rgb(196,144,175); }
div.DivClassName
{
background-color: #C490AF;
}
.BgClassName
{
background-color: #C490AF;
}
</style>
border-color css
<style>
span { border-color: #C490AF; }
span { border-color: rgb(196,144,175); }
td.TdClassName
{
border-color: #C490AF;
}
.TagClassName
{
border-color: #C490AF;
}
</style>