Shades of Lily #C0A2B9
Tints of Lily #C0A2B9
RGB
CMYK
RGB Variations
Color information
#C0A2B9 (or 0xC0A2B9) is known color: Lily. HEX triplet: C0, A2 and B9. RGB value is (192,162,185). Sum of RGB (Red+Green+Blue) = 192+162+185=539 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.62% from 539); Green value is 162 (63.67% from 255 or 30.06% from 539); Blue value is 185 (72.66% from 255 or 34.32% from 539); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A2B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A2B9 is #3F5D46. Grayscale: #ADADAD. Windows color (decimal): -4152647 or 12165824. OLE color: 12165824.
HSL color Cylindrical-coordinate representation of color #C0A2B9: hue angle of 314º degrees, saturation: 0.19, 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 #C0A2B9 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 162 | 185 | - |
| CMYK | 0 | 0.16 | 0.04 | 0.25 |
| HSL | 314º | 0.19% | 0.69% | - |
| HSV(B) | 314º | 0.16% | 0.75% | - |
| XYZ | 43.42 | 40.55 | 51.44 | - |
| YUV | 173.59 | 134.44 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 162 | 185 | 0 | 0.16 | 0.04 | 0.25 | 314 | 0.19 | 0.69 |
| Hex | C0 | A2 | B9 | 0 | 10 | 4 | 19 | 13A | 13 | 45 |
| Octal | 300 | 242 | 271 | 0 | 20 | 4 | 31 | 472 | 23 | 105 |
| Binary | 11000000 | 10100010 | 10111001 | 0 | 10000 | 100 | 11001 | 100111010 | 10011 | 1000101 |
Color Harmonies of #C0A2B9
Complementary color
Monochromatic Colors of #C0A2B9
Black with #C0A2B9
Text Example
Text Example
White with #C0A2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A2B9; }
p { color: rgb(192,162,185); }
H1.HeaderClassName
{
color: #C0A2B9;
}
.AnyTagClassName
{
color: #C0A2B9;
}
</style>
background-color css
<style>
a { background-color: #C0A2B9; }
a { background-color: rgb(192,162,185); }
div.DivClassName
{
background-color: #C0A2B9;
}
.BgClassName
{
background-color: #C0A2B9;
}
</style>
border-color css
<style>
span { border-color: #C0A2B9; }
span { border-color: rgb(192,162,185); }
td.TdClassName
{
border-color: #C0A2B9;
}
.TagClassName
{
border-color: #C0A2B9;
}
</style>