Shades of Lily #C0A1AD
Tints of Lily #C0A1AD
RGB
CMYK
RGB Variations
Color information
#C0A1AD (or 0xC0A1AD) is known color: Lily. HEX triplet: C0, A1 and AD. RGB value is (192,161,173). Sum of RGB (Red+Green+Blue) = 192+161+173=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 161 (63.28% from 255 or 30.61% from 526); Blue value is 173 (67.97% from 255 or 32.89% from 526); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A1AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A1AD is #3F5E52. Grayscale: #ABABAB. Windows color (decimal): -4152915 or 11379136. OLE color: 11379136.
HSL color Cylindrical-coordinate representation of color #C0A1AD: hue angle of 336.77º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C0A1AD is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 161 | 173 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.25 |
| HSL | 336.77º | 0.2% | 0.69% | - |
| HSV(B) | 336.77º | 0.16% | 0.75% | - |
| XYZ | 42.03 | 39.71 | 44.99 | - |
| YUV | 171.64 | 128.77 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 161 | 173 | 0 | 0.16 | 0.10 | 0.25 | 336.77 | 0.2 | 0.69 |
| Hex | C0 | A1 | AD | 0 | 10 | A | 19 | 151 | 14 | 45 |
| Octal | 300 | 241 | 255 | 0 | 20 | 12 | 31 | 521 | 24 | 105 |
| Binary | 11000000 | 10100001 | 10101101 | 0 | 10000 | 1010 | 11001 | 101010001 | 10100 | 1000101 |
Color Harmonies of #C0A1AD
Complementary color
Monochromatic Colors of #C0A1AD
Black with #C0A1AD
Text Example
Text Example
White with #C0A1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A1AD; }
p { color: rgb(192,161,173); }
H1.HeaderClassName
{
color: #C0A1AD;
}
.AnyTagClassName
{
color: #C0A1AD;
}
</style>
background-color css
<style>
a { background-color: #C0A1AD; }
a { background-color: rgb(192,161,173); }
div.DivClassName
{
background-color: #C0A1AD;
}
.BgClassName
{
background-color: #C0A1AD;
}
</style>
border-color css
<style>
span { border-color: #C0A1AD; }
span { border-color: rgb(192,161,173); }
td.TdClassName
{
border-color: #C0A1AD;
}
.TagClassName
{
border-color: #C0A1AD;
}
</style>