Shades of Lilac #C7A1C0
Tints of Lilac #C7A1C0
RGB
CMYK
RGB Variations
Color information
#C7A1C0 (or 0xC7A1C0) is known color: Lilac. HEX triplet: C7, A1 and C0. RGB value is (199,161,192). Sum of RGB (Red+Green+Blue) = 199+161+192=552 (73% of max value = 765). Red value is 199 (78.12% from 255 or 36.05% from 552); Green value is 161 (63.28% from 255 or 29.17% from 552); Blue value is 192 (75.39% from 255 or 34.78% from 552); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A1C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A1C0 is #385E3F. Grayscale: #AFAFAF. Windows color (decimal): -3694144 or 12624327. OLE color: 12624327.
HSL color Cylindrical-coordinate representation of color #C7A1C0: hue angle of 311.05º degrees, saturation: 0.25, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C7A1C0 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 161 | 192 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.22 |
| HSL | 311.05º | 0.25% | 0.71% | - |
| HSV(B) | 311.05º | 0.19% | 0.78% | - |
| XYZ | 45.81 | 41.44 | 55.45 | - |
| YUV | 175.9 | 137.09 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 161 | 192 | 0 | 0.19 | 0.04 | 0.22 | 311.05 | 0.25 | 0.71 |
| Hex | C7 | A1 | C0 | 0 | 13 | 4 | 16 | 137 | 19 | 47 |
| Octal | 307 | 241 | 300 | 0 | 23 | 4 | 26 | 467 | 31 | 107 |
| Binary | 11000111 | 10100001 | 11000000 | 0 | 10011 | 100 | 10110 | 100110111 | 11001 | 1000111 |
Color Harmonies of #C7A1C0
Complementary color
Monochromatic Colors of #C7A1C0
Black with #C7A1C0
Text Example
Text Example
White with #C7A1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A1C0; }
p { color: rgb(199,161,192); }
H1.HeaderClassName
{
color: #C7A1C0;
}
.AnyTagClassName
{
color: #C7A1C0;
}
</style>
background-color css
<style>
a { background-color: #C7A1C0; }
a { background-color: rgb(199,161,192); }
div.DivClassName
{
background-color: #C7A1C0;
}
.BgClassName
{
background-color: #C7A1C0;
}
</style>
border-color css
<style>
span { border-color: #C7A1C0; }
span { border-color: rgb(199,161,192); }
td.TdClassName
{
border-color: #C7A1C0;
}
.TagClassName
{
border-color: #C7A1C0;
}
</style>