Shades of Lily #C09DAC
Tints of Lily #C09DAC
RGB
CMYK
RGB Variations
Color information
#C09DAC (or 0xC09DAC) is known color: Lily. HEX triplet: C0, 9D and AC. RGB value is (192,157,172). Sum of RGB (Red+Green+Blue) = 192+157+172=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 157 (61.72% from 255 or 30.13% from 521); Blue value is 172 (67.58% from 255 or 33.01% from 521); Max value from RGB is 192 - color contains mainly: red. Hex color #C09DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09DAC is #3F6253. Grayscale: #A9A9A9. Windows color (decimal): -4153940 or 11312576. OLE color: 11312576.
HSL color Cylindrical-coordinate representation of color #C09DAC: hue angle of 334.29º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C09DAC is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 157 | 172 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.25 |
| HSL | 334.29º | 0.22% | 0.68% | - |
| HSV(B) | 334.29º | 0.18% | 0.75% | - |
| XYZ | 41.24 | 38.3 | 44.25 | - |
| YUV | 169.18 | 129.6 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 157 | 172 | 0 | 0.18 | 0.10 | 0.25 | 334.29 | 0.22 | 0.68 |
| Hex | C0 | 9D | AC | 0 | 12 | A | 19 | 14E | 16 | 44 |
| Octal | 300 | 235 | 254 | 0 | 22 | 12 | 31 | 516 | 26 | 104 |
| Binary | 11000000 | 10011101 | 10101100 | 0 | 10010 | 1010 | 11001 | 101001110 | 10110 | 1000100 |
Color Harmonies of #C09DAC
Complementary color
Monochromatic Colors of #C09DAC
Black with #C09DAC
Text Example
Text Example
White with #C09DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09DAC; }
p { color: rgb(192,157,172); }
H1.HeaderClassName
{
color: #C09DAC;
}
.AnyTagClassName
{
color: #C09DAC;
}
</style>
background-color css
<style>
a { background-color: #C09DAC; }
a { background-color: rgb(192,157,172); }
div.DivClassName
{
background-color: #C09DAC;
}
.BgClassName
{
background-color: #C09DAC;
}
</style>
border-color css
<style>
span { border-color: #C09DAC; }
span { border-color: rgb(192,157,172); }
td.TdClassName
{
border-color: #C09DAC;
}
.TagClassName
{
border-color: #C09DAC;
}
</style>