Shades of Lilac #C3A9C2
Tints of Lilac #C3A9C2
RGB
CMYK
RGB Variations
Color information
#C3A9C2 (or 0xC3A9C2) is known color: Lilac. HEX triplet: C3, A9 and C2. RGB value is (195,169,194). Sum of RGB (Red+Green+Blue) = 195+169+194=558 (73% of max value = 765). Red value is 195 (76.56% from 255 or 34.95% from 558); Green value is 169 (66.41% from 255 or 30.29% from 558); Blue value is 194 (76.17% from 255 or 34.77% from 558); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A9C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A9C2 is #3C563D. Grayscale: #B3B3B3. Windows color (decimal): -3954238 or 12757443. OLE color: 12757443.
HSL color Cylindrical-coordinate representation of color #C3A9C2: hue angle of 302.31º degrees, saturation: 0.18, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C3A9C2 is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 169 | 194 | - |
| CMYK | 0 | 0.13 | 0.01 | 0.24 |
| HSL | 302.31º | 0.18% | 0.71% | - |
| HSV(B) | 302.31º | 0.13% | 0.76% | - |
| XYZ | 46.43 | 43.87 | 57.06 | - |
| YUV | 179.62 | 136.11 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 169 | 194 | 0 | 0.13 | 0.01 | 0.24 | 302.31 | 0.18 | 0.71 |
| Hex | C3 | A9 | C2 | 0 | D | 1 | 18 | 12E | 12 | 47 |
| Octal | 303 | 251 | 302 | 0 | 15 | 1 | 30 | 456 | 22 | 107 |
| Binary | 11000011 | 10101001 | 11000010 | 0 | 1101 | 1 | 11000 | 100101110 | 10010 | 1000111 |
Color Harmonies of #C3A9C2
Complementary color
Monochromatic Colors of #C3A9C2
Black with #C3A9C2
Text Example
Text Example
White with #C3A9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A9C2; }
p { color: rgb(195,169,194); }
H1.HeaderClassName
{
color: #C3A9C2;
}
.AnyTagClassName
{
color: #C3A9C2;
}
</style>
background-color css
<style>
a { background-color: #C3A9C2; }
a { background-color: rgb(195,169,194); }
div.DivClassName
{
background-color: #C3A9C2;
}
.BgClassName
{
background-color: #C3A9C2;
}
</style>
border-color css
<style>
span { border-color: #C3A9C2; }
span { border-color: rgb(195,169,194); }
td.TdClassName
{
border-color: #C3A9C2;
}
.TagClassName
{
border-color: #C3A9C2;
}
</style>