Shades of Lilac #C7B0C6
Tints of Lilac #C7B0C6
RGB
CMYK
RGB Variations
Color information
#C7B0C6 (or 0xC7B0C6) is known color: Lilac. HEX triplet: C7, B0 and C6. RGB value is (199,176,198). Sum of RGB (Red+Green+Blue) = 199+176+198=573 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.73% from 573); Green value is 176 (69.14% from 255 or 30.72% from 573); Blue value is 198 (77.73% from 255 or 34.55% from 573); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B0C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7B0C6 is #384F39. Grayscale: #B9B9B9. Windows color (decimal): -3690298 or 13021383. OLE color: 13021383.
HSL color Cylindrical-coordinate representation of color #C7B0C6: hue angle of 302.61º degrees, saturation: 0.17, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C7B0C6 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 176 | 198 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.22 |
| HSL | 302.61º | 0.17% | 0.74% | - |
| HSV(B) | 302.61º | 0.12% | 0.78% | - |
| XYZ | 49.27 | 47.27 | 59.95 | - |
| YUV | 185.39 | 135.12 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 176 | 198 | 0 | 0.12 | 0.01 | 0.22 | 302.61 | 0.17 | 0.74 |
| Hex | C7 | B0 | C6 | 0 | C | 1 | 16 | 12F | 11 | 4A |
| Octal | 307 | 260 | 306 | 0 | 14 | 1 | 26 | 457 | 21 | 112 |
| Binary | 11000111 | 10110000 | 11000110 | 0 | 1100 | 1 | 10110 | 100101111 | 10001 | 1001010 |
Color Harmonies of #C7B0C6
Complementary color
Monochromatic Colors of #C7B0C6
Black with #C7B0C6
Text Example
Text Example
White with #C7B0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B0C6; }
p { color: rgb(199,176,198); }
H1.HeaderClassName
{
color: #C7B0C6;
}
.AnyTagClassName
{
color: #C7B0C6;
}
</style>
background-color css
<style>
a { background-color: #C7B0C6; }
a { background-color: rgb(199,176,198); }
div.DivClassName
{
background-color: #C7B0C6;
}
.BgClassName
{
background-color: #C7B0C6;
}
</style>
border-color css
<style>
span { border-color: #C7B0C6; }
span { border-color: rgb(199,176,198); }
td.TdClassName
{
border-color: #C7B0C6;
}
.TagClassName
{
border-color: #C7B0C6;
}
</style>