diff --git a/MagickCore/channel.c b/MagickCore/channel.c
index 7cae8df..9f4dda7 100644
--- a/MagickCore/channel.c
+++ b/MagickCore/channel.c
@@ -351,6 +351,9 @@
             (LocaleCompare(token,"y") == 0) ||
             (LocaleCompare(token,"yellow") == 0))
           SetImageColorspace(destination_image,CMYKColorspace,exception);
+        if ((LocaleCompare(token,"Cb") == 0) ||
+            (LocaleCompare(token,"Cr") == 0))
+          SetImageColorspace(destination_image,YCbCrColorspace,exception);
         GetMagickToken(p,&p,token);
         break;
       }