Shades of Lilac #C3B3C2
Tints of Lilac #C3B3C2
RGB
CMYK
RGB Variations
Color information
#C3B3C2 (or 0xC3B3C2) is known color: Lilac. HEX triplet: C3, B3 and C2. RGB value is (195,179,194). Sum of RGB (Red+Green+Blue) = 195+179+194=568 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.33% from 568); Green value is 179 (70.31% from 255 or 31.51% from 568); Blue value is 194 (76.17% from 255 or 34.15% from 568); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B3C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B3C2 is #3C4C3D. Grayscale: #B9B9B9. Windows color (decimal): -3951678 or 12760003. OLE color: 12760003.
HSL color Cylindrical-coordinate representation of color #C3B3C2: hue angle of 303.75º degrees, saturation: 0.12, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C3B3C2 is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 179 | 194 | - |
| CMYK | 0 | 0.08 | 0.01 | 0.24 |
| HSL | 303.75º | 0.12% | 0.73% | - |
| HSV(B) | 303.75º | 0.08% | 0.76% | - |
| XYZ | 48.36 | 47.74 | 57.7 | - |
| YUV | 185.49 | 132.8 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 179 | 194 | 0 | 0.08 | 0.01 | 0.24 | 303.75 | 0.12 | 0.73 |
| Hex | C3 | B3 | C2 | 0 | 8 | 1 | 18 | 130 | C | 49 |
| Octal | 303 | 263 | 302 | 0 | 10 | 1 | 30 | 460 | 14 | 111 |
| Binary | 11000011 | 10110011 | 11000010 | 0 | 1000 | 1 | 11000 | 100110000 | 1100 | 1001001 |
Color Harmonies of #C3B3C2
Complementary color
Monochromatic Colors of #C3B3C2
Black with #C3B3C2
Text Example
Text Example
White with #C3B3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B3C2; }
p { color: rgb(195,179,194); }
H1.HeaderClassName
{
color: #C3B3C2;
}
.AnyTagClassName
{
color: #C3B3C2;
}
</style>
background-color css
<style>
a { background-color: #C3B3C2; }
a { background-color: rgb(195,179,194); }
div.DivClassName
{
background-color: #C3B3C2;
}
.BgClassName
{
background-color: #C3B3C2;
}
</style>
border-color css
<style>
span { border-color: #C3B3C2; }
span { border-color: rgb(195,179,194); }
td.TdClassName
{
border-color: #C3B3C2;
}
.TagClassName
{
border-color: #C3B3C2;
}
</style>