Shades of Lilac #CBA0C9
Tints of Lilac #CBA0C9
RGB
CMYK
RGB Variations
Color information
#CBA0C9 (or 0xCBA0C9) is known color: Lilac. HEX triplet: CB, A0 and C9. RGB value is (203,160,201). Sum of RGB (Red+Green+Blue) = 203+160+201=564 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.99% from 564); Green value is 160 (62.89% from 255 or 28.37% from 564); Blue value is 201 (78.91% from 255 or 35.64% from 564); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA0C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA0C9 is #345F36. Grayscale: #B1B1B1. Windows color (decimal): -3432247 or 13213899. OLE color: 13213899.
HSL color Cylindrical-coordinate representation of color #CBA0C9: hue angle of 302.79º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBA0C9 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 160 | 201 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.20 |
| HSL | 302.79º | 0.29% | 0.71% | - |
| HSV(B) | 302.79º | 0.21% | 0.8% | - |
| XYZ | 47.74 | 42.06 | 60.86 | - |
| YUV | 177.53 | 141.25 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 160 | 201 | 0 | 0.21 | 0.01 | 0.20 | 302.79 | 0.29 | 0.71 |
| Hex | CB | A0 | C9 | 0 | 15 | 1 | 14 | 12F | 1D | 47 |
| Octal | 313 | 240 | 311 | 0 | 25 | 1 | 24 | 457 | 35 | 107 |
| Binary | 11001011 | 10100000 | 11001001 | 0 | 10101 | 1 | 10100 | 100101111 | 11101 | 1000111 |
Color Harmonies of #CBA0C9
Complementary color
Monochromatic Colors of #CBA0C9
Black with #CBA0C9
Text Example
Text Example
White with #CBA0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA0C9; }
p { color: rgb(203,160,201); }
H1.HeaderClassName
{
color: #CBA0C9;
}
.AnyTagClassName
{
color: #CBA0C9;
}
</style>
background-color css
<style>
a { background-color: #CBA0C9; }
a { background-color: rgb(203,160,201); }
div.DivClassName
{
background-color: #CBA0C9;
}
.BgClassName
{
background-color: #CBA0C9;
}
</style>
border-color css
<style>
span { border-color: #CBA0C9; }
span { border-color: rgb(203,160,201); }
td.TdClassName
{
border-color: #CBA0C9;
}
.TagClassName
{
border-color: #CBA0C9;
}
</style>