Shades of Lily #C490B7
Tints of Lily #C490B7
RGB
CMYK
RGB Variations
Color information
#C490B7 (or 0xC490B7) is known color: Lily. HEX triplet: C4, 90 and B7. RGB value is (196,144,183). Sum of RGB (Red+Green+Blue) = 196+144+183=523 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.48% from 523); Green value is 144 (56.64% from 255 or 27.53% from 523); Blue value is 183 (71.88% from 255 or 34.99% from 523); Max value from RGB is 196 - color contains mainly: red. Hex color #C490B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C490B7 is #3B6F48. Grayscale: #A3A3A3. Windows color (decimal): -3895113 or 12030148. OLE color: 12030148.
HSL color Cylindrical-coordinate representation of color #C490B7: hue angle of 315º 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 #C490B7 is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 144 | 183 | - |
| CMYK | 0 | 0.27 | 0.07 | 0.23 |
| HSL | 315º | 0.31% | 0.67% | - |
| HSV(B) | 315º | 0.27% | 0.77% | - |
| XYZ | 41.29 | 35.1 | 49.4 | - |
| YUV | 163.99 | 138.73 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 144 | 183 | 0 | 0.27 | 0.07 | 0.23 | 315 | 0.31 | 0.67 |
| Hex | C4 | 90 | B7 | 0 | 1B | 7 | 17 | 13B | 1F | 43 |
| Octal | 304 | 220 | 267 | 0 | 33 | 7 | 27 | 473 | 37 | 103 |
| Binary | 11000100 | 10010000 | 10110111 | 0 | 11011 | 111 | 10111 | 100111011 | 11111 | 1000011 |
Color Harmonies of #C490B7
Complementary color
Monochromatic Colors of #C490B7
Black with #C490B7
Text Example
Text Example
White with #C490B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C490B7; }
p { color: rgb(196,144,183); }
H1.HeaderClassName
{
color: #C490B7;
}
.AnyTagClassName
{
color: #C490B7;
}
</style>
background-color css
<style>
a { background-color: #C490B7; }
a { background-color: rgb(196,144,183); }
div.DivClassName
{
background-color: #C490B7;
}
.BgClassName
{
background-color: #C490B7;
}
</style>
border-color css
<style>
span { border-color: #C490B7; }
span { border-color: rgb(196,144,183); }
td.TdClassName
{
border-color: #C490B7;
}
.TagClassName
{
border-color: #C490B7;
}
</style>