Questions tagged [pantone]

Pantone Inc. is a corporation known for its Pantone Matching System (PMS), a proprietary color space used in a variety of places. The Pantone Color Matching System is largely a standardized color reproduction system. By standardizing the colors, different manufacturers in different locations can all refer to the Pantone system to make sure colors match without direct contact with one another.

The idea behind the PMS is to allow designers to "color match" specific colors when a design enters production stage, regardless of the equipment used to produce the color. This system has been widely adopted by graphic designers and reproduction and printing houses. Pantone recommends that PMS Color Guides be purchased annually, as their inks become yellowish over time. Color variance also occurs within editions based on the paper stock used (coated, matte or uncoated), while interedition color variance occurs when there are changes to the specific paper stock used.

via Wikipedia

14 questions
5
votes
0 answers

What's the proper way to encode PANTONE colours in SVG files?

I have an application that spits out SVG images, and for printing purposes, I would want it to produce properly encoded PANTONE colours (where known). The SVG specs are not very detailed in how the output should look, and I haven't been able to find…
ecmanaut
  • 5,030
  • 2
  • 44
  • 66
3
votes
2 answers

Converting Pantone colors to RGB?

Is it possible to connvert Pantone colors to RGB? From what I can tell you would need a lookup table of some sort. With thousands and thousands of colors I would never want to maintain this myself so does anybody know of an api? We use Java so a…
benstpierre
  • 32,833
  • 51
  • 177
  • 288
3
votes
1 answer

How can we pass list of spotcolor values in PDFLib set-graphics-option?

I have integrated PDFLib library in the c#.net code and I have a requirement to set multiple spotcolor values in set-graphics-option method. I tried the below code but it didn't work... Appreciate your help to fix this. 1. optlist =…
swap
  • 85
  • 4
2
votes
2 answers

How can a color definition look so different in RGB and CMYK colors spaces?

How can a color definition look so different in RGB and CMYK colors spaces? (on my screen) e.g. this Pantone color : https://www.pantone.com/color-finder/Purple-C the CMYK: http://www.wolframalpha.com/input/?i=cmyk+40+90+0+0 and RGB:…
stallingOne
  • 3,633
  • 3
  • 41
  • 63
2
votes
1 answer

SVG to EPS convert - Pantone colors and CMYK profile

Convert SVG file to EPS with Pantone colors and CMYK profile ? Currently i use inkscape to convert but event with icc-color in fill attribute it do not store color as Pantone and sets color profile to RGB when desired profile is CMYK. Any…
2
votes
1 answer

dompdf using spot colors

Is it possible to use spot colors(like Pantone) in dompdf? In TCPDF one can easily define('white' => array( 0, 0, 0, 0, 'White')) and use(TCPDF_COLORS::$spotcolor['white']) spot colors , but the HTML rendering of dompdf is better.
S. Rudolph
  • 41
  • 1
  • 6
2
votes
0 answers

How to find the PMS (Pantone) color for a given CMYK value?

Is it possible to find the nearest PMS color of any CMYK/RGB/HSL color? I understand that PMS is an arbitrary color system (not a space) and it's not possible to do conversions using algorithms. I have seen (some, examples) on the web, where people…
frucruphoc
  • 21
  • 2
1
vote
2 answers

Finding the closest PMS color with a hex color?

Is there a way to match Hex/RGB colors to the closest PMS (Pantone Matching system) colors? I'm trying to think of a way to code this, but have no idea where to even get started.
Walker
  • 128,495
  • 27
  • 68
  • 94
1
vote
2 answers

iText: PdfSpotColor with PdfTable

We are using PdfTable to layout text on a PDF document using iText. We would like to express the colors of the fonts as Pantone values. According to the documentation, you have to use PdfSpotColor to specify Pantone colors. The problem is that I…
1
vote
2 answers

Create Pantone Color sheet with Appelscript and InDesign

To check if the Pantone color printed on my own printer is the same as the official color swatch from Pantone i'm trying to create a Color Sheet with all the Pantone colors. This is my applescript so far. It creates the first line with six…
1
vote
1 answer

Why is the colors on my React Native App (Expo) different than the pantone app?

I want to pair the colors but I got them wrong So the same #00AFDB seems pale or off in the expo app
hugomosh
  • 402
  • 6
  • 15
0
votes
0 answers

How can do Color Separation or remove Pantone(Spot Colors) and CMYK colors in PDF file?

We are developing the application where we're using PDF.Js library to render the PDF in Browser. I am open to approaches of any language and libraries. We are developing color separation feature in my application similar to this application by…
0
votes
0 answers

How can i find ink density(percentage) of pantone colors at a particular location in a pdf using any programming language?

I need to programmatically calculate the percentage of Pantone colors at a particular point in the PDF. I've been looking for a solution for the last three months, but I was unable to put this feature into practice, and now I'm running out of time.…
0
votes
0 answers

How I can use pantone code when create an datamatrix?

I am creating a new PDF with pdfBox 2.0. In some section I uses a zxing libraries to create a data matrix 2D barcode (similar to QR Code) it generates correctly an image, but my problem comes on the color. I need to print this PDF and the color…
Spulit
  • 1
  • 2