Shades of Lily #C094AC
Tints of Lily #C094AC
RGB
CMYK
RGB Variations
Color information
#C094AC (or 0xC094AC) is known color: Lily. HEX triplet: C0, 94 and AC. RGB value is (192,148,172). Sum of RGB (Red+Green+Blue) = 192+148+172=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 148 (58.20% from 255 or 28.91% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 192 - color contains mainly: red. Hex color #C094AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C094AC is #3F6B53. Grayscale: #A3A3A3. Windows color (decimal): -4156244 or 11310272. OLE color: 11310272.
HSL color Cylindrical-coordinate representation of color #C094AC: hue angle of 327.27º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C094AC is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 148 | 172 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.25 |
| HSL | 327.27º | 0.26% | 0.67% | - |
| HSV(B) | 327.27º | 0.23% | 0.75% | - |
| XYZ | 39.77 | 35.36 | 43.76 | - |
| YUV | 163.89 | 132.58 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 148 | 172 | 0 | 0.23 | 0.10 | 0.25 | 327.27 | 0.26 | 0.67 |
| Hex | C0 | 94 | AC | 0 | 17 | A | 19 | 147 | 1A | 43 |
| Octal | 300 | 224 | 254 | 0 | 27 | 12 | 31 | 507 | 32 | 103 |
| Binary | 11000000 | 10010100 | 10101100 | 0 | 10111 | 1010 | 11001 | 101000111 | 11010 | 1000011 |
Color Harmonies of #C094AC
Complementary color
Monochromatic Colors of #C094AC
Black with #C094AC
Text Example
Text Example
White with #C094AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C094AC; }
p { color: rgb(192,148,172); }
H1.HeaderClassName
{
color: #C094AC;
}
.AnyTagClassName
{
color: #C094AC;
}
</style>
background-color css
<style>
a { background-color: #C094AC; }
a { background-color: rgb(192,148,172); }
div.DivClassName
{
background-color: #C094AC;
}
.BgClassName
{
background-color: #C094AC;
}
</style>
border-color css
<style>
span { border-color: #C094AC; }
span { border-color: rgb(192,148,172); }
td.TdClassName
{
border-color: #C094AC;
}
.TagClassName
{
border-color: #C094AC;
}
</style>