Shades of Lilac #C895C0
Tints of Lilac #C895C0
RGB
CMYK
RGB Variations
Color information
#C895C0 (or 0xC895C0) is known color: Lilac. HEX triplet: C8, 95 and C0. RGB value is (200,149,192). Sum of RGB (Red+Green+Blue) = 200+149+192=541 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.97% from 541); Green value is 149 (58.59% from 255 or 27.54% from 541); Blue value is 192 (75.39% from 255 or 35.49% from 541); Max value from RGB is 200 - color contains mainly: red. Hex color #C895C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C895C0 is #376A3F. Grayscale: #A9A9A9. Windows color (decimal): -3631680 or 12621256. OLE color: 12621256.
HSL color Cylindrical-coordinate representation of color #C895C0: hue angle of 309.41º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C895C0 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 149 | 192 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.22 |
| HSL | 309.41º | 0.32% | 0.68% | - |
| HSV(B) | 309.41º | 0.26% | 0.78% | - |
| XYZ | 44.08 | 37.58 | 54.8 | - |
| YUV | 169.15 | 140.9 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 149 | 192 | 0 | 0.26 | 0.04 | 0.22 | 309.41 | 0.32 | 0.68 |
| Hex | C8 | 95 | C0 | 0 | 1A | 4 | 16 | 135 | 20 | 44 |
| Octal | 310 | 225 | 300 | 0 | 32 | 4 | 26 | 465 | 40 | 104 |
| Binary | 11001000 | 10010101 | 11000000 | 0 | 11010 | 100 | 10110 | 100110101 | 100000 | 1000100 |
Color Harmonies of #C895C0
Complementary color
Monochromatic Colors of #C895C0
Black with #C895C0
Text Example
Text Example
White with #C895C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C895C0; }
p { color: rgb(200,149,192); }
H1.HeaderClassName
{
color: #C895C0;
}
.AnyTagClassName
{
color: #C895C0;
}
</style>
background-color css
<style>
a { background-color: #C895C0; }
a { background-color: rgb(200,149,192); }
div.DivClassName
{
background-color: #C895C0;
}
.BgClassName
{
background-color: #C895C0;
}
</style>
border-color css
<style>
span { border-color: #C895C0; }
span { border-color: rgb(200,149,192); }
td.TdClassName
{
border-color: #C895C0;
}
.TagClassName
{
border-color: #C895C0;
}
</style>