Shades of Lily #C492AF
Tints of Lily #C492AF
RGB
CMYK
RGB Variations
Color information
#C492AF (or 0xC492AF) is known color: Lily. HEX triplet: C4, 92 and AF. RGB value is (196,146,175). Sum of RGB (Red+Green+Blue) = 196+146+175=517 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.91% from 517); Green value is 146 (57.42% from 255 or 28.24% from 517); Blue value is 175 (68.75% from 255 or 33.85% from 517); Max value from RGB is 196 - color contains mainly: red. Hex color #C492AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C492AF is #3B6D50. Grayscale: #A4A4A4. Windows color (decimal): -3894609 or 11506372. OLE color: 11506372.
HSL color Cylindrical-coordinate representation of color #C492AF: hue angle of 325.2º 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 #C492AF is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 146 | 175 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.23 |
| HSL | 325.2º | 0.3% | 0.67% | - |
| HSV(B) | 325.2º | 0.26% | 0.77% | - |
| XYZ | 40.78 | 35.39 | 45.24 | - |
| YUV | 164.26 | 134.07 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 146 | 175 | 0 | 0.26 | 0.11 | 0.23 | 325.2 | 0.3 | 0.67 |
| Hex | C4 | 92 | AF | 0 | 1A | B | 17 | 145 | 1E | 43 |
| Octal | 304 | 222 | 257 | 0 | 32 | 13 | 27 | 505 | 36 | 103 |
| Binary | 11000100 | 10010010 | 10101111 | 0 | 11010 | 1011 | 10111 | 101000101 | 11110 | 1000011 |
Color Harmonies of #C492AF
Complementary color
Monochromatic Colors of #C492AF
Black with #C492AF
Text Example
Text Example
White with #C492AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C492AF; }
p { color: rgb(196,146,175); }
H1.HeaderClassName
{
color: #C492AF;
}
.AnyTagClassName
{
color: #C492AF;
}
</style>
background-color css
<style>
a { background-color: #C492AF; }
a { background-color: rgb(196,146,175); }
div.DivClassName
{
background-color: #C492AF;
}
.BgClassName
{
background-color: #C492AF;
}
</style>
border-color css
<style>
span { border-color: #C492AF; }
span { border-color: rgb(196,146,175); }
td.TdClassName
{
border-color: #C492AF;
}
.TagClassName
{
border-color: #C492AF;
}
</style>