Shades of Lily #C490B3
Tints of Lily #C490B3
RGB
CMYK
RGB Variations
Color information
#C490B3 (or 0xC490B3) is known color: Lily. HEX triplet: C4, 90 and B3. RGB value is (196,144,179). Sum of RGB (Red+Green+Blue) = 196+144+179=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 144 (56.64% from 255 or 27.75% from 519); Blue value is 179 (70.31% from 255 or 34.49% from 519); Max value from RGB is 196 - color contains mainly: red. Hex color #C490B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C490B3 is #3B6F4C. Grayscale: #A3A3A3. Windows color (decimal): -3895117 or 11768004. OLE color: 11768004.
HSL color Cylindrical-coordinate representation of color #C490B3: hue angle of 319.62º 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 #C490B3 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 144 | 179 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.23 |
| HSL | 319.62º | 0.31% | 0.67% | - |
| HSV(B) | 319.62º | 0.27% | 0.77% | - |
| XYZ | 40.87 | 34.94 | 47.24 | - |
| YUV | 163.54 | 136.73 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 144 | 179 | 0 | 0.27 | 0.09 | 0.23 | 319.62 | 0.31 | 0.67 |
| Hex | C4 | 90 | B3 | 0 | 1B | 9 | 17 | 140 | 1F | 43 |
| Octal | 304 | 220 | 263 | 0 | 33 | 11 | 27 | 500 | 37 | 103 |
| Binary | 11000100 | 10010000 | 10110011 | 0 | 11011 | 1001 | 10111 | 101000000 | 11111 | 1000011 |
Color Harmonies of #C490B3
Complementary color
Monochromatic Colors of #C490B3
Black with #C490B3
Text Example
Text Example
White with #C490B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C490B3; }
p { color: rgb(196,144,179); }
H1.HeaderClassName
{
color: #C490B3;
}
.AnyTagClassName
{
color: #C490B3;
}
</style>
background-color css
<style>
a { background-color: #C490B3; }
a { background-color: rgb(196,144,179); }
div.DivClassName
{
background-color: #C490B3;
}
.BgClassName
{
background-color: #C490B3;
}
</style>
border-color css
<style>
span { border-color: #C490B3; }
span { border-color: rgb(196,144,179); }
td.TdClassName
{
border-color: #C490B3;
}
.TagClassName
{
border-color: #C490B3;
}
</style>