Shades of Lily #C0A2BA
Tints of Lily #C0A2BA
RGB
CMYK
RGB Variations
Color information
#C0A2BA (or 0xC0A2BA) is known color: Lily. HEX triplet: C0, A2 and BA. RGB value is (192,162,186). Sum of RGB (Red+Green+Blue) = 192+162+186=540 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.56% from 540); Green value is 162 (63.67% from 255 or 30% from 540); Blue value is 186 (73.05% from 255 or 34.44% from 540); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A2BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A2BA is #3F5D45. Grayscale: #ADADAD. Windows color (decimal): -4152646 or 12231360. OLE color: 12231360.
HSL color Cylindrical-coordinate representation of color #C0A2BA: hue angle of 312º 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 #C0A2BA is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 162 | 186 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.25 |
| HSL | 312º | 0.19% | 0.69% | - |
| HSV(B) | 312º | 0.16% | 0.75% | - |
| XYZ | 43.52 | 40.59 | 52 | - |
| YUV | 173.71 | 134.94 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 162 | 186 | 0 | 0.16 | 0.03 | 0.25 | 312 | 0.19 | 0.69 |
| Hex | C0 | A2 | BA | 0 | 10 | 3 | 19 | 138 | 13 | 45 |
| Octal | 300 | 242 | 272 | 0 | 20 | 3 | 31 | 470 | 23 | 105 |
| Binary | 11000000 | 10100010 | 10111010 | 0 | 10000 | 11 | 11001 | 100111000 | 10011 | 1000101 |
Color Harmonies of #C0A2BA
Complementary color
Monochromatic Colors of #C0A2BA
Black with #C0A2BA
Text Example
Text Example
White with #C0A2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A2BA; }
p { color: rgb(192,162,186); }
H1.HeaderClassName
{
color: #C0A2BA;
}
.AnyTagClassName
{
color: #C0A2BA;
}
</style>
background-color css
<style>
a { background-color: #C0A2BA; }
a { background-color: rgb(192,162,186); }
div.DivClassName
{
background-color: #C0A2BA;
}
.BgClassName
{
background-color: #C0A2BA;
}
</style>
border-color css
<style>
span { border-color: #C0A2BA; }
span { border-color: rgb(192,162,186); }
td.TdClassName
{
border-color: #C0A2BA;
}
.TagClassName
{
border-color: #C0A2BA;
}
</style>