Shades of Lilac #C6A1BF
Tints of Lilac #C6A1BF
RGB
CMYK
RGB Variations
Color information
#C6A1BF (or 0xC6A1BF) is known color: Lilac. HEX triplet: C6, A1 and BF. RGB value is (198,161,191). Sum of RGB (Red+Green+Blue) = 198+161+191=550 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36% from 550); Green value is 161 (63.28% from 255 or 29.27% from 550); Blue value is 191 (75% from 255 or 34.73% from 550); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A1BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A1BF is #395E40. Grayscale: #AFAFAF. Windows color (decimal): -3759681 or 12558790. OLE color: 12558790.
HSL color Cylindrical-coordinate representation of color #C6A1BF: hue angle of 311.35º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C6A1BF is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 161 | 191 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.22 |
| HSL | 311.35º | 0.25% | 0.7% | - |
| HSV(B) | 311.35º | 0.19% | 0.78% | - |
| XYZ | 45.44 | 41.26 | 54.86 | - |
| YUV | 175.48 | 136.76 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 161 | 191 | 0 | 0.19 | 0.04 | 0.22 | 311.35 | 0.25 | 0.7 |
| Hex | C6 | A1 | BF | 0 | 13 | 4 | 16 | 137 | 19 | 46 |
| Octal | 306 | 241 | 277 | 0 | 23 | 4 | 26 | 467 | 31 | 106 |
| Binary | 11000110 | 10100001 | 10111111 | 0 | 10011 | 100 | 10110 | 100110111 | 11001 | 1000110 |
Color Harmonies of #C6A1BF
Complementary color
Monochromatic Colors of #C6A1BF
Black with #C6A1BF
Text Example
Text Example
White with #C6A1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A1BF; }
p { color: rgb(198,161,191); }
H1.HeaderClassName
{
color: #C6A1BF;
}
.AnyTagClassName
{
color: #C6A1BF;
}
</style>
background-color css
<style>
a { background-color: #C6A1BF; }
a { background-color: rgb(198,161,191); }
div.DivClassName
{
background-color: #C6A1BF;
}
.BgClassName
{
background-color: #C6A1BF;
}
</style>
border-color css
<style>
span { border-color: #C6A1BF; }
span { border-color: rgb(198,161,191); }
td.TdClassName
{
border-color: #C6A1BF;
}
.TagClassName
{
border-color: #C6A1BF;
}
</style>