I was using MasterDoctoralThesis template v1.4 and in there I used a package to color a single cell in table. But now i have started using the v 1.5 upon a suggestion in the forum, I have a problem with coloring the cells in a table.
This is the package I used previously:
\usepackage[table,xcdraw]{xcolor}
in this table
\begin{table}
\centering
\begin{tabular}{|l|l|l|l|l|l|}
\hline
.
.
.
\textbf{Age} & \cellcolor[HTML]{C0C0C0}-.595 & -.234 & .203 & -.107 & -.040 \\ \hline
.
.
.
There are couple more cells that are colored with the same color (grey).
This is the error message
Undefined control sequence.
l.44 \textbf{Age} & \cellcolor
[HTML]{C0C0C0}-.595 & -.234 & .203 & -.107 & -...
Which command should I use to do the same thing in v 1.5? Thank you very much!