Shades of Lilac #C48ACB
Tints of Lilac #C48ACB
RGB
CMYK
RGB Variations
Color information
#C48ACB (or 0xC48ACB) is known color: Lilac. HEX triplet: C4, 8A and CB. RGB value is (196,138,203). Sum of RGB (Red+Green+Blue) = 196+138+203=537 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.50% from 537); Green value is 138 (54.30% from 255 or 25.70% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 203 - color contains mainly: blue. Hex color #C48ACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48ACB is #3B7534. Grayscale: #A2A2A2. Windows color (decimal): -3896629 or 13339332. OLE color: 13339332.
HSL color Cylindrical-coordinate representation of color #C48ACB: hue angle of 293.54º 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 #C48ACB is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 138 | 203 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.20 |
| HSL | 293.54º | 0.38% | 0.67% | - |
| HSV(B) | 293.54º | 0.32% | 0.8% | - |
| XYZ | 42.63 | 34.22 | 60.86 | - |
| YUV | 162.75 | 150.72 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 138 | 203 | 0.03 | 0.32 | 0 | 0.20 | 293.54 | 0.38 | 0.67 |
| Hex | C4 | 8A | CB | 3 | 20 | 0 | 14 | 126 | 26 | 43 |
| Octal | 304 | 212 | 313 | 3 | 40 | 0 | 24 | 446 | 46 | 103 |
| Binary | 11000100 | 10001010 | 11001011 | 11 | 100000 | 0 | 10100 | 100100110 | 100110 | 1000011 |
Color Harmonies of #C48ACB
Complementary color
Monochromatic Colors of #C48ACB
Black with #C48ACB
Text Example
Text Example
White with #C48ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48ACB; }
p { color: rgb(196,138,203); }
H1.HeaderClassName
{
color: #C48ACB;
}
.AnyTagClassName
{
color: #C48ACB;
}
</style>
background-color css
<style>
a { background-color: #C48ACB; }
a { background-color: rgb(196,138,203); }
div.DivClassName
{
background-color: #C48ACB;
}
.BgClassName
{
background-color: #C48ACB;
}
</style>
border-color css
<style>
span { border-color: #C48ACB; }
span { border-color: rgb(196,138,203); }
td.TdClassName
{
border-color: #C48ACB;
}
.TagClassName
{
border-color: #C48ACB;
}
</style>