Shades of Lilac #CBA3C6
Tints of Lilac #CBA3C6
RGB
CMYK
RGB Variations
Color information
#CBA3C6 (or 0xCBA3C6) is known color: Lilac. HEX triplet: CB, A3 and C6. RGB value is (203,163,198). Sum of RGB (Red+Green+Blue) = 203+163+198=564 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.99% from 564); Green value is 163 (64.06% from 255 or 28.90% from 564); Blue value is 198 (77.73% from 255 or 35.11% from 564); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA3C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA3C6 is #345C39. Grayscale: #B2B2B2. Windows color (decimal): -3431482 or 13018059. OLE color: 13018059.
HSL color Cylindrical-coordinate representation of color #CBA3C6: hue angle of 307.5º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBA3C6 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 163 | 198 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.20 |
| HSL | 307.5º | 0.28% | 0.72% | - |
| HSV(B) | 307.5º | 0.2% | 0.8% | - |
| XYZ | 47.92 | 42.97 | 59.19 | - |
| YUV | 178.95 | 138.75 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 163 | 198 | 0 | 0.20 | 0.02 | 0.20 | 307.5 | 0.28 | 0.72 |
| Hex | CB | A3 | C6 | 0 | 14 | 2 | 14 | 134 | 1C | 48 |
| Octal | 313 | 243 | 306 | 0 | 24 | 2 | 24 | 464 | 34 | 110 |
| Binary | 11001011 | 10100011 | 11000110 | 0 | 10100 | 10 | 10100 | 100110100 | 11100 | 1001000 |
Color Harmonies of #CBA3C6
Complementary color
Monochromatic Colors of #CBA3C6
Black with #CBA3C6
Text Example
Text Example
White with #CBA3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA3C6; }
p { color: rgb(203,163,198); }
H1.HeaderClassName
{
color: #CBA3C6;
}
.AnyTagClassName
{
color: #CBA3C6;
}
</style>
background-color css
<style>
a { background-color: #CBA3C6; }
a { background-color: rgb(203,163,198); }
div.DivClassName
{
background-color: #CBA3C6;
}
.BgClassName
{
background-color: #CBA3C6;
}
</style>
border-color css
<style>
span { border-color: #CBA3C6; }
span { border-color: rgb(203,163,198); }
td.TdClassName
{
border-color: #CBA3C6;
}
.TagClassName
{
border-color: #CBA3C6;
}
</style>