Shades of Lily #C0A0B6
Tints of Lily #C0A0B6
RGB
CMYK
RGB Variations
Color information
#C0A0B6 (or 0xC0A0B6) is known color: Lily. HEX triplet: C0, A0 and B6. RGB value is (192,160,182). Sum of RGB (Red+Green+Blue) = 192+160+182=534 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.96% from 534); Green value is 160 (62.89% from 255 or 29.96% from 534); Blue value is 182 (71.48% from 255 or 34.08% from 534); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A0B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A0B6 is #3F5F49. Grayscale: #ACACAC. Windows color (decimal): -4153162 or 11968704. OLE color: 11968704.
HSL color Cylindrical-coordinate representation of color #C0A0B6: hue angle of 318.75º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C0A0B6 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 160 | 182 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.25 |
| HSL | 318.75º | 0.2% | 0.69% | - |
| HSV(B) | 318.75º | 0.17% | 0.75% | - |
| XYZ | 42.75 | 39.73 | 49.67 | - |
| YUV | 172.08 | 133.6 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 160 | 182 | 0 | 0.17 | 0.05 | 0.25 | 318.75 | 0.2 | 0.69 |
| Hex | C0 | A0 | B6 | 0 | 11 | 5 | 19 | 13F | 14 | 45 |
| Octal | 300 | 240 | 266 | 0 | 21 | 5 | 31 | 477 | 24 | 105 |
| Binary | 11000000 | 10100000 | 10110110 | 0 | 10001 | 101 | 11001 | 100111111 | 10100 | 1000101 |
Color Harmonies of #C0A0B6
Complementary color
Monochromatic Colors of #C0A0B6
Black with #C0A0B6
Text Example
Text Example
White with #C0A0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A0B6; }
p { color: rgb(192,160,182); }
H1.HeaderClassName
{
color: #C0A0B6;
}
.AnyTagClassName
{
color: #C0A0B6;
}
</style>
background-color css
<style>
a { background-color: #C0A0B6; }
a { background-color: rgb(192,160,182); }
div.DivClassName
{
background-color: #C0A0B6;
}
.BgClassName
{
background-color: #C0A0B6;
}
</style>
border-color css
<style>
span { border-color: #C0A0B6; }
span { border-color: rgb(192,160,182); }
td.TdClassName
{
border-color: #C0A0B6;
}
.TagClassName
{
border-color: #C0A0B6;
}
</style>