Shades of Lilac #C3A6C6
Tints of Lilac #C3A6C6
RGB
CMYK
RGB Variations
Color information
#C3A6C6 (or 0xC3A6C6) is known color: Lilac. HEX triplet: C3, A6 and C6. RGB value is (195,166,198). Sum of RGB (Red+Green+Blue) = 195+166+198=559 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.88% from 559); Green value is 166 (65.23% from 255 or 29.70% from 559); Blue value is 198 (77.73% from 255 or 35.42% from 559); Max value from RGB is 198 - color contains mainly: blue. Hex color #C3A6C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A6C6 is #3C5939. Grayscale: #B2B2B2. Windows color (decimal): -3955002 or 13018819. OLE color: 13018819.
HSL color Cylindrical-coordinate representation of color #C3A6C6: hue angle of 294.38º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C3A6C6 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 166 | 198 | - |
| CMYK | 0.02 | 0.16 | 0 | 0.22 |
| HSL | 294.38º | 0.22% | 0.71% | - |
| HSV(B) | 294.38º | 0.16% | 0.78% | - |
| XYZ | 46.33 | 42.95 | 59.27 | - |
| YUV | 178.32 | 139.11 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 166 | 198 | 0.02 | 0.16 | 0 | 0.22 | 294.38 | 0.22 | 0.71 |
| Hex | C3 | A6 | C6 | 2 | 10 | 0 | 16 | 126 | 16 | 47 |
| Octal | 303 | 246 | 306 | 2 | 20 | 0 | 26 | 446 | 26 | 107 |
| Binary | 11000011 | 10100110 | 11000110 | 10 | 10000 | 0 | 10110 | 100100110 | 10110 | 1000111 |
Color Harmonies of #C3A6C6
Complementary color
Monochromatic Colors of #C3A6C6
Black with #C3A6C6
Text Example
Text Example
White with #C3A6C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A6C6; }
p { color: rgb(195,166,198); }
H1.HeaderClassName
{
color: #C3A6C6;
}
.AnyTagClassName
{
color: #C3A6C6;
}
</style>
background-color css
<style>
a { background-color: #C3A6C6; }
a { background-color: rgb(195,166,198); }
div.DivClassName
{
background-color: #C3A6C6;
}
.BgClassName
{
background-color: #C3A6C6;
}
</style>
border-color css
<style>
span { border-color: #C3A6C6; }
span { border-color: rgb(195,166,198); }
td.TdClassName
{
border-color: #C3A6C6;
}
.TagClassName
{
border-color: #C3A6C6;
}
</style>