Shades of Lily #C494AF
Tints of Lily #C494AF
RGB
CMYK
RGB Variations
Color information
#C494AF (or 0xC494AF) is known color: Lily. HEX triplet: C4, 94 and AF. RGB value is (196,148,175). Sum of RGB (Red+Green+Blue) = 196+148+175=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 148 (58.20% from 255 or 28.52% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 196 - color contains mainly: red. Hex color #C494AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C494AF is #3B6B50. Grayscale: #A5A5A5. Windows color (decimal): -3894097 or 11506884. OLE color: 11506884.
HSL color Cylindrical-coordinate representation of color #C494AF: hue angle of 326.25º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C494AF is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 148 | 175 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.23 |
| HSL | 326.25º | 0.29% | 0.67% | - |
| HSV(B) | 326.25º | 0.24% | 0.77% | - |
| XYZ | 41.09 | 36.01 | 45.34 | - |
| YUV | 165.43 | 133.4 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 148 | 175 | 0 | 0.24 | 0.11 | 0.23 | 326.25 | 0.29 | 0.67 |
| Hex | C4 | 94 | AF | 0 | 18 | B | 17 | 146 | 1D | 43 |
| Octal | 304 | 224 | 257 | 0 | 30 | 13 | 27 | 506 | 35 | 103 |
| Binary | 11000100 | 10010100 | 10101111 | 0 | 11000 | 1011 | 10111 | 101000110 | 11101 | 1000011 |
Color Harmonies of #C494AF
Complementary color
Monochromatic Colors of #C494AF
Black with #C494AF
Text Example
Text Example
White with #C494AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C494AF; }
p { color: rgb(196,148,175); }
H1.HeaderClassName
{
color: #C494AF;
}
.AnyTagClassName
{
color: #C494AF;
}
</style>
background-color css
<style>
a { background-color: #C494AF; }
a { background-color: rgb(196,148,175); }
div.DivClassName
{
background-color: #C494AF;
}
.BgClassName
{
background-color: #C494AF;
}
</style>
border-color css
<style>
span { border-color: #C494AF; }
span { border-color: rgb(196,148,175); }
td.TdClassName
{
border-color: #C494AF;
}
.TagClassName
{
border-color: #C494AF;
}
</style>