Shades of Lilac #CBA7C5
Tints of Lilac #CBA7C5
RGB
CMYK
RGB Variations
Color information
#CBA7C5 (or 0xCBA7C5) is known color: Lilac. HEX triplet: CB, A7 and C5. RGB value is (203,167,197). Sum of RGB (Red+Green+Blue) = 203+167+197=567 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.80% from 567); Green value is 167 (65.62% from 255 or 29.45% from 567); Blue value is 197 (77.34% from 255 or 34.74% from 567); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA7C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA7C5 is #34583A. Grayscale: #B5B5B5. Windows color (decimal): -3430459 or 12953547. OLE color: 12953547.
HSL color Cylindrical-coordinate representation of color #CBA7C5: hue angle of 310º 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 #CBA7C5 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 167 | 197 | - |
| CMYK | 0 | 0.18 | 0.03 | 0.20 |
| HSL | 310º | 0.26% | 0.73% | - |
| HSV(B) | 310º | 0.18% | 0.8% | - |
| XYZ | 48.53 | 44.37 | 58.83 | - |
| YUV | 181.18 | 136.93 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 197 | 0 | 0.18 | 0.03 | 0.20 | 310 | 0.26 | 0.73 |
| Hex | CB | A7 | C5 | 0 | 12 | 3 | 14 | 136 | 1A | 49 |
| Octal | 313 | 247 | 305 | 0 | 22 | 3 | 24 | 466 | 32 | 111 |
| Binary | 11001011 | 10100111 | 11000101 | 0 | 10010 | 11 | 10100 | 100110110 | 11010 | 1001001 |
Color Harmonies of #CBA7C5
Complementary color
Monochromatic Colors of #CBA7C5
Black with #CBA7C5
Text Example
Text Example
White with #CBA7C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA7C5; }
p { color: rgb(203,167,197); }
H1.HeaderClassName
{
color: #CBA7C5;
}
.AnyTagClassName
{
color: #CBA7C5;
}
</style>
background-color css
<style>
a { background-color: #CBA7C5; }
a { background-color: rgb(203,167,197); }
div.DivClassName
{
background-color: #CBA7C5;
}
.BgClassName
{
background-color: #CBA7C5;
}
</style>
border-color css
<style>
span { border-color: #CBA7C5; }
span { border-color: rgb(203,167,197); }
td.TdClassName
{
border-color: #CBA7C5;
}
.TagClassName
{
border-color: #CBA7C5;
}
</style>