Shades of Lily #C0A4BA
Tints of Lily #C0A4BA
RGB
CMYK
RGB Variations
Color information
#C0A4BA (or 0xC0A4BA) is known color: Lily. HEX triplet: C0, A4 and BA. RGB value is (192,164,186). Sum of RGB (Red+Green+Blue) = 192+164+186=542 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.42% from 542); Green value is 164 (64.45% from 255 or 30.26% from 542); Blue value is 186 (73.05% from 255 or 34.32% from 542); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A4BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A4BA is #3F5B45. Grayscale: #AEAEAE. Windows color (decimal): -4152134 or 12231872. OLE color: 12231872.
HSL color Cylindrical-coordinate representation of color #C0A4BA: hue angle of 312.86º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0A4BA is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 164 | 186 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.25 |
| HSL | 312.86º | 0.18% | 0.7% | - |
| HSV(B) | 312.86º | 0.15% | 0.75% | - |
| XYZ | 43.88 | 41.3 | 52.11 | - |
| YUV | 174.88 | 134.28 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 164 | 186 | 0 | 0.15 | 0.03 | 0.25 | 312.86 | 0.18 | 0.7 |
| Hex | C0 | A4 | BA | 0 | F | 3 | 19 | 139 | 12 | 46 |
| Octal | 300 | 244 | 272 | 0 | 17 | 3 | 31 | 471 | 22 | 106 |
| Binary | 11000000 | 10100100 | 10111010 | 0 | 1111 | 11 | 11001 | 100111001 | 10010 | 1000110 |
Color Harmonies of #C0A4BA
Complementary color
Monochromatic Colors of #C0A4BA
Black with #C0A4BA
Text Example
Text Example
White with #C0A4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A4BA; }
p { color: rgb(192,164,186); }
H1.HeaderClassName
{
color: #C0A4BA;
}
.AnyTagClassName
{
color: #C0A4BA;
}
</style>
background-color css
<style>
a { background-color: #C0A4BA; }
a { background-color: rgb(192,164,186); }
div.DivClassName
{
background-color: #C0A4BA;
}
.BgClassName
{
background-color: #C0A4BA;
}
</style>
border-color css
<style>
span { border-color: #C0A4BA; }
span { border-color: rgb(192,164,186); }
td.TdClassName
{
border-color: #C0A4BA;
}
.TagClassName
{
border-color: #C0A4BA;
}
</style>