Shades of Lily #C096AC
Tints of Lily #C096AC
RGB
CMYK
RGB Variations
Color information
#C096AC (or 0xC096AC) is known color: Lily. HEX triplet: C0, 96 and AC. RGB value is (192,150,172). Sum of RGB (Red+Green+Blue) = 192+150+172=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 150 (58.98% from 255 or 29.18% from 514); Blue value is 172 (67.58% from 255 or 33.46% from 514); Max value from RGB is 192 - color contains mainly: red. Hex color #C096AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C096AC is #3F6953. Grayscale: #A5A5A5. Windows color (decimal): -4155732 or 11310784. OLE color: 11310784.
HSL color Cylindrical-coordinate representation of color #C096AC: hue angle of 328.57º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C096AC is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 150 | 172 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.25 |
| HSL | 328.57º | 0.25% | 0.67% | - |
| HSV(B) | 328.57º | 0.22% | 0.75% | - |
| XYZ | 40.09 | 36 | 43.86 | - |
| YUV | 165.07 | 131.91 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 150 | 172 | 0 | 0.22 | 0.10 | 0.25 | 328.57 | 0.25 | 0.67 |
| Hex | C0 | 96 | AC | 0 | 16 | A | 19 | 149 | 19 | 43 |
| Octal | 300 | 226 | 254 | 0 | 26 | 12 | 31 | 511 | 31 | 103 |
| Binary | 11000000 | 10010110 | 10101100 | 0 | 10110 | 1010 | 11001 | 101001001 | 11001 | 1000011 |
Color Harmonies of #C096AC
Complementary color
Monochromatic Colors of #C096AC
Black with #C096AC
Text Example
Text Example
White with #C096AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C096AC; }
p { color: rgb(192,150,172); }
H1.HeaderClassName
{
color: #C096AC;
}
.AnyTagClassName
{
color: #C096AC;
}
</style>
background-color css
<style>
a { background-color: #C096AC; }
a { background-color: rgb(192,150,172); }
div.DivClassName
{
background-color: #C096AC;
}
.BgClassName
{
background-color: #C096AC;
}
</style>
border-color css
<style>
span { border-color: #C096AC; }
span { border-color: rgb(192,150,172); }
td.TdClassName
{
border-color: #C096AC;
}
.TagClassName
{
border-color: #C096AC;
}
</style>