Shades of Lilac #CBA0CC
Tints of Lilac #CBA0CC
RGB
CMYK
RGB Variations
Color information
#CBA0CC (or 0xCBA0CC) is known color: Lilac. HEX triplet: CB, A0 and CC. RGB value is (203,160,204). Sum of RGB (Red+Green+Blue) = 203+160+204=567 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.80% from 567); Green value is 160 (62.89% from 255 or 28.22% from 567); Blue value is 204 (80.08% from 255 or 35.98% from 567); Max value from RGB is 204 - color contains mainly: blue. Hex color #CBA0CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA0CC is #345F33. Grayscale: #B1B1B1. Windows color (decimal): -3432244 or 13410507. OLE color: 13410507.
HSL color Cylindrical-coordinate representation of color #CBA0CC: hue angle of 298.64º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CBA0CC is Cyan = 0.00, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 160 | 204 | - |
| CMYK | 0.00 | 0.22 | 0 | 0.2 |
| HSL | 298.64º | 0.3% | 0.71% | - |
| HSV(B) | 298.64º | 0.22% | 0.8% | - |
| XYZ | 48.1 | 42.2 | 62.74 | - |
| YUV | 177.87 | 142.75 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 160 | 204 | 0.00 | 0.22 | 0 | 0.2 | 298.64 | 0.3 | 0.71 |
| Hex | CB | A0 | CC | 0 | 16 | 0 | 14 | 12B | 1E | 47 |
| Octal | 313 | 240 | 314 | 0 | 26 | 0 | 24 | 453 | 36 | 107 |
| Binary | 11001011 | 10100000 | 11001100 | 0 | 10110 | 0 | 10100 | 100101011 | 11110 | 1000111 |
Color Harmonies of #CBA0CC
Complementary color
Monochromatic Colors of #CBA0CC
Black with #CBA0CC
Text Example
Text Example
White with #CBA0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA0CC; }
p { color: rgb(203,160,204); }
H1.HeaderClassName
{
color: #CBA0CC;
}
.AnyTagClassName
{
color: #CBA0CC;
}
</style>
background-color css
<style>
a { background-color: #CBA0CC; }
a { background-color: rgb(203,160,204); }
div.DivClassName
{
background-color: #CBA0CC;
}
.BgClassName
{
background-color: #CBA0CC;
}
</style>
border-color css
<style>
span { border-color: #CBA0CC; }
span { border-color: rgb(203,160,204); }
td.TdClassName
{
border-color: #CBA0CC;
}
.TagClassName
{
border-color: #CBA0CC;
}
</style>