Shades of Lily #C492BA
Tints of Lily #C492BA
RGB
CMYK
RGB Variations
Color information
#C492BA (or 0xC492BA) is known color: Lily. HEX triplet: C4, 92 and BA. RGB value is (196,146,186). Sum of RGB (Red+Green+Blue) = 196+146+186=528 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.12% from 528); Green value is 146 (57.42% from 255 or 27.65% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 196 - color contains mainly: red. Hex color #C492BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C492BA is #3B6D45. Grayscale: #A5A5A5. Windows color (decimal): -3894598 or 12227268. OLE color: 12227268.
HSL color Cylindrical-coordinate representation of color #C492BA: hue angle of 312º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C492BA is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 146 | 186 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.23 |
| HSL | 312º | 0.3% | 0.67% | - |
| HSV(B) | 312º | 0.26% | 0.77% | - |
| XYZ | 41.91 | 35.84 | 51.16 | - |
| YUV | 165.51 | 139.57 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 146 | 186 | 0 | 0.26 | 0.05 | 0.23 | 312 | 0.3 | 0.67 |
| Hex | C4 | 92 | BA | 0 | 1A | 5 | 17 | 138 | 1E | 43 |
| Octal | 304 | 222 | 272 | 0 | 32 | 5 | 27 | 470 | 36 | 103 |
| Binary | 11000100 | 10010010 | 10111010 | 0 | 11010 | 101 | 10111 | 100111000 | 11110 | 1000011 |
Color Harmonies of #C492BA
Complementary color
Monochromatic Colors of #C492BA
Black with #C492BA
Text Example
Text Example
White with #C492BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C492BA; }
p { color: rgb(196,146,186); }
H1.HeaderClassName
{
color: #C492BA;
}
.AnyTagClassName
{
color: #C492BA;
}
</style>
background-color css
<style>
a { background-color: #C492BA; }
a { background-color: rgb(196,146,186); }
div.DivClassName
{
background-color: #C492BA;
}
.BgClassName
{
background-color: #C492BA;
}
</style>
border-color css
<style>
span { border-color: #C492BA; }
span { border-color: rgb(196,146,186); }
td.TdClassName
{
border-color: #C492BA;
}
.TagClassName
{
border-color: #C492BA;
}
</style>