Shades of Lily #C08CAA
Tints of Lily #C08CAA
RGB
CMYK
RGB Variations
Color information
#C08CAA (or 0xC08CAA) is known color: Lily. HEX triplet: C0, 8C and AA. RGB value is (192,140,170). Sum of RGB (Red+Green+Blue) = 192+140+170=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 140 (55.08% from 255 or 27.89% from 502); Blue value is 170 (66.80% from 255 or 33.86% from 502); Max value from RGB is 192 - color contains mainly: red. Hex color #C08CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08CAA is #3F7355. Grayscale: #9E9E9E. Windows color (decimal): -4158294 or 11177152. OLE color: 11177152.
HSL color Cylindrical-coordinate representation of color #C08CAA: hue angle of 325.38º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C08CAA is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 140 | 170 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.25 |
| HSL | 325.38º | 0.29% | 0.65% | - |
| HSV(B) | 325.38º | 0.27% | 0.75% | - |
| XYZ | 38.37 | 32.86 | 42.35 | - |
| YUV | 158.97 | 134.23 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 140 | 170 | 0 | 0.27 | 0.11 | 0.25 | 325.38 | 0.29 | 0.65 |
| Hex | C0 | 8C | AA | 0 | 1B | B | 19 | 145 | 1D | 41 |
| Octal | 300 | 214 | 252 | 0 | 33 | 13 | 31 | 505 | 35 | 101 |
| Binary | 11000000 | 10001100 | 10101010 | 0 | 11011 | 1011 | 11001 | 101000101 | 11101 | 1000001 |
Color Harmonies of #C08CAA
Complementary color
Monochromatic Colors of #C08CAA
Black with #C08CAA
Text Example
Text Example
White with #C08CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08CAA; }
p { color: rgb(192,140,170); }
H1.HeaderClassName
{
color: #C08CAA;
}
.AnyTagClassName
{
color: #C08CAA;
}
</style>
background-color css
<style>
a { background-color: #C08CAA; }
a { background-color: rgb(192,140,170); }
div.DivClassName
{
background-color: #C08CAA;
}
.BgClassName
{
background-color: #C08CAA;
}
</style>
border-color css
<style>
span { border-color: #C08CAA; }
span { border-color: rgb(192,140,170); }
td.TdClassName
{
border-color: #C08CAA;
}
.TagClassName
{
border-color: #C08CAA;
}
</style>