Shades of Lilac #C596C0
Tints of Lilac #C596C0
RGB
CMYK
RGB Variations
Color information
#C596C0 (or 0xC596C0) is known color: Lilac. HEX triplet: C5, 96 and C0. RGB value is (197,150,192). Sum of RGB (Red+Green+Blue) = 197+150+192=539 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.55% from 539); Green value is 150 (58.98% from 255 or 27.83% from 539); Blue value is 192 (75.39% from 255 or 35.62% from 539); Max value from RGB is 197 - color contains mainly: red. Hex color #C596C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C596C0 is #3A693F. Grayscale: #A8A8A8. Windows color (decimal): -3828032 or 12621509. OLE color: 12621509.
HSL color Cylindrical-coordinate representation of color #C596C0: hue angle of 306.38º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C596C0 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 150 | 192 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.23 |
| HSL | 306.38º | 0.29% | 0.68% | - |
| HSV(B) | 306.38º | 0.24% | 0.77% | - |
| XYZ | 43.45 | 37.49 | 54.82 | - |
| YUV | 168.84 | 141.07 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 150 | 192 | 0 | 0.24 | 0.03 | 0.23 | 306.38 | 0.29 | 0.68 |
| Hex | C5 | 96 | C0 | 0 | 18 | 3 | 17 | 132 | 1D | 44 |
| Octal | 305 | 226 | 300 | 0 | 30 | 3 | 27 | 462 | 35 | 104 |
| Binary | 11000101 | 10010110 | 11000000 | 0 | 11000 | 11 | 10111 | 100110010 | 11101 | 1000100 |
Color Harmonies of #C596C0
Complementary color
Monochromatic Colors of #C596C0
Black with #C596C0
Text Example
Text Example
White with #C596C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C596C0; }
p { color: rgb(197,150,192); }
H1.HeaderClassName
{
color: #C596C0;
}
.AnyTagClassName
{
color: #C596C0;
}
</style>
background-color css
<style>
a { background-color: #C596C0; }
a { background-color: rgb(197,150,192); }
div.DivClassName
{
background-color: #C596C0;
}
.BgClassName
{
background-color: #C596C0;
}
</style>
border-color css
<style>
span { border-color: #C596C0; }
span { border-color: rgb(197,150,192); }
td.TdClassName
{
border-color: #C596C0;
}
.TagClassName
{
border-color: #C596C0;
}
</style>