Shades of Lilac #C6B0C9
Tints of Lilac #C6B0C9
RGB
CMYK
RGB Variations
Color information
#C6B0C9 (or 0xC6B0C9) is known color: Lilac. HEX triplet: C6, B0 and C9. RGB value is (198,176,201). Sum of RGB (Red+Green+Blue) = 198+176+201=575 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.43% from 575); Green value is 176 (69.14% from 255 or 30.61% from 575); Blue value is 201 (78.91% from 255 or 34.96% from 575); Max value from RGB is 201 - color contains mainly: blue. Hex color #C6B0C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6B0C9 is #394F36. Grayscale: #B9B9B9. Windows color (decimal): -3755831 or 13217990. OLE color: 13217990.
HSL color Cylindrical-coordinate representation of color #C6B0C9: hue angle of 292.8º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C6B0C9 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 176 | 201 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.21 |
| HSL | 292.8º | 0.19% | 0.74% | - |
| HSV(B) | 292.8º | 0.12% | 0.79% | - |
| XYZ | 49.36 | 47.27 | 61.78 | - |
| YUV | 185.43 | 136.79 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 176 | 201 | 0.01 | 0.12 | 0 | 0.21 | 292.8 | 0.19 | 0.74 |
| Hex | C6 | B0 | C9 | 1 | C | 0 | 15 | 125 | 13 | 4A |
| Octal | 306 | 260 | 311 | 1 | 14 | 0 | 25 | 445 | 23 | 112 |
| Binary | 11000110 | 10110000 | 11001001 | 1 | 1100 | 0 | 10101 | 100100101 | 10011 | 1001010 |
Color Harmonies of #C6B0C9
Complementary color
Monochromatic Colors of #C6B0C9
Black with #C6B0C9
Text Example
Text Example
White with #C6B0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B0C9; }
p { color: rgb(198,176,201); }
H1.HeaderClassName
{
color: #C6B0C9;
}
.AnyTagClassName
{
color: #C6B0C9;
}
</style>
background-color css
<style>
a { background-color: #C6B0C9; }
a { background-color: rgb(198,176,201); }
div.DivClassName
{
background-color: #C6B0C9;
}
.BgClassName
{
background-color: #C6B0C9;
}
</style>
border-color css
<style>
span { border-color: #C6B0C9; }
span { border-color: rgb(198,176,201); }
td.TdClassName
{
border-color: #C6B0C9;
}
.TagClassName
{
border-color: #C6B0C9;
}
</style>