Shades of Lilac #C7B0C4
Tints of Lilac #C7B0C4
RGB
CMYK
RGB Variations
Color information
#C7B0C4 (or 0xC7B0C4) is known color: Lilac. HEX triplet: C7, B0 and C4. RGB value is (199,176,196). Sum of RGB (Red+Green+Blue) = 199+176+196=571 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.85% from 571); Green value is 176 (69.14% from 255 or 30.82% from 571); Blue value is 196 (76.95% from 255 or 34.33% from 571); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B0C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7B0C4 is #384F3B. Grayscale: #B9B9B9. Windows color (decimal): -3690300 or 12890311. OLE color: 12890311.
HSL color Cylindrical-coordinate representation of color #C7B0C4: hue angle of 307.83º 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 #C7B0C4 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 176 | 196 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.22 |
| HSL | 307.83º | 0.17% | 0.74% | - |
| HSV(B) | 307.83º | 0.12% | 0.78% | - |
| XYZ | 49.04 | 47.18 | 58.75 | - |
| YUV | 185.16 | 134.12 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 176 | 196 | 0 | 0.12 | 0.02 | 0.22 | 307.83 | 0.17 | 0.74 |
| Hex | C7 | B0 | C4 | 0 | C | 2 | 16 | 134 | 11 | 4A |
| Octal | 307 | 260 | 304 | 0 | 14 | 2 | 26 | 464 | 21 | 112 |
| Binary | 11000111 | 10110000 | 11000100 | 0 | 1100 | 10 | 10110 | 100110100 | 10001 | 1001010 |
Color Harmonies of #C7B0C4
Complementary color
Monochromatic Colors of #C7B0C4
Black with #C7B0C4
Text Example
Text Example
White with #C7B0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B0C4; }
p { color: rgb(199,176,196); }
H1.HeaderClassName
{
color: #C7B0C4;
}
.AnyTagClassName
{
color: #C7B0C4;
}
</style>
background-color css
<style>
a { background-color: #C7B0C4; }
a { background-color: rgb(199,176,196); }
div.DivClassName
{
background-color: #C7B0C4;
}
.BgClassName
{
background-color: #C7B0C4;
}
</style>
border-color css
<style>
span { border-color: #C7B0C4; }
span { border-color: rgb(199,176,196); }
td.TdClassName
{
border-color: #C7B0C4;
}
.TagClassName
{
border-color: #C7B0C4;
}
</style>