Shades of Lily #C494AC
Tints of Lily #C494AC
RGB
CMYK
RGB Variations
Color information
#C494AC (or 0xC494AC) is known color: Lily. HEX triplet: C4, 94 and AC. RGB value is (196,148,172). Sum of RGB (Red+Green+Blue) = 196+148+172=516 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.98% from 516); Green value is 148 (58.20% from 255 or 28.68% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 196 - color contains mainly: red. Hex color #C494AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C494AC is #3B6B53. Grayscale: #A5A5A5. Windows color (decimal): -3894100 or 11310276. OLE color: 11310276.
HSL color Cylindrical-coordinate representation of color #C494AC: hue angle of 330º 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 #C494AC is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 148 | 172 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.23 |
| HSL | 330º | 0.29% | 0.67% | - |
| HSV(B) | 330º | 0.24% | 0.77% | - |
| XYZ | 40.8 | 35.89 | 43.81 | - |
| YUV | 165.09 | 131.9 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 148 | 172 | 0 | 0.24 | 0.12 | 0.23 | 330 | 0.29 | 0.67 |
| Hex | C4 | 94 | AC | 0 | 18 | C | 17 | 14A | 1D | 43 |
| Octal | 304 | 224 | 254 | 0 | 30 | 14 | 27 | 512 | 35 | 103 |
| Binary | 11000100 | 10010100 | 10101100 | 0 | 11000 | 1100 | 10111 | 101001010 | 11101 | 1000011 |
Color Harmonies of #C494AC
Complementary color
Monochromatic Colors of #C494AC
Black with #C494AC
Text Example
Text Example
White with #C494AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C494AC; }
p { color: rgb(196,148,172); }
H1.HeaderClassName
{
color: #C494AC;
}
.AnyTagClassName
{
color: #C494AC;
}
</style>
background-color css
<style>
a { background-color: #C494AC; }
a { background-color: rgb(196,148,172); }
div.DivClassName
{
background-color: #C494AC;
}
.BgClassName
{
background-color: #C494AC;
}
</style>
border-color css
<style>
span { border-color: #C494AC; }
span { border-color: rgb(196,148,172); }
td.TdClassName
{
border-color: #C494AC;
}
.TagClassName
{
border-color: #C494AC;
}
</style>