Shades of Lilac #CBA6C9
Tints of Lilac #CBA6C9
RGB
CMYK
RGB Variations
Color information
#CBA6C9 (or 0xCBA6C9) is known color: Lilac. HEX triplet: CB, A6 and C9. RGB value is (203,166,201). Sum of RGB (Red+Green+Blue) = 203+166+201=570 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.61% from 570); Green value is 166 (65.23% from 255 or 29.12% from 570); Blue value is 201 (78.91% from 255 or 35.26% from 570); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA6C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA6C9 is #345936. Grayscale: #B4B4B4. Windows color (decimal): -3430711 or 13215435. OLE color: 13215435.
HSL color Cylindrical-coordinate representation of color #CBA6C9: hue angle of 303.24º 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 #CBA6C9 is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 166 | 201 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.20 |
| HSL | 303.24º | 0.26% | 0.72% | - |
| HSV(B) | 303.24º | 0.18% | 0.8% | - |
| XYZ | 48.81 | 44.19 | 61.21 | - |
| YUV | 181.05 | 139.26 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 166 | 201 | 0 | 0.18 | 0.01 | 0.20 | 303.24 | 0.26 | 0.72 |
| Hex | CB | A6 | C9 | 0 | 12 | 1 | 14 | 12F | 1A | 48 |
| Octal | 313 | 246 | 311 | 0 | 22 | 1 | 24 | 457 | 32 | 110 |
| Binary | 11001011 | 10100110 | 11001001 | 0 | 10010 | 1 | 10100 | 100101111 | 11010 | 1001000 |
Color Harmonies of #CBA6C9
Complementary color
Monochromatic Colors of #CBA6C9
Black with #CBA6C9
Text Example
Text Example
White with #CBA6C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA6C9; }
p { color: rgb(203,166,201); }
H1.HeaderClassName
{
color: #CBA6C9;
}
.AnyTagClassName
{
color: #CBA6C9;
}
</style>
background-color css
<style>
a { background-color: #CBA6C9; }
a { background-color: rgb(203,166,201); }
div.DivClassName
{
background-color: #CBA6C9;
}
.BgClassName
{
background-color: #CBA6C9;
}
</style>
border-color css
<style>
span { border-color: #CBA6C9; }
span { border-color: rgb(203,166,201); }
td.TdClassName
{
border-color: #CBA6C9;
}
.TagClassName
{
border-color: #CBA6C9;
}
</style>