Denote the coordinate vector by <a, b, c >
Then, a<1, 4, 4> + b<0, 1, -8> + c<0, 0, 1> = <1, 2, -3>
Equating components, we have:
a + 0 + 0 = 1
4a + b + 0 = 2
4a - 8b + c = -3
So, a = 1, b = -2, and c = -23
The desired coordinate vector is < 1, -2, -23 >