Shades of Lilac #CBA7C6
Tints of Lilac #CBA7C6
RGB
CMYK
RGB Variations
Color information
#CBA7C6 (or 0xCBA7C6) is known color: Lilac. HEX triplet: CB, A7 and C6. RGB value is (203,167,198). Sum of RGB (Red+Green+Blue) = 203+167+198=568 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.74% from 568); Green value is 167 (65.62% from 255 or 29.40% from 568); Blue value is 198 (77.73% from 255 or 34.86% from 568); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA7C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA7C6 is #345839. Grayscale: #B5B5B5. Windows color (decimal): -3430458 or 13019083. OLE color: 13019083.
HSL color Cylindrical-coordinate representation of color #CBA7C6: hue angle of 308.33º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBA7C6 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 167 | 198 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.20 |
| HSL | 308.33º | 0.26% | 0.73% | - |
| HSV(B) | 308.33º | 0.18% | 0.8% | - |
| XYZ | 48.64 | 44.41 | 59.43 | - |
| YUV | 181.3 | 137.43 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 198 | 0 | 0.18 | 0.02 | 0.20 | 308.33 | 0.26 | 0.73 |
| Hex | CB | A7 | C6 | 0 | 12 | 2 | 14 | 134 | 1A | 49 |
| Octal | 313 | 247 | 306 | 0 | 22 | 2 | 24 | 464 | 32 | 111 |
| Binary | 11001011 | 10100111 | 11000110 | 0 | 10010 | 10 | 10100 | 100110100 | 11010 | 1001001 |
Color Harmonies of #CBA7C6
Complementary color
Monochromatic Colors of #CBA7C6
Black with #CBA7C6
Text Example
Text Example
White with #CBA7C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA7C6; }
p { color: rgb(203,167,198); }
H1.HeaderClassName
{
color: #CBA7C6;
}
.AnyTagClassName
{
color: #CBA7C6;
}
</style>
background-color css
<style>
a { background-color: #CBA7C6; }
a { background-color: rgb(203,167,198); }
div.DivClassName
{
background-color: #CBA7C6;
}
.BgClassName
{
background-color: #CBA7C6;
}
</style>
border-color css
<style>
span { border-color: #CBA7C6; }
span { border-color: rgb(203,167,198); }
td.TdClassName
{
border-color: #CBA7C6;
}
.TagClassName
{
border-color: #CBA7C6;
}
</style>