Shades of Lilac #CBA0CF
Tints of Lilac #CBA0CF
RGB
CMYK
RGB Variations
Color information
#CBA0CF (or 0xCBA0CF) is known color: Lilac. HEX triplet: CB, A0 and CF. RGB value is (203,160,207). Sum of RGB (Red+Green+Blue) = 203+160+207=570 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.61% from 570); Green value is 160 (62.89% from 255 or 28.07% from 570); Blue value is 207 (81.25% from 255 or 36.32% from 570); Max value from RGB is 207 - color contains mainly: blue. Hex color #CBA0CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA0CF is #345F30. Grayscale: #B2B2B2. Windows color (decimal): -3432241 or 13607115. OLE color: 13607115.
HSL color Cylindrical-coordinate representation of color #CBA0CF: hue angle of 294.89º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBA0CF is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 160 | 207 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.19 |
| HSL | 294.89º | 0.33% | 0.72% | - |
| HSV(B) | 294.89º | 0.23% | 0.81% | - |
| XYZ | 48.46 | 42.34 | 64.65 | - |
| YUV | 178.22 | 144.25 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 160 | 207 | 0.02 | 0.23 | 0 | 0.19 | 294.89 | 0.33 | 0.72 |
| Hex | CB | A0 | CF | 2 | 17 | 0 | 13 | 127 | 21 | 48 |
| Octal | 313 | 240 | 317 | 2 | 27 | 0 | 23 | 447 | 41 | 110 |
| Binary | 11001011 | 10100000 | 11001111 | 10 | 10111 | 0 | 10011 | 100100111 | 100001 | 1001000 |
Color Harmonies of #CBA0CF
Complementary color
Monochromatic Colors of #CBA0CF
Black with #CBA0CF
Text Example
Text Example
White with #CBA0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA0CF; }
p { color: rgb(203,160,207); }
H1.HeaderClassName
{
color: #CBA0CF;
}
.AnyTagClassName
{
color: #CBA0CF;
}
</style>
background-color css
<style>
a { background-color: #CBA0CF; }
a { background-color: rgb(203,160,207); }
div.DivClassName
{
background-color: #CBA0CF;
}
.BgClassName
{
background-color: #CBA0CF;
}
</style>
border-color css
<style>
span { border-color: #CBA0CF; }
span { border-color: rgb(203,160,207); }
td.TdClassName
{
border-color: #CBA0CF;
}
.TagClassName
{
border-color: #CBA0CF;
}
</style>