Shades of Lilac #C7A6C1
Tints of Lilac #C7A6C1
RGB
CMYK
RGB Variations
Color information
#C7A6C1 (or 0xC7A6C1) is known color: Lilac. HEX triplet: C7, A6 and C1. RGB value is (199,166,193). Sum of RGB (Red+Green+Blue) = 199+166+193=558 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.66% from 558); Green value is 166 (65.23% from 255 or 29.75% from 558); Blue value is 193 (75.78% from 255 or 34.59% from 558); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A6C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A6C1 is #38593E. Grayscale: #B2B2B2. Windows color (decimal): -3692863 or 12691143. OLE color: 12691143.
HSL color Cylindrical-coordinate representation of color #C7A6C1: hue angle of 310.91º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C7A6C1 is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 166 | 193 | - |
| CMYK | 0 | 0.17 | 0.03 | 0.22 |
| HSL | 310.91º | 0.23% | 0.72% | - |
| HSV(B) | 310.91º | 0.17% | 0.78% | - |
| XYZ | 46.82 | 43.26 | 56.34 | - |
| YUV | 178.95 | 135.93 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 166 | 193 | 0 | 0.17 | 0.03 | 0.22 | 310.91 | 0.23 | 0.72 |
| Hex | C7 | A6 | C1 | 0 | 11 | 3 | 16 | 137 | 17 | 48 |
| Octal | 307 | 246 | 301 | 0 | 21 | 3 | 26 | 467 | 27 | 110 |
| Binary | 11000111 | 10100110 | 11000001 | 0 | 10001 | 11 | 10110 | 100110111 | 10111 | 1001000 |
Color Harmonies of #C7A6C1
Complementary color
Monochromatic Colors of #C7A6C1
Black with #C7A6C1
Text Example
Text Example
White with #C7A6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A6C1; }
p { color: rgb(199,166,193); }
H1.HeaderClassName
{
color: #C7A6C1;
}
.AnyTagClassName
{
color: #C7A6C1;
}
</style>
background-color css
<style>
a { background-color: #C7A6C1; }
a { background-color: rgb(199,166,193); }
div.DivClassName
{
background-color: #C7A6C1;
}
.BgClassName
{
background-color: #C7A6C1;
}
</style>
border-color css
<style>
span { border-color: #C7A6C1; }
span { border-color: rgb(199,166,193); }
td.TdClassName
{
border-color: #C7A6C1;
}
.TagClassName
{
border-color: #C7A6C1;
}
</style>