Shades of Lilac #CBA7C9
Tints of Lilac #CBA7C9
RGB
CMYK
RGB Variations
Color information
#CBA7C9 (or 0xCBA7C9) is known color: Lilac. HEX triplet: CB, A7 and C9. RGB value is (203,167,201). Sum of RGB (Red+Green+Blue) = 203+167+201=571 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.55% from 571); Green value is 167 (65.62% from 255 or 29.25% from 571); Blue value is 201 (78.91% from 255 or 35.20% from 571); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA7C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA7C9 is #345836. Grayscale: #B5B5B5. Windows color (decimal): -3430455 or 13215691. OLE color: 13215691.
HSL color Cylindrical-coordinate representation of color #CBA7C9: hue angle of 303.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 #CBA7C9 is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 167 | 201 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.20 |
| HSL | 303.33º | 0.26% | 0.73% | - |
| HSV(B) | 303.33º | 0.18% | 0.8% | - |
| XYZ | 48.99 | 44.55 | 61.28 | - |
| YUV | 181.64 | 138.93 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 201 | 0 | 0.18 | 0.01 | 0.20 | 303.33 | 0.26 | 0.73 |
| Hex | CB | A7 | C9 | 0 | 12 | 1 | 14 | 12F | 1A | 49 |
| Octal | 313 | 247 | 311 | 0 | 22 | 1 | 24 | 457 | 32 | 111 |
| Binary | 11001011 | 10100111 | 11001001 | 0 | 10010 | 1 | 10100 | 100101111 | 11010 | 1001001 |
Color Harmonies of #CBA7C9
Complementary color
Monochromatic Colors of #CBA7C9
Black with #CBA7C9
Text Example
Text Example
White with #CBA7C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA7C9; }
p { color: rgb(203,167,201); }
H1.HeaderClassName
{
color: #CBA7C9;
}
.AnyTagClassName
{
color: #CBA7C9;
}
</style>
background-color css
<style>
a { background-color: #CBA7C9; }
a { background-color: rgb(203,167,201); }
div.DivClassName
{
background-color: #CBA7C9;
}
.BgClassName
{
background-color: #CBA7C9;
}
</style>
border-color css
<style>
span { border-color: #CBA7C9; }
span { border-color: rgb(203,167,201); }
td.TdClassName
{
border-color: #CBA7C9;
}
.TagClassName
{
border-color: #CBA7C9;
}
</style>