Shades of Lilac #CBA6C6
Tints of Lilac #CBA6C6
RGB
CMYK
RGB Variations
Color information
#CBA6C6 (or 0xCBA6C6) is known color: Lilac. HEX triplet: CB, A6 and C6. RGB value is (203,166,198). Sum of RGB (Red+Green+Blue) = 203+166+198=567 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.80% from 567); Green value is 166 (65.23% from 255 or 29.28% from 567); Blue value is 198 (77.73% from 255 or 34.92% from 567); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA6C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA6C6 is #345939. Grayscale: #B4B4B4. Windows color (decimal): -3430714 or 13018827. OLE color: 13018827.
HSL color Cylindrical-coordinate representation of color #CBA6C6: hue angle of 308.11º 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 #CBA6C6 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 166 | 198 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.20 |
| HSL | 308.11º | 0.26% | 0.72% | - |
| HSV(B) | 308.11º | 0.18% | 0.8% | - |
| XYZ | 48.46 | 44.05 | 59.37 | - |
| YUV | 180.71 | 137.76 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 166 | 198 | 0 | 0.18 | 0.02 | 0.20 | 308.11 | 0.26 | 0.72 |
| Hex | CB | A6 | C6 | 0 | 12 | 2 | 14 | 134 | 1A | 48 |
| Octal | 313 | 246 | 306 | 0 | 22 | 2 | 24 | 464 | 32 | 110 |
| Binary | 11001011 | 10100110 | 11000110 | 0 | 10010 | 10 | 10100 | 100110100 | 11010 | 1001000 |
Color Harmonies of #CBA6C6
Complementary color
Monochromatic Colors of #CBA6C6
Black with #CBA6C6
Text Example
Text Example
White with #CBA6C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA6C6; }
p { color: rgb(203,166,198); }
H1.HeaderClassName
{
color: #CBA6C6;
}
.AnyTagClassName
{
color: #CBA6C6;
}
</style>
background-color css
<style>
a { background-color: #CBA6C6; }
a { background-color: rgb(203,166,198); }
div.DivClassName
{
background-color: #CBA6C6;
}
.BgClassName
{
background-color: #CBA6C6;
}
</style>
border-color css
<style>
span { border-color: #CBA6C6; }
span { border-color: rgb(203,166,198); }
td.TdClassName
{
border-color: #CBA6C6;
}
.TagClassName
{
border-color: #CBA6C6;
}
</style>