Shades of Lilac #C3A8C0
Tints of Lilac #C3A8C0
RGB
CMYK
RGB Variations
Color information
#C3A8C0 (or 0xC3A8C0) is known color: Lilac. HEX triplet: C3, A8 and C0. RGB value is (195,168,192). Sum of RGB (Red+Green+Blue) = 195+168+192=555 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.14% from 555); Green value is 168 (66.02% from 255 or 30.27% from 555); Blue value is 192 (75.39% from 255 or 34.59% from 555); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A8C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A8C0 is #3C573F. Grayscale: #B2B2B2. Windows color (decimal): -3954496 or 12626115. OLE color: 12626115.
HSL color Cylindrical-coordinate representation of color #C3A8C0: hue angle of 306.67º degrees, saturation: 0.18, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C3A8C0 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 168 | 192 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.24 |
| HSL | 306.67º | 0.18% | 0.71% | - |
| HSV(B) | 306.67º | 0.14% | 0.76% | - |
| XYZ | 46.02 | 43.41 | 55.82 | - |
| YUV | 178.81 | 135.45 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 168 | 192 | 0 | 0.14 | 0.02 | 0.24 | 306.67 | 0.18 | 0.71 |
| Hex | C3 | A8 | C0 | 0 | E | 2 | 18 | 133 | 12 | 47 |
| Octal | 303 | 250 | 300 | 0 | 16 | 2 | 30 | 463 | 22 | 107 |
| Binary | 11000011 | 10101000 | 11000000 | 0 | 1110 | 10 | 11000 | 100110011 | 10010 | 1000111 |
Color Harmonies of #C3A8C0
Complementary color
Monochromatic Colors of #C3A8C0
Black with #C3A8C0
Text Example
Text Example
White with #C3A8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A8C0; }
p { color: rgb(195,168,192); }
H1.HeaderClassName
{
color: #C3A8C0;
}
.AnyTagClassName
{
color: #C3A8C0;
}
</style>
background-color css
<style>
a { background-color: #C3A8C0; }
a { background-color: rgb(195,168,192); }
div.DivClassName
{
background-color: #C3A8C0;
}
.BgClassName
{
background-color: #C3A8C0;
}
</style>
border-color css
<style>
span { border-color: #C3A8C0; }
span { border-color: rgb(195,168,192); }
td.TdClassName
{
border-color: #C3A8C0;
}
.TagClassName
{
border-color: #C3A8C0;
}
</style>