Shades of Lilac #CBA4C5
Tints of Lilac #CBA4C5
RGB
CMYK
RGB Variations
Color information
#CBA4C5 (or 0xCBA4C5) is known color: Lilac. HEX triplet: CB, A4 and C5. RGB value is (203,164,197). Sum of RGB (Red+Green+Blue) = 203+164+197=564 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.99% from 564); Green value is 164 (64.45% from 255 or 29.08% from 564); Blue value is 197 (77.34% from 255 or 34.93% from 564); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA4C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA4C5 is #345B3A. Grayscale: #B3B3B3. Windows color (decimal): -3431227 or 12952779. OLE color: 12952779.
HSL color Cylindrical-coordinate representation of color #CBA4C5: hue angle of 309.23º 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 #CBA4C5 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 164 | 197 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.20 |
| HSL | 309.23º | 0.27% | 0.72% | - |
| HSV(B) | 309.23º | 0.19% | 0.8% | - |
| XYZ | 47.98 | 43.28 | 58.65 | - |
| YUV | 179.42 | 137.92 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 164 | 197 | 0 | 0.19 | 0.03 | 0.20 | 309.23 | 0.27 | 0.72 |
| Hex | CB | A4 | C5 | 0 | 13 | 3 | 14 | 135 | 1B | 48 |
| Octal | 313 | 244 | 305 | 0 | 23 | 3 | 24 | 465 | 33 | 110 |
| Binary | 11001011 | 10100100 | 11000101 | 0 | 10011 | 11 | 10100 | 100110101 | 11011 | 1001000 |
Color Harmonies of #CBA4C5
Complementary color
Monochromatic Colors of #CBA4C5
Black with #CBA4C5
Text Example
Text Example
White with #CBA4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA4C5; }
p { color: rgb(203,164,197); }
H1.HeaderClassName
{
color: #CBA4C5;
}
.AnyTagClassName
{
color: #CBA4C5;
}
</style>
background-color css
<style>
a { background-color: #CBA4C5; }
a { background-color: rgb(203,164,197); }
div.DivClassName
{
background-color: #CBA4C5;
}
.BgClassName
{
background-color: #CBA4C5;
}
</style>
border-color css
<style>
span { border-color: #CBA4C5; }
span { border-color: rgb(203,164,197); }
td.TdClassName
{
border-color: #CBA4C5;
}
.TagClassName
{
border-color: #CBA4C5;
}
</style>