Shades of Lily #C09AAC
Tints of Lily #C09AAC
RGB
CMYK
RGB Variations
Color information
#C09AAC (or 0xC09AAC) is known color: Lily. HEX triplet: C0, 9A and AC. RGB value is (192,154,172). Sum of RGB (Red+Green+Blue) = 192+154+172=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 154 (60.55% from 255 or 29.73% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 192 - color contains mainly: red. Hex color #C09AAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09AAC is #3F6553. Grayscale: #A7A7A7. Windows color (decimal): -4154708 or 11311808. OLE color: 11311808.
HSL color Cylindrical-coordinate representation of color #C09AAC: hue angle of 331.58º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C09AAC is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 154 | 172 | - |
| CMYK | 0 | 0.20 | 0.10 | 0.25 |
| HSL | 331.58º | 0.23% | 0.68% | - |
| HSV(B) | 331.58º | 0.2% | 0.75% | - |
| XYZ | 40.74 | 37.3 | 44.08 | - |
| YUV | 167.41 | 130.59 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 172 | 0 | 0.20 | 0.10 | 0.25 | 331.58 | 0.23 | 0.68 |
| Hex | C0 | 9A | AC | 0 | 14 | A | 19 | 14C | 17 | 44 |
| Octal | 300 | 232 | 254 | 0 | 24 | 12 | 31 | 514 | 27 | 104 |
| Binary | 11000000 | 10011010 | 10101100 | 0 | 10100 | 1010 | 11001 | 101001100 | 10111 | 1000100 |
Color Harmonies of #C09AAC
Complementary color
Monochromatic Colors of #C09AAC
Black with #C09AAC
Text Example
Text Example
White with #C09AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09AAC; }
p { color: rgb(192,154,172); }
H1.HeaderClassName
{
color: #C09AAC;
}
.AnyTagClassName
{
color: #C09AAC;
}
</style>
background-color css
<style>
a { background-color: #C09AAC; }
a { background-color: rgb(192,154,172); }
div.DivClassName
{
background-color: #C09AAC;
}
.BgClassName
{
background-color: #C09AAC;
}
</style>
border-color css
<style>
span { border-color: #C09AAC; }
span { border-color: rgb(192,154,172); }
td.TdClassName
{
border-color: #C09AAC;
}
.TagClassName
{
border-color: #C09AAC;
}
</style>