Shades of Lilac #C898C0
Tints of Lilac #C898C0
RGB
CMYK
RGB Variations
Color information
#C898C0 (or 0xC898C0) is known color: Lilac. HEX triplet: C8, 98 and C0. RGB value is (200,152,192). Sum of RGB (Red+Green+Blue) = 200+152+192=544 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.76% from 544); Green value is 152 (59.77% from 255 or 27.94% from 544); Blue value is 192 (75.39% from 255 or 35.29% from 544); Max value from RGB is 200 - color contains mainly: red. Hex color #C898C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C898C0 is #37673F. Grayscale: #AAAAAA. Windows color (decimal): -3630912 or 12622024. OLE color: 12622024.
HSL color Cylindrical-coordinate representation of color #C898C0: hue angle of 310º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C898C0 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 152 | 192 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.22 |
| HSL | 310º | 0.3% | 0.69% | - |
| HSV(B) | 310º | 0.24% | 0.78% | - |
| XYZ | 44.56 | 38.54 | 54.96 | - |
| YUV | 170.91 | 139.9 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 152 | 192 | 0 | 0.24 | 0.04 | 0.22 | 310 | 0.3 | 0.69 |
| Hex | C8 | 98 | C0 | 0 | 18 | 4 | 16 | 136 | 1E | 45 |
| Octal | 310 | 230 | 300 | 0 | 30 | 4 | 26 | 466 | 36 | 105 |
| Binary | 11001000 | 10011000 | 11000000 | 0 | 11000 | 100 | 10110 | 100110110 | 11110 | 1000101 |
Color Harmonies of #C898C0
Complementary color
Monochromatic Colors of #C898C0
Black with #C898C0
Text Example
Text Example
White with #C898C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C898C0; }
p { color: rgb(200,152,192); }
H1.HeaderClassName
{
color: #C898C0;
}
.AnyTagClassName
{
color: #C898C0;
}
</style>
background-color css
<style>
a { background-color: #C898C0; }
a { background-color: rgb(200,152,192); }
div.DivClassName
{
background-color: #C898C0;
}
.BgClassName
{
background-color: #C898C0;
}
</style>
border-color css
<style>
span { border-color: #C898C0; }
span { border-color: rgb(200,152,192); }
td.TdClassName
{
border-color: #C898C0;
}
.TagClassName
{
border-color: #C898C0;
}
</style>