Shades of Lilac #C7AAC9
Tints of Lilac #C7AAC9
RGB
CMYK
RGB Variations
Color information
#C7AAC9 (or 0xC7AAC9) is known color: Lilac. HEX triplet: C7, AA and C9. RGB value is (199,170,201). Sum of RGB (Red+Green+Blue) = 199+170+201=570 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.91% from 570); Green value is 170 (66.80% from 255 or 29.82% from 570); Blue value is 201 (78.91% from 255 or 35.26% from 570); Max value from RGB is 201 - color contains mainly: blue. Hex color #C7AAC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AAC9 is #385536. Grayscale: #B6B6B6. Windows color (decimal): -3691831 or 13216455. OLE color: 13216455.
HSL color Cylindrical-coordinate representation of color #C7AAC9: hue angle of 296.13º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C7AAC9 is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 170 | 201 | - |
| CMYK | 0.01 | 0.15 | 0 | 0.21 |
| HSL | 296.13º | 0.22% | 0.73% | - |
| HSV(B) | 296.13º | 0.15% | 0.79% | - |
| XYZ | 48.47 | 45.11 | 61.41 | - |
| YUV | 182.21 | 138.61 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 170 | 201 | 0.01 | 0.15 | 0 | 0.21 | 296.13 | 0.22 | 0.73 |
| Hex | C7 | AA | C9 | 1 | F | 0 | 15 | 128 | 16 | 49 |
| Octal | 307 | 252 | 311 | 1 | 17 | 0 | 25 | 450 | 26 | 111 |
| Binary | 11000111 | 10101010 | 11001001 | 1 | 1111 | 0 | 10101 | 100101000 | 10110 | 1001001 |
Color Harmonies of #C7AAC9
Complementary color
Monochromatic Colors of #C7AAC9
Black with #C7AAC9
Text Example
Text Example
White with #C7AAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AAC9; }
p { color: rgb(199,170,201); }
H1.HeaderClassName
{
color: #C7AAC9;
}
.AnyTagClassName
{
color: #C7AAC9;
}
</style>
background-color css
<style>
a { background-color: #C7AAC9; }
a { background-color: rgb(199,170,201); }
div.DivClassName
{
background-color: #C7AAC9;
}
.BgClassName
{
background-color: #C7AAC9;
}
</style>
border-color css
<style>
span { border-color: #C7AAC9; }
span { border-color: rgb(199,170,201); }
td.TdClassName
{
border-color: #C7AAC9;
}
.TagClassName
{
border-color: #C7AAC9;
}
</style>