Shades of Lilac #CBA6C5
Tints of Lilac #CBA6C5
RGB
CMYK
RGB Variations
Color information
#CBA6C5 (or 0xCBA6C5) is known color: Lilac. HEX triplet: CB, A6 and C5. RGB value is (203,166,197). Sum of RGB (Red+Green+Blue) = 203+166+197=566 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.87% from 566); Green value is 166 (65.23% from 255 or 29.33% from 566); Blue value is 197 (77.34% from 255 or 34.81% from 566); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA6C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA6C5 is #34593A. Grayscale: #B4B4B4. Windows color (decimal): -3430715 or 12953291. OLE color: 12953291.
HSL color Cylindrical-coordinate representation of color #CBA6C5: hue angle of 309.73º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBA6C5 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 166 | 197 | - |
| CMYK | 0 | 0.18 | 0.03 | 0.20 |
| HSL | 309.73º | 0.26% | 0.72% | - |
| HSV(B) | 309.73º | 0.18% | 0.8% | - |
| XYZ | 48.34 | 44 | 58.77 | - |
| YUV | 180.6 | 137.26 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 166 | 197 | 0 | 0.18 | 0.03 | 0.20 | 309.73 | 0.26 | 0.72 |
| Hex | CB | A6 | C5 | 0 | 12 | 3 | 14 | 136 | 1A | 48 |
| Octal | 313 | 246 | 305 | 0 | 22 | 3 | 24 | 466 | 32 | 110 |
| Binary | 11001011 | 10100110 | 11000101 | 0 | 10010 | 11 | 10100 | 100110110 | 11010 | 1001000 |
Color Harmonies of #CBA6C5
Complementary color
Monochromatic Colors of #CBA6C5
Black with #CBA6C5
Text Example
Text Example
White with #CBA6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA6C5; }
p { color: rgb(203,166,197); }
H1.HeaderClassName
{
color: #CBA6C5;
}
.AnyTagClassName
{
color: #CBA6C5;
}
</style>
background-color css
<style>
a { background-color: #CBA6C5; }
a { background-color: rgb(203,166,197); }
div.DivClassName
{
background-color: #CBA6C5;
}
.BgClassName
{
background-color: #CBA6C5;
}
</style>
border-color css
<style>
span { border-color: #CBA6C5; }
span { border-color: rgb(203,166,197); }
td.TdClassName
{
border-color: #CBA6C5;
}
.TagClassName
{
border-color: #CBA6C5;
}
</style>