Shades of Lilac #CBA1C2
Tints of Lilac #CBA1C2
RGB
CMYK
RGB Variations
Color information
#CBA1C2 (or 0xCBA1C2) is known color: Lilac. HEX triplet: CB, A1 and C2. RGB value is (203,161,194). Sum of RGB (Red+Green+Blue) = 203+161+194=558 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.38% from 558); Green value is 161 (63.28% from 255 or 28.85% from 558); Blue value is 194 (76.17% from 255 or 34.77% from 558); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA1C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA1C2 is #345E3D. Grayscale: #B1B1B1. Windows color (decimal): -3431998 or 12755403. OLE color: 12755403.
HSL color Cylindrical-coordinate representation of color #CBA1C2: hue angle of 312.86º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBA1C2 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
RGB | 203 | 161 | 194 | - |
CMYK | 0 | 0.21 | 0.04 | 0.20 |
HSL | 312.86º | 0.29% | 0.71% | - |
HSV(B) | 312.86º | 0.21% | 0.8% | - |
XYZ | 47.11 | 42.08 | 56.68 | - |
YUV | 177.32 | 137.41 | 146.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 161 | 194 | 0 | 0.21 | 0.04 | 0.20 | 312.86 | 0.29 | 0.71 |
Hex | CB | A1 | C2 | 0 | 15 | 4 | 14 | 139 | 1D | 47 |
Octal | 313 | 241 | 302 | 0 | 25 | 4 | 24 | 471 | 35 | 107 |
Binary | 11001011 | 10100001 | 11000010 | 0 | 10101 | 100 | 10100 | 100111001 | 11101 | 1000111 |
Color Harmonies of #CBA1C2
Complementary color
Monochromatic Colors of #CBA1C2
Black with #CBA1C2
Text Example
Text Example
White with #CBA1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA1C2; }
p { color: rgb(203,161,194); }
H1.HeaderClassName
{
color: #CBA1C2;
}
.AnyTagClassName
{
color: #CBA1C2;
}
</style>
background-color css
<style>
a { background-color: #CBA1C2; }
a { background-color: rgb(203,161,194); }
div.DivClassName
{
background-color: #CBA1C2;
}
.BgClassName
{
background-color: #CBA1C2;
}
</style>
border-color css
<style>
span { border-color: #CBA1C2; }
span { border-color: rgb(203,161,194); }
td.TdClassName
{
border-color: #CBA1C2;
}
.TagClassName
{
border-color: #CBA1C2;
}
</style>