Shades of Lilac #CBA0C7
Tints of Lilac #CBA0C7
RGB
CMYK
RGB Variations
Color information
#CBA0C7 (or 0xCBA0C7) is known color: Lilac. HEX triplet: CB, A0 and C7. RGB value is (203,160,199). Sum of RGB (Red+Green+Blue) = 203+160+199=562 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.12% from 562); Green value is 160 (62.89% from 255 or 28.47% from 562); Blue value is 199 (78.12% from 255 or 35.41% from 562); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA0C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA0C7 is #345F38. Grayscale: #B1B1B1. Windows color (decimal): -3432249 or 13082827. OLE color: 13082827.
HSL color Cylindrical-coordinate representation of color #CBA0C7: hue angle of 305.58º 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 #CBA0C7 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 160 | 199 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.20 |
| HSL | 305.58º | 0.29% | 0.71% | - |
| HSV(B) | 305.58º | 0.21% | 0.8% | - |
| XYZ | 47.51 | 41.96 | 59.63 | - |
| YUV | 177.3 | 140.25 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 160 | 199 | 0 | 0.21 | 0.02 | 0.20 | 305.58 | 0.29 | 0.71 |
| Hex | CB | A0 | C7 | 0 | 15 | 2 | 14 | 132 | 1D | 47 |
| Octal | 313 | 240 | 307 | 0 | 25 | 2 | 24 | 462 | 35 | 107 |
| Binary | 11001011 | 10100000 | 11000111 | 0 | 10101 | 10 | 10100 | 100110010 | 11101 | 1000111 |
Color Harmonies of #CBA0C7
Complementary color
Monochromatic Colors of #CBA0C7
Black with #CBA0C7
Text Example
Text Example
White with #CBA0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA0C7; }
p { color: rgb(203,160,199); }
H1.HeaderClassName
{
color: #CBA0C7;
}
.AnyTagClassName
{
color: #CBA0C7;
}
</style>
background-color css
<style>
a { background-color: #CBA0C7; }
a { background-color: rgb(203,160,199); }
div.DivClassName
{
background-color: #CBA0C7;
}
.BgClassName
{
background-color: #CBA0C7;
}
</style>
border-color css
<style>
span { border-color: #CBA0C7; }
span { border-color: rgb(203,160,199); }
td.TdClassName
{
border-color: #CBA0C7;
}
.TagClassName
{
border-color: #CBA0C7;
}
</style>