Shades of Lilac #C0A6BC
Tints of Lilac #C0A6BC
RGB
CMYK
RGB Variations
Color information
#C0A6BC (or 0xC0A6BC) is known color: Lilac. HEX triplet: C0, A6 and BC. RGB value is (192,166,188). Sum of RGB (Red+Green+Blue) = 192+166+188=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 166 (65.23% from 255 or 30.40% from 546); Blue value is 188 (73.83% from 255 or 34.43% from 546); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A6BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A6BC is #3F5943. Grayscale: #B0B0B0. Windows color (decimal): -4151620 or 12363456. OLE color: 12363456.
HSL color Cylindrical-coordinate representation of color #C0A6BC: hue angle of 309.23º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0A6BC is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 166 | 188 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.25 |
| HSL | 309.23º | 0.17% | 0.7% | - |
| HSV(B) | 309.23º | 0.14% | 0.75% | - |
| XYZ | 44.45 | 42.11 | 53.36 | - |
| YUV | 176.28 | 134.61 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 166 | 188 | 0 | 0.14 | 0.02 | 0.25 | 309.23 | 0.17 | 0.7 |
| Hex | C0 | A6 | BC | 0 | E | 2 | 19 | 135 | 11 | 46 |
| Octal | 300 | 246 | 274 | 0 | 16 | 2 | 31 | 465 | 21 | 106 |
| Binary | 11000000 | 10100110 | 10111100 | 0 | 1110 | 10 | 11001 | 100110101 | 10001 | 1000110 |
Color Harmonies of #C0A6BC
Complementary color
Monochromatic Colors of #C0A6BC
Black with #C0A6BC
Text Example
Text Example
White with #C0A6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A6BC; }
p { color: rgb(192,166,188); }
H1.HeaderClassName
{
color: #C0A6BC;
}
.AnyTagClassName
{
color: #C0A6BC;
}
</style>
background-color css
<style>
a { background-color: #C0A6BC; }
a { background-color: rgb(192,166,188); }
div.DivClassName
{
background-color: #C0A6BC;
}
.BgClassName
{
background-color: #C0A6BC;
}
</style>
border-color css
<style>
span { border-color: #C0A6BC; }
span { border-color: rgb(192,166,188); }
td.TdClassName
{
border-color: #C0A6BC;
}
.TagClassName
{
border-color: #C0A6BC;
}
</style>