Shades of Lily #C09AAA
Tints of Lily #C09AAA
RGB
CMYK
RGB Variations
Color information
#C09AAA (or 0xC09AAA) is known color: Lily. HEX triplet: C0, 9A and AA. RGB value is (192,154,170). Sum of RGB (Red+Green+Blue) = 192+154+170=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 154 (60.55% from 255 or 29.84% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 192 - color contains mainly: red. Hex color #C09AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09AAA is #3F6555. Grayscale: #A7A7A7. Windows color (decimal): -4154710 or 11180736. OLE color: 11180736.
HSL color Cylindrical-coordinate representation of color #C09AAA: hue angle of 334.74º 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 #C09AAA is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 154 | 170 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.25 |
| HSL | 334.74º | 0.23% | 0.68% | - |
| HSV(B) | 334.74º | 0.2% | 0.75% | - |
| XYZ | 40.55 | 37.22 | 43.08 | - |
| YUV | 167.19 | 129.59 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 170 | 0 | 0.20 | 0.11 | 0.25 | 334.74 | 0.23 | 0.68 |
| Hex | C0 | 9A | AA | 0 | 14 | B | 19 | 14F | 17 | 44 |
| Octal | 300 | 232 | 252 | 0 | 24 | 13 | 31 | 517 | 27 | 104 |
| Binary | 11000000 | 10011010 | 10101010 | 0 | 10100 | 1011 | 11001 | 101001111 | 10111 | 1000100 |
Color Harmonies of #C09AAA
Complementary color
Monochromatic Colors of #C09AAA
Black with #C09AAA
Text Example
Text Example
White with #C09AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09AAA; }
p { color: rgb(192,154,170); }
H1.HeaderClassName
{
color: #C09AAA;
}
.AnyTagClassName
{
color: #C09AAA;
}
</style>
background-color css
<style>
a { background-color: #C09AAA; }
a { background-color: rgb(192,154,170); }
div.DivClassName
{
background-color: #C09AAA;
}
.BgClassName
{
background-color: #C09AAA;
}
</style>
border-color css
<style>
span { border-color: #C09AAA; }
span { border-color: rgb(192,154,170); }
td.TdClassName
{
border-color: #C09AAA;
}
.TagClassName
{
border-color: #C09AAA;
}
</style>