Add another CMYK profile.

Change-Id: I476131bb87b5bd444c184866c2119b26948ca888
Reviewed-on: https://skia-review.googlesource.com/148805
Commit-Queue: Mike Klein <mtklein@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
Auto-Submit: Mike Klein <mtklein@google.com>
Reviewed-by: Brian Osman <brianosman@google.com>
diff --git a/profiles/misc/Coated_FOGRA27_CMYK.icc b/profiles/misc/Coated_FOGRA27_CMYK.icc
new file mode 100644
index 0000000..086ac9d
--- /dev/null
+++ b/profiles/misc/Coated_FOGRA27_CMYK.icc
Binary files differ
diff --git a/profiles/misc/Coated_FOGRA27_CMYK.icc.txt b/profiles/misc/Coated_FOGRA27_CMYK.icc.txt
new file mode 100644
index 0000000..751240e
--- /dev/null
+++ b/profiles/misc/Coated_FOGRA27_CMYK.icc.txt
@@ -0,0 +1,43 @@
+                Size : 0x00088084 : 557188
+    Data color space : 0x434D594B : 'CMYK'
+                 PCS : 0x4C616220 : 'Lab '
+           Tag count : 0x0000000A : 10
+
+ Tag    : Type   : Size   : Offset
+ ------ : ------ : ------ : --------
+ 'desc' : 'desc' :    124 : 252
+ 'wtpt' : 'XYZ ' :     20 : 376
+ 'A2B0' : 'mft2' :  41478 : 396
+ 'A2B2' : 'mft2' :  41478 : 396
+ 'A2B1' : 'mft2' :  41478 : 41876
+ 'B2A0' : 'mft1' : 145588 : 83356
+ 'B2A1' : 'mft1' : 145588 : 228944
+ 'B2A2' : 'mft1' : 145588 : 374532
+ 'gamt' : 'mft1' :  37009 : 520120
+ 'cprt' : 'text' :     55 : 557132
+
+ A2B : "A", CLUT, "B"
+ "A" : 4 inputs
+  A0 : 16-bit table with 256 entries
+  ~= : 1.160069, 0.9660149, 0.08075163, 0.8236057, 0.02352941, -0.05260923, 0 (Max error: 0.00188172) (D-gap: -2.29701e-05)
+  A1 : 16-bit table with 256 entries
+  ~= : 1.086079, 1.063515, -0.19075, 0.8082388, 0.1803922, 0.145188, 0 (Max error: 0.00696313) (D-gap: -2.23517e-07)
+  A2 : 16-bit table with 256 entries
+  ~= : 1.187467, 0.9798889, 0.0385357, 0.7821012, 0.03529412, -0.01718035, 0 (Max error: 0.00421613) (D-gap: -8.43219e-06)
+  A3 : 16-bit table with 256 entries
+  ~= : 4.09466, 0.6916313, 0.7610201, 0.7655641, 0.01568628, -0.3344684, 0 (Max error: 0.548935) (D-gap: -0.00014088)
+CLUT : 9 x 9 x 9 x 9 (16 bpp)
+ "B" : 3 outputs
+  B0 : 1, 1, 0, 0, 0, 0, 0 (~Identity)
+  B1 : 1, 1, 0, 0, 0, 0, 0 (~Identity)
+  B2 : 1, 1, 0, 0, 0, 0, 0 (~Identity)
+252 random bytes transformed to linear XYZD50 bytes:
+	0e1b20 392210 0b0c05 1a1218 1c1305 17210b 231e10
+	25233b 010102 0f1514 222e4a 492e20 2b2d1d 030202
+	060705 6b473d 000100 47515d 321b17 040301 271b17
+	222114 020302 3c4138 6c836c 1c2b10 101835 303619
+	060806 040302 020205 030401 030301 030406 0b0d08
+	060b07 85725e 363233 2e300c 030606 0a0804 030206
+	334423 070403 080905 010001 03050b 2a312c 0c0908
+	020101 202004 0f1115 353c12 181a12 120e14 0a0a0d
+	010101 0b0d15 0e0906 181613 070503 16130f 201e24
diff --git a/tests.c b/tests.c
index 640352e..4435dea 100644
--- a/tests.c
+++ b/tests.c
@@ -412,6 +412,7 @@
     "profiles/color.org/Upper_Left.icc",
     "profiles/color.org/Upper_Right.icc",
     "profiles/misc/Apple_Wide_Color.icc",
+    "profiles/misc/Coated_FOGRA27_CMYK.icc",
     "profiles/misc/Coated_FOGRA39_CMYK.icc",
     "profiles/misc/ColorLogic_ISO_Coated_CMYK.icc",  // Has kTRC.
     "profiles/misc/Japan_Color_2001_Coated.icc",