Shades of Lily #C08DAB
Tints of Lily #C08DAB
RGB
CMYK
RGB Variations
Color information
#C08DAB (or 0xC08DAB) is known color: Lily. HEX triplet: C0, 8D and AB. RGB value is (192,141,171). Sum of RGB (Red+Green+Blue) = 192+141+171=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 141 (55.47% from 255 or 27.98% from 504); Blue value is 171 (67.19% from 255 or 33.93% from 504); Max value from RGB is 192 - color contains mainly: red. Hex color #C08DAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08DAB is #3F7254. Grayscale: #9F9F9F. Windows color (decimal): -4158037 or 11242944. OLE color: 11242944.
HSL color Cylindrical-coordinate representation of color #C08DAB: hue angle of 324.71º 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 #C08DAB is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 141 | 171 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.25 |
| HSL | 324.71º | 0.29% | 0.65% | - |
| HSV(B) | 324.71º | 0.27% | 0.75% | - |
| XYZ | 38.61 | 33.2 | 42.9 | - |
| YUV | 159.67 | 134.4 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 141 | 171 | 0 | 0.27 | 0.11 | 0.25 | 324.71 | 0.29 | 0.65 |
| Hex | C0 | 8D | AB | 0 | 1B | B | 19 | 145 | 1D | 41 |
| Octal | 300 | 215 | 253 | 0 | 33 | 13 | 31 | 505 | 35 | 101 |
| Binary | 11000000 | 10001101 | 10101011 | 0 | 11011 | 1011 | 11001 | 101000101 | 11101 | 1000001 |
Color Harmonies of #C08DAB
Complementary color
Monochromatic Colors of #C08DAB
Black with #C08DAB
Text Example
Text Example
White with #C08DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08DAB; }
p { color: rgb(192,141,171); }
H1.HeaderClassName
{
color: #C08DAB;
}
.AnyTagClassName
{
color: #C08DAB;
}
</style>
background-color css
<style>
a { background-color: #C08DAB; }
a { background-color: rgb(192,141,171); }
div.DivClassName
{
background-color: #C08DAB;
}
.BgClassName
{
background-color: #C08DAB;
}
</style>
border-color css
<style>
span { border-color: #C08DAB; }
span { border-color: rgb(192,141,171); }
td.TdClassName
{
border-color: #C08DAB;
}
.TagClassName
{
border-color: #C08DAB;
}
</style>