Shades of Lily #C08AAA
Tints of Lily #C08AAA
RGB
CMYK
RGB Variations
Color information
#C08AAA (or 0xC08AAA) is known color: Lily. HEX triplet: C0, 8A and AA. RGB value is (192,138,170). Sum of RGB (Red+Green+Blue) = 192+138+170=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 138 (54.30% from 255 or 27.6% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 192 - color contains mainly: red. Hex color #C08AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08AAA is #3F7555. Grayscale: #9D9D9D. Windows color (decimal): -4158806 or 11176640. OLE color: 11176640.
HSL color Cylindrical-coordinate representation of color #C08AAA: hue angle of 324.44º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C08AAA is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 138 | 170 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.25 |
| HSL | 324.44º | 0.3% | 0.65% | - |
| HSV(B) | 324.44º | 0.28% | 0.75% | - |
| XYZ | 38.08 | 32.29 | 42.25 | - |
| YUV | 157.79 | 134.89 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 138 | 170 | 0 | 0.28 | 0.11 | 0.25 | 324.44 | 0.3 | 0.65 |
| Hex | C0 | 8A | AA | 0 | 1C | B | 19 | 144 | 1E | 41 |
| Octal | 300 | 212 | 252 | 0 | 34 | 13 | 31 | 504 | 36 | 101 |
| Binary | 11000000 | 10001010 | 10101010 | 0 | 11100 | 1011 | 11001 | 101000100 | 11110 | 1000001 |
Color Harmonies of #C08AAA
Complementary color
Monochromatic Colors of #C08AAA
Black with #C08AAA
Text Example
Text Example
White with #C08AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08AAA; }
p { color: rgb(192,138,170); }
H1.HeaderClassName
{
color: #C08AAA;
}
.AnyTagClassName
{
color: #C08AAA;
}
</style>
background-color css
<style>
a { background-color: #C08AAA; }
a { background-color: rgb(192,138,170); }
div.DivClassName
{
background-color: #C08AAA;
}
.BgClassName
{
background-color: #C08AAA;
}
</style>
border-color css
<style>
span { border-color: #C08AAA; }
span { border-color: rgb(192,138,170); }
td.TdClassName
{
border-color: #C08AAA;
}
.TagClassName
{
border-color: #C08AAA;
}
</style>