Shades of Lily #C09CAC
Tints of Lily #C09CAC
RGB
CMYK
RGB Variations
Color information
#C09CAC (or 0xC09CAC) is known color: Lily. HEX triplet: C0, 9C and AC. RGB value is (192,156,172). Sum of RGB (Red+Green+Blue) = 192+156+172=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 156 (61.33% from 255 or 30% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 192 - color contains mainly: red. Hex color #C09CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09CAC is #3F6353. Grayscale: #A8A8A8. Windows color (decimal): -4154196 or 11312320. OLE color: 11312320.
HSL color Cylindrical-coordinate representation of color #C09CAC: hue angle of 333.33º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C09CAC is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 156 | 172 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.25 |
| HSL | 333.33º | 0.22% | 0.68% | - |
| HSV(B) | 333.33º | 0.19% | 0.75% | - |
| XYZ | 41.07 | 37.96 | 44.19 | - |
| YUV | 168.59 | 129.93 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 156 | 172 | 0 | 0.19 | 0.10 | 0.25 | 333.33 | 0.22 | 0.68 |
| Hex | C0 | 9C | AC | 0 | 13 | A | 19 | 14D | 16 | 44 |
| Octal | 300 | 234 | 254 | 0 | 23 | 12 | 31 | 515 | 26 | 104 |
| Binary | 11000000 | 10011100 | 10101100 | 0 | 10011 | 1010 | 11001 | 101001101 | 10110 | 1000100 |
Color Harmonies of #C09CAC
Complementary color
Monochromatic Colors of #C09CAC
Black with #C09CAC
Text Example
Text Example
White with #C09CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09CAC; }
p { color: rgb(192,156,172); }
H1.HeaderClassName
{
color: #C09CAC;
}
.AnyTagClassName
{
color: #C09CAC;
}
</style>
background-color css
<style>
a { background-color: #C09CAC; }
a { background-color: rgb(192,156,172); }
div.DivClassName
{
background-color: #C09CAC;
}
.BgClassName
{
background-color: #C09CAC;
}
</style>
border-color css
<style>
span { border-color: #C09CAC; }
span { border-color: rgb(192,156,172); }
td.TdClassName
{
border-color: #C09CAC;
}
.TagClassName
{
border-color: #C09CAC;
}
</style>