Shades of Lily #C490BA
Tints of Lily #C490BA
RGB
CMYK
RGB Variations
Color information
#C490BA (or 0xC490BA) is known color: Lily. HEX triplet: C4, 90 and BA. RGB value is (196,144,186). Sum of RGB (Red+Green+Blue) = 196+144+186=526 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.26% from 526); Green value is 144 (56.64% from 255 or 27.38% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 196 - color contains mainly: red. Hex color #C490BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C490BA is #3B6F45. Grayscale: #A4A4A4. Windows color (decimal): -3895110 or 12226756. OLE color: 12226756.
HSL color Cylindrical-coordinate representation of color #C490BA: hue angle of 311.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 #C490BA is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 144 | 186 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.23 |
| HSL | 311.54º | 0.31% | 0.67% | - |
| HSV(B) | 311.54º | 0.27% | 0.77% | - |
| XYZ | 41.6 | 35.23 | 51.06 | - |
| YUV | 164.34 | 140.23 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 144 | 186 | 0 | 0.27 | 0.05 | 0.23 | 311.54 | 0.31 | 0.67 |
| Hex | C4 | 90 | BA | 0 | 1B | 5 | 17 | 138 | 1F | 43 |
| Octal | 304 | 220 | 272 | 0 | 33 | 5 | 27 | 470 | 37 | 103 |
| Binary | 11000100 | 10010000 | 10111010 | 0 | 11011 | 101 | 10111 | 100111000 | 11111 | 1000011 |
Color Harmonies of #C490BA
Complementary color
Monochromatic Colors of #C490BA
Black with #C490BA
Text Example
Text Example
White with #C490BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C490BA; }
p { color: rgb(196,144,186); }
H1.HeaderClassName
{
color: #C490BA;
}
.AnyTagClassName
{
color: #C490BA;
}
</style>
background-color css
<style>
a { background-color: #C490BA; }
a { background-color: rgb(196,144,186); }
div.DivClassName
{
background-color: #C490BA;
}
.BgClassName
{
background-color: #C490BA;
}
</style>
border-color css
<style>
span { border-color: #C490BA; }
span { border-color: rgb(196,144,186); }
td.TdClassName
{
border-color: #C490BA;
}
.TagClassName
{
border-color: #C490BA;
}
</style>