Shades of Lilac #CBA0C5
Tints of Lilac #CBA0C5
RGB
CMYK
RGB Variations
Color information
#CBA0C5 (or 0xCBA0C5) is known color: Lilac. HEX triplet: CB, A0 and C5. RGB value is (203,160,197). Sum of RGB (Red+Green+Blue) = 203+160+197=560 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.25% from 560); Green value is 160 (62.89% from 255 or 28.57% from 560); Blue value is 197 (77.34% from 255 or 35.18% from 560); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA0C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA0C5 is #345F3A. Grayscale: #B0B0B0. Windows color (decimal): -3432251 or 12951755. OLE color: 12951755.
HSL color Cylindrical-coordinate representation of color #CBA0C5: hue angle of 308.37º 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 #CBA0C5 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 160 | 197 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.20 |
| HSL | 308.37º | 0.29% | 0.71% | - |
| HSV(B) | 308.37º | 0.21% | 0.8% | - |
| XYZ | 47.28 | 41.87 | 58.41 | - |
| YUV | 177.08 | 139.25 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 160 | 197 | 0 | 0.21 | 0.03 | 0.20 | 308.37 | 0.29 | 0.71 |
| Hex | CB | A0 | C5 | 0 | 15 | 3 | 14 | 134 | 1D | 47 |
| Octal | 313 | 240 | 305 | 0 | 25 | 3 | 24 | 464 | 35 | 107 |
| Binary | 11001011 | 10100000 | 11000101 | 0 | 10101 | 11 | 10100 | 100110100 | 11101 | 1000111 |
Color Harmonies of #CBA0C5
Complementary color
Monochromatic Colors of #CBA0C5
Black with #CBA0C5
Text Example
Text Example
White with #CBA0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA0C5; }
p { color: rgb(203,160,197); }
H1.HeaderClassName
{
color: #CBA0C5;
}
.AnyTagClassName
{
color: #CBA0C5;
}
</style>
background-color css
<style>
a { background-color: #CBA0C5; }
a { background-color: rgb(203,160,197); }
div.DivClassName
{
background-color: #CBA0C5;
}
.BgClassName
{
background-color: #CBA0C5;
}
</style>
border-color css
<style>
span { border-color: #CBA0C5; }
span { border-color: rgb(203,160,197); }
td.TdClassName
{
border-color: #CBA0C5;
}
.TagClassName
{
border-color: #CBA0C5;
}
</style>