Shades of Lilac #C59CC0
Tints of Lilac #C59CC0
RGB
CMYK
RGB Variations
Color information
#C59CC0 (or 0xC59CC0) is known color: Lilac. HEX triplet: C5, 9C and C0. RGB value is (197,156,192). Sum of RGB (Red+Green+Blue) = 197+156+192=545 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.15% from 545); Green value is 156 (61.33% from 255 or 28.62% from 545); Blue value is 192 (75.39% from 255 or 35.23% from 545); Max value from RGB is 197 - color contains mainly: red. Hex color #C59CC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59CC0 is #3A633F. Grayscale: #ACACAC. Windows color (decimal): -3826496 or 12623045. OLE color: 12623045.
HSL color Cylindrical-coordinate representation of color #C59CC0: hue angle of 307.32º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C59CC0 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 156 | 192 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.23 |
| HSL | 307.32º | 0.26% | 0.69% | - |
| HSV(B) | 307.32º | 0.21% | 0.77% | - |
| XYZ | 44.43 | 39.45 | 55.14 | - |
| YUV | 172.36 | 139.08 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 156 | 192 | 0 | 0.21 | 0.03 | 0.23 | 307.32 | 0.26 | 0.69 |
| Hex | C5 | 9C | C0 | 0 | 15 | 3 | 17 | 133 | 1A | 45 |
| Octal | 305 | 234 | 300 | 0 | 25 | 3 | 27 | 463 | 32 | 105 |
| Binary | 11000101 | 10011100 | 11000000 | 0 | 10101 | 11 | 10111 | 100110011 | 11010 | 1000101 |
Color Harmonies of #C59CC0
Complementary color
Monochromatic Colors of #C59CC0
Black with #C59CC0
Text Example
Text Example
White with #C59CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59CC0; }
p { color: rgb(197,156,192); }
H1.HeaderClassName
{
color: #C59CC0;
}
.AnyTagClassName
{
color: #C59CC0;
}
</style>
background-color css
<style>
a { background-color: #C59CC0; }
a { background-color: rgb(197,156,192); }
div.DivClassName
{
background-color: #C59CC0;
}
.BgClassName
{
background-color: #C59CC0;
}
</style>
border-color css
<style>
span { border-color: #C59CC0; }
span { border-color: rgb(197,156,192); }
td.TdClassName
{
border-color: #C59CC0;
}
.TagClassName
{
border-color: #C59CC0;
}
</style>