> For the complete documentation index, see [llms.txt](https://docs.coraye.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coraye.com/colors-tables/export-a-color-table-to-onyx.md).

# Export a Color Table to Onyx

### 1. Import your table

The first thing to do is to drag and drop your color table in Coraye or to perform a "File / Open" to select your color table.&#x20;

{% hint style="info" %}
In this example we will use a Avery Dennison Vinyle spot color table created by reading of samples.
{% endhint %}

Coraye is compatible with .cxf, .aco, .acb, .ase, .csv, etc ...

### 2. Export the painting in Onyx format

By right clicking, you will have access to export functionality. Select "**Export**".

![](/files/-M_tA5qenmkF2hTZGX2e)

A new window appears&#x20;

Select the ".tab Onyx" icon

![](/files/-M_uT7X5jKTe9Eqch4YD)

You will obtain a .tab file compatible with the Onyx RIP

Choose a name and save it. A ".tab" file is created in the selected folder.

![](/files/-MHpmoQHH1F3RIOxdytF)

### 3. Importing the color table (.tab) into the Onyx RIP

In the Onyx "RIP-Queue", go to the menus:\
"**Setup >RIP Configuration > Color Matching Table**".

![](/files/-MHlIc0LX75ttuM9K8TB)

The Color Matching Table opens and displays the list of available spot colors.

![](/files/-MHlIfrlxt5-nrqeti2Q)

To add a new spot color table, select the "**User defined colors**" tab, then click the "**Import ..**." button.

![](/files/-MHlIj6Q0895fscsynaC)

Select the spot color table in .tab format, which you created with Coraye. Then click on "**Open**"

![](/files/-MHlImf5dsDAJ7_vs4Wa)

The colors of the table appear in the window. Click on "OK" to validate and close the window.

![](/files/-MHlIpHliTU6lHHCVF0X)

Now your color table is ready to use.

{% hint style="info" %}
Don't forget to give the right name to your spot color in yours printouts.
{% endhint %}

{% hint style="info" %}
Be careful, not all colors may be reproducible on your printer. To make sure, we invite you to use the gamut viewer to compare your color table with the icc profile of your printer.
{% endhint %}

![](/files/-LkZKzpSSHMLjucS5rfS)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.coraye.com/colors-tables/export-a-color-table-to-onyx.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
