Shades of Lilac #C3A1BE
Tints of Lilac #C3A1BE
RGB
CMYK
RGB Variations
Color information
#C3A1BE (or 0xC3A1BE) is known color: Lilac. HEX triplet: C3, A1 and BE. RGB value is (195,161,190). Sum of RGB (Red+Green+Blue) = 195+161+190=546 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.71% from 546); Green value is 161 (63.28% from 255 or 29.49% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A1BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A1BE is #3C5E41. Grayscale: #AEAEAE. Windows color (decimal): -3956290 or 12493251. OLE color: 12493251.
HSL color Cylindrical-coordinate representation of color #C3A1BE: hue angle of 308.82º degrees, saturation: 0.22, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C3A1BE is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 161 | 190 | - |
| CMYK | 0 | 0.17 | 0.03 | 0.24 |
| HSL | 308.82º | 0.22% | 0.7% | - |
| HSV(B) | 308.82º | 0.17% | 0.76% | - |
| XYZ | 44.54 | 40.81 | 54.24 | - |
| YUV | 174.47 | 136.76 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 161 | 190 | 0 | 0.17 | 0.03 | 0.24 | 308.82 | 0.22 | 0.7 |
| Hex | C3 | A1 | BE | 0 | 11 | 3 | 18 | 135 | 16 | 46 |
| Octal | 303 | 241 | 276 | 0 | 21 | 3 | 30 | 465 | 26 | 106 |
| Binary | 11000011 | 10100001 | 10111110 | 0 | 10001 | 11 | 11000 | 100110101 | 10110 | 1000110 |
Color Harmonies of #C3A1BE
Complementary color
Monochromatic Colors of #C3A1BE
Black with #C3A1BE
Text Example
Text Example
White with #C3A1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A1BE; }
p { color: rgb(195,161,190); }
H1.HeaderClassName
{
color: #C3A1BE;
}
.AnyTagClassName
{
color: #C3A1BE;
}
</style>
background-color css
<style>
a { background-color: #C3A1BE; }
a { background-color: rgb(195,161,190); }
div.DivClassName
{
background-color: #C3A1BE;
}
.BgClassName
{
background-color: #C3A1BE;
}
</style>
border-color css
<style>
span { border-color: #C3A1BE; }
span { border-color: rgb(195,161,190); }
td.TdClassName
{
border-color: #C3A1BE;
}
.TagClassName
{
border-color: #C3A1BE;
}
</style>