Shades of Lilac #C08ACB
Tints of Lilac #C08ACB
RGB
CMYK
RGB Variations
Color information
#C08ACB (or 0xC08ACB) is known color: Lilac. HEX triplet: C0, 8A and CB. RGB value is (192,138,203). Sum of RGB (Red+Green+Blue) = 192+138+203=533 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.02% from 533); Green value is 138 (54.30% from 255 or 25.89% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 203 - color contains mainly: blue. Hex color #C08ACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08ACB is #3F7534. Grayscale: #A1A1A1. Windows color (decimal): -4158773 or 13339328. OLE color: 13339328.
HSL color Cylindrical-coordinate representation of color #C08ACB: hue angle of 289.85º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C08ACB is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 138 | 203 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.20 |
| HSL | 289.85º | 0.38% | 0.67% | - |
| HSV(B) | 289.85º | 0.32% | 0.8% | - |
| XYZ | 41.61 | 33.7 | 60.81 | - |
| YUV | 161.56 | 151.39 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 138 | 203 | 0.05 | 0.32 | 0 | 0.20 | 289.85 | 0.38 | 0.67 |
| Hex | C0 | 8A | CB | 5 | 20 | 0 | 14 | 122 | 26 | 43 |
| Octal | 300 | 212 | 313 | 5 | 40 | 0 | 24 | 442 | 46 | 103 |
| Binary | 11000000 | 10001010 | 11001011 | 101 | 100000 | 0 | 10100 | 100100010 | 100110 | 1000011 |
Color Harmonies of #C08ACB
Complementary color
Monochromatic Colors of #C08ACB
Black with #C08ACB
Text Example
Text Example
White with #C08ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08ACB; }
p { color: rgb(192,138,203); }
H1.HeaderClassName
{
color: #C08ACB;
}
.AnyTagClassName
{
color: #C08ACB;
}
</style>
background-color css
<style>
a { background-color: #C08ACB; }
a { background-color: rgb(192,138,203); }
div.DivClassName
{
background-color: #C08ACB;
}
.BgClassName
{
background-color: #C08ACB;
}
</style>
border-color css
<style>
span { border-color: #C08ACB; }
span { border-color: rgb(192,138,203); }
td.TdClassName
{
border-color: #C08ACB;
}
.TagClassName
{
border-color: #C08ACB;
}
</style>