Shades of Lilac #C3B0C1
Tints of Lilac #C3B0C1
RGB
CMYK
RGB Variations
Color information
#C3B0C1 (or 0xC3B0C1) is known color: Lilac. HEX triplet: C3, B0 and C1. RGB value is (195,176,193). Sum of RGB (Red+Green+Blue) = 195+176+193=564 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.57% from 564); Green value is 176 (69.14% from 255 or 31.21% from 564); Blue value is 193 (75.78% from 255 or 34.22% from 564); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B0C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3B0C1 is #3C4F3E. Grayscale: #B7B7B7. Windows color (decimal): -3952447 or 12693699. OLE color: 12693699.
HSL color Cylindrical-coordinate representation of color #C3B0C1: hue angle of 306.32º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C3B0C1 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 176 | 193 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.24 |
| HSL | 306.32º | 0.14% | 0.73% | - |
| HSV(B) | 306.32º | 0.1% | 0.76% | - |
| XYZ | 47.66 | 46.5 | 56.92 | - |
| YUV | 183.62 | 133.29 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 176 | 193 | 0 | 0.10 | 0.01 | 0.24 | 306.32 | 0.14 | 0.73 |
| Hex | C3 | B0 | C1 | 0 | A | 1 | 18 | 132 | E | 49 |
| Octal | 303 | 260 | 301 | 0 | 12 | 1 | 30 | 462 | 16 | 111 |
| Binary | 11000011 | 10110000 | 11000001 | 0 | 1010 | 1 | 11000 | 100110010 | 1110 | 1001001 |
Color Harmonies of #C3B0C1
Complementary color
Monochromatic Colors of #C3B0C1
Black with #C3B0C1
Text Example
Text Example
White with #C3B0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B0C1; }
p { color: rgb(195,176,193); }
H1.HeaderClassName
{
color: #C3B0C1;
}
.AnyTagClassName
{
color: #C3B0C1;
}
</style>
background-color css
<style>
a { background-color: #C3B0C1; }
a { background-color: rgb(195,176,193); }
div.DivClassName
{
background-color: #C3B0C1;
}
.BgClassName
{
background-color: #C3B0C1;
}
</style>
border-color css
<style>
span { border-color: #C3B0C1; }
span { border-color: rgb(195,176,193); }
td.TdClassName
{
border-color: #C3B0C1;
}
.TagClassName
{
border-color: #C3B0C1;
}
</style>