Shades of Lilac #C7AAC3
Tints of Lilac #C7AAC3
RGB
CMYK
RGB Variations
Color information
#C7AAC3 (or 0xC7AAC3) is known color: Lilac. HEX triplet: C7, AA and C3. RGB value is (199,170,195). Sum of RGB (Red+Green+Blue) = 199+170+195=564 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.28% from 564); Green value is 170 (66.80% from 255 or 30.14% from 564); Blue value is 195 (76.56% from 255 or 34.57% from 564); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AAC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AAC3 is #38553C. Grayscale: #B5B5B5. Windows color (decimal): -3691837 or 12823239. OLE color: 12823239.
HSL color Cylindrical-coordinate representation of color #C7AAC3: hue angle of 308.28º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C7AAC3 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 170 | 195 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.22 |
| HSL | 308.28º | 0.21% | 0.72% | - |
| HSV(B) | 308.28º | 0.15% | 0.78% | - |
| XYZ | 47.78 | 44.83 | 57.76 | - |
| YUV | 181.52 | 135.61 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 170 | 195 | 0 | 0.15 | 0.02 | 0.22 | 308.28 | 0.21 | 0.72 |
| Hex | C7 | AA | C3 | 0 | F | 2 | 16 | 134 | 15 | 48 |
| Octal | 307 | 252 | 303 | 0 | 17 | 2 | 26 | 464 | 25 | 110 |
| Binary | 11000111 | 10101010 | 11000011 | 0 | 1111 | 10 | 10110 | 100110100 | 10101 | 1001000 |
Color Harmonies of #C7AAC3
Complementary color
Monochromatic Colors of #C7AAC3
Black with #C7AAC3
Text Example
Text Example
White with #C7AAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AAC3; }
p { color: rgb(199,170,195); }
H1.HeaderClassName
{
color: #C7AAC3;
}
.AnyTagClassName
{
color: #C7AAC3;
}
</style>
background-color css
<style>
a { background-color: #C7AAC3; }
a { background-color: rgb(199,170,195); }
div.DivClassName
{
background-color: #C7AAC3;
}
.BgClassName
{
background-color: #C7AAC3;
}
</style>
border-color css
<style>
span { border-color: #C7AAC3; }
span { border-color: rgb(199,170,195); }
td.TdClassName
{
border-color: #C7AAC3;
}
.TagClassName
{
border-color: #C7AAC3;
}
</style>