Shades of Lilac #CBA7C7
Tints of Lilac #CBA7C7
RGB
CMYK
RGB Variations
Color information
#CBA7C7 (or 0xCBA7C7) is known color: Lilac. HEX triplet: CB, A7 and C7. RGB value is (203,167,199). Sum of RGB (Red+Green+Blue) = 203+167+199=569 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.68% from 569); Green value is 167 (65.62% from 255 or 29.35% from 569); Blue value is 199 (78.12% from 255 or 34.97% from 569); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA7C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA7C7 is #345838. Grayscale: #B5B5B5. Windows color (decimal): -3430457 or 13084619. OLE color: 13084619.
HSL color Cylindrical-coordinate representation of color #CBA7C7: hue angle of 306.67º 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 #CBA7C7 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 167 | 199 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.20 |
| HSL | 306.67º | 0.26% | 0.73% | - |
| HSV(B) | 306.67º | 0.18% | 0.8% | - |
| XYZ | 48.76 | 44.46 | 60.04 | - |
| YUV | 181.41 | 137.93 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 199 | 0 | 0.18 | 0.02 | 0.20 | 306.67 | 0.26 | 0.73 |
| Hex | CB | A7 | C7 | 0 | 12 | 2 | 14 | 133 | 1A | 49 |
| Octal | 313 | 247 | 307 | 0 | 22 | 2 | 24 | 463 | 32 | 111 |
| Binary | 11001011 | 10100111 | 11000111 | 0 | 10010 | 10 | 10100 | 100110011 | 11010 | 1001001 |
Color Harmonies of #CBA7C7
Complementary color
Monochromatic Colors of #CBA7C7
Black with #CBA7C7
Text Example
Text Example
White with #CBA7C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA7C7; }
p { color: rgb(203,167,199); }
H1.HeaderClassName
{
color: #CBA7C7;
}
.AnyTagClassName
{
color: #CBA7C7;
}
</style>
background-color css
<style>
a { background-color: #CBA7C7; }
a { background-color: rgb(203,167,199); }
div.DivClassName
{
background-color: #CBA7C7;
}
.BgClassName
{
background-color: #CBA7C7;
}
</style>
border-color css
<style>
span { border-color: #CBA7C7; }
span { border-color: rgb(203,167,199); }
td.TdClassName
{
border-color: #CBA7C7;
}
.TagClassName
{
border-color: #CBA7C7;
}
</style>