Shades of Lilac #CBA0CE
Tints of Lilac #CBA0CE
RGB
CMYK
RGB Variations
Color information
#CBA0CE (or 0xCBA0CE) is known color: Lilac. HEX triplet: CB, A0 and CE. RGB value is (203,160,206). Sum of RGB (Red+Green+Blue) = 203+160+206=569 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.68% from 569); Green value is 160 (62.89% from 255 or 28.12% from 569); Blue value is 206 (80.86% from 255 or 36.20% from 569); Max value from RGB is 206 - color contains mainly: blue. Hex color #CBA0CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA0CE is #345F31. Grayscale: #B1B1B1. Windows color (decimal): -3432242 or 13541579. OLE color: 13541579.
HSL color Cylindrical-coordinate representation of color #CBA0CE: hue angle of 296.09º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CBA0CE is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 160 | 206 | - |
| CMYK | 0.01 | 0.22 | 0 | 0.19 |
| HSL | 296.09º | 0.32% | 0.72% | - |
| HSV(B) | 296.09º | 0.22% | 0.81% | - |
| XYZ | 48.34 | 42.29 | 64.01 | - |
| YUV | 178.1 | 143.75 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 160 | 206 | 0.01 | 0.22 | 0 | 0.19 | 296.09 | 0.32 | 0.72 |
| Hex | CB | A0 | CE | 1 | 16 | 0 | 13 | 128 | 20 | 48 |
| Octal | 313 | 240 | 316 | 1 | 26 | 0 | 23 | 450 | 40 | 110 |
| Binary | 11001011 | 10100000 | 11001110 | 1 | 10110 | 0 | 10011 | 100101000 | 100000 | 1001000 |
Color Harmonies of #CBA0CE
Complementary color
Monochromatic Colors of #CBA0CE
Black with #CBA0CE
Text Example
Text Example
White with #CBA0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA0CE; }
p { color: rgb(203,160,206); }
H1.HeaderClassName
{
color: #CBA0CE;
}
.AnyTagClassName
{
color: #CBA0CE;
}
</style>
background-color css
<style>
a { background-color: #CBA0CE; }
a { background-color: rgb(203,160,206); }
div.DivClassName
{
background-color: #CBA0CE;
}
.BgClassName
{
background-color: #CBA0CE;
}
</style>
border-color css
<style>
span { border-color: #CBA0CE; }
span { border-color: rgb(203,160,206); }
td.TdClassName
{
border-color: #CBA0CE;
}
.TagClassName
{
border-color: #CBA0CE;
}
</style>