Shades of Lilac #CBA4C6
Tints of Lilac #CBA4C6
RGB
CMYK
RGB Variations
Color information
#CBA4C6 (or 0xCBA4C6) is known color: Lilac. HEX triplet: CB, A4 and C6. RGB value is (203,164,198). Sum of RGB (Red+Green+Blue) = 203+164+198=565 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.93% from 565); Green value is 164 (64.45% from 255 or 29.03% from 565); Blue value is 198 (77.73% from 255 or 35.04% from 565); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA4C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA4C6 is #345B39. Grayscale: #B3B3B3. Windows color (decimal): -3431226 or 13018315. OLE color: 13018315.
HSL color Cylindrical-coordinate representation of color #CBA4C6: hue angle of 307.69º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBA4C6 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 164 | 198 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.20 |
| HSL | 307.69º | 0.27% | 0.72% | - |
| HSV(B) | 307.69º | 0.19% | 0.8% | - |
| XYZ | 48.1 | 43.32 | 59.25 | - |
| YUV | 179.54 | 138.42 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 164 | 198 | 0 | 0.19 | 0.02 | 0.20 | 307.69 | 0.27 | 0.72 |
| Hex | CB | A4 | C6 | 0 | 13 | 2 | 14 | 134 | 1B | 48 |
| Octal | 313 | 244 | 306 | 0 | 23 | 2 | 24 | 464 | 33 | 110 |
| Binary | 11001011 | 10100100 | 11000110 | 0 | 10011 | 10 | 10100 | 100110100 | 11011 | 1001000 |
Color Harmonies of #CBA4C6
Complementary color
Monochromatic Colors of #CBA4C6
Black with #CBA4C6
Text Example
Text Example
White with #CBA4C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA4C6; }
p { color: rgb(203,164,198); }
H1.HeaderClassName
{
color: #CBA4C6;
}
.AnyTagClassName
{
color: #CBA4C6;
}
</style>
background-color css
<style>
a { background-color: #CBA4C6; }
a { background-color: rgb(203,164,198); }
div.DivClassName
{
background-color: #CBA4C6;
}
.BgClassName
{
background-color: #CBA4C6;
}
</style>
border-color css
<style>
span { border-color: #CBA4C6; }
span { border-color: rgb(203,164,198); }
td.TdClassName
{
border-color: #CBA4C6;
}
.TagClassName
{
border-color: #CBA4C6;
}
</style>