Converting color images to grayscale is used for various reasons, like for reproducing on monochrome devices, subsequent processing. Each pixel in color image is described by a triple (R, G, B) of intensities like red, green, and blue. But how do you map that to a single value i.e. grayscale value. There are three methods to convert it. Average, Luminosity, Lightness. Different color models are used for different applications such as computer graphics, image processing, TV broadcasting, and computer vision. But still now there is no particular method for converting of grayscale to color image. In this paper a new approach was introduce to convert the grayscale image to color by using an YCbCr color space technique. Simulation results are presented to show how this approach is used to convert the grayscale to color image.