Shades of Lilac #C08AC6
Tints of Lilac #C08AC6
RGB
CMYK
RGB Variations
Color information
#C08AC6 (or 0xC08AC6) is known color: Lilac. HEX triplet: C0, 8A and C6. RGB value is (192,138,198). Sum of RGB (Red+Green+Blue) = 192+138+198=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 138 (54.30% from 255 or 26.14% from 528); Blue value is 198 (77.73% from 255 or 37.5% from 528); Max value from RGB is 198 - color contains mainly: blue. Hex color #C08AC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08AC6 is #3F7539. Grayscale: #A0A0A0. Windows color (decimal): -4158778 or 13011648. OLE color: 13011648.
HSL color Cylindrical-coordinate representation of color #C08AC6: hue angle of 294º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C08AC6 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 138 | 198 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.22 |
| HSL | 294º | 0.34% | 0.66% | - |
| HSV(B) | 294º | 0.3% | 0.78% | - |
| XYZ | 41.02 | 33.46 | 57.72 | - |
| YUV | 160.99 | 148.89 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 138 | 198 | 0.03 | 0.30 | 0 | 0.22 | 294 | 0.34 | 0.66 |
| Hex | C0 | 8A | C6 | 3 | 1E | 0 | 16 | 126 | 22 | 42 |
| Octal | 300 | 212 | 306 | 3 | 36 | 0 | 26 | 446 | 42 | 102 |
| Binary | 11000000 | 10001010 | 11000110 | 11 | 11110 | 0 | 10110 | 100100110 | 100010 | 1000010 |
Color Harmonies of #C08AC6
Complementary color
Monochromatic Colors of #C08AC6
Black with #C08AC6
Text Example
Text Example
White with #C08AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08AC6; }
p { color: rgb(192,138,198); }
H1.HeaderClassName
{
color: #C08AC6;
}
.AnyTagClassName
{
color: #C08AC6;
}
</style>
background-color css
<style>
a { background-color: #C08AC6; }
a { background-color: rgb(192,138,198); }
div.DivClassName
{
background-color: #C08AC6;
}
.BgClassName
{
background-color: #C08AC6;
}
</style>
border-color css
<style>
span { border-color: #C08AC6; }
span { border-color: rgb(192,138,198); }
td.TdClassName
{
border-color: #C08AC6;
}
.TagClassName
{
border-color: #C08AC6;
}
</style>