Shades of Lilac #C1B0C0
Tints of Lilac #C1B0C0
RGB
CMYK
RGB Variations
Color information
#C1B0C0 (or 0xC1B0C0) is known color: Lilac. HEX triplet: C1, B0 and C0. RGB value is (193,176,192). Sum of RGB (Red+Green+Blue) = 193+176+192=561 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.40% from 561); Green value is 176 (69.14% from 255 or 31.37% from 561); Blue value is 192 (75.39% from 255 or 34.22% from 561); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B0C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1B0C0 is #3E4F3F. Grayscale: #B6B6B6. Windows color (decimal): -4083520 or 12628161. OLE color: 12628161.
HSL color Cylindrical-coordinate representation of color #C1B0C0: hue angle of 303.53º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C1B0C0 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 176 | 192 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.24 |
| HSL | 303.53º | 0.12% | 0.72% | - |
| HSV(B) | 303.53º | 0.09% | 0.76% | - |
| XYZ | 47.03 | 46.19 | 56.31 | - |
| YUV | 182.91 | 133.13 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 176 | 192 | 0 | 0.09 | 0.01 | 0.24 | 303.53 | 0.12 | 0.72 |
| Hex | C1 | B0 | C0 | 0 | 9 | 1 | 18 | 130 | C | 48 |
| Octal | 301 | 260 | 300 | 0 | 11 | 1 | 30 | 460 | 14 | 110 |
| Binary | 11000001 | 10110000 | 11000000 | 0 | 1001 | 1 | 11000 | 100110000 | 1100 | 1001000 |
Color Harmonies of #C1B0C0
Complementary color
Monochromatic Colors of #C1B0C0
Black with #C1B0C0
Text Example
Text Example
White with #C1B0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B0C0; }
p { color: rgb(193,176,192); }
H1.HeaderClassName
{
color: #C1B0C0;
}
.AnyTagClassName
{
color: #C1B0C0;
}
</style>
background-color css
<style>
a { background-color: #C1B0C0; }
a { background-color: rgb(193,176,192); }
div.DivClassName
{
background-color: #C1B0C0;
}
.BgClassName
{
background-color: #C1B0C0;
}
</style>
border-color css
<style>
span { border-color: #C1B0C0; }
span { border-color: rgb(193,176,192); }
td.TdClassName
{
border-color: #C1B0C0;
}
.TagClassName
{
border-color: #C1B0C0;
}
</style>