Shades of Lilac #CBA8C8
Tints of Lilac #CBA8C8
RGB
CMYK
RGB Variations
Color information
#CBA8C8 (or 0xCBA8C8) is known color: Lilac. HEX triplet: CB, A8 and C8. RGB value is (203,168,200). Sum of RGB (Red+Green+Blue) = 203+168+200=571 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.55% from 571); Green value is 168 (66.02% from 255 or 29.42% from 571); Blue value is 200 (78.52% from 255 or 35.03% from 571); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA8C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA8C8 is #345737. Grayscale: #B6B6B6. Windows color (decimal): -3430200 or 13150411. OLE color: 13150411.
HSL color Cylindrical-coordinate representation of color #CBA8C8: hue angle of 305.14º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBA8C8 is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
RGB | 203 | 168 | 200 | - |
CMYK | 0 | 0.17 | 0.01 | 0.20 |
HSL | 305.14º | 0.25% | 0.73% | - |
HSV(B) | 305.14º | 0.17% | 0.8% | - |
XYZ | 49.06 | 44.87 | 60.72 | - |
YUV | 182.11 | 138.1 | 142.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 168 | 200 | 0 | 0.17 | 0.01 | 0.20 | 305.14 | 0.25 | 0.73 |
Hex | CB | A8 | C8 | 0 | 11 | 1 | 14 | 131 | 19 | 49 |
Octal | 313 | 250 | 310 | 0 | 21 | 1 | 24 | 461 | 31 | 111 |
Binary | 11001011 | 10101000 | 11001000 | 0 | 10001 | 1 | 10100 | 100110001 | 11001 | 1001001 |
Color Harmonies of #CBA8C8
Complementary color
Monochromatic Colors of #CBA8C8
Black with #CBA8C8
Text Example
Text Example
White with #CBA8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA8C8; }
p { color: rgb(203,168,200); }
H1.HeaderClassName
{
color: #CBA8C8;
}
.AnyTagClassName
{
color: #CBA8C8;
}
</style>
background-color css
<style>
a { background-color: #CBA8C8; }
a { background-color: rgb(203,168,200); }
div.DivClassName
{
background-color: #CBA8C8;
}
.BgClassName
{
background-color: #CBA8C8;
}
</style>
border-color css
<style>
span { border-color: #CBA8C8; }
span { border-color: rgb(203,168,200); }
td.TdClassName
{
border-color: #CBA8C8;
}
.TagClassName
{
border-color: #CBA8C8;
}
</style>