CSS for cmyk output
Posted: Thu Nov 13, 2025 7:21 pm
I am using Oxygen 27.1 and Chemistry 27.1. I am trying to change my colors specs from rgb to cmyk but I getting an error in the editor and an immediate fail when running the pdf transformation scenario.
This is what I have for my css:
This is the error message: “-oxy-cmyk(90%,48%,0%,0%)” is not a “color” value : -oxy-cmyk(90%,48%,0%,0%) Context: article[outputclass~="domain_intro"] h1.title in property: color
What am I missing? Please help! (The deadline is past due and the printer is screaming!)
Thanks,
Leigh
This is what I have for my css:
Code: Select all
article[outputclass~="domain_intro"] h1.title {
color: -oxy-cmyk(90%,48%,0%,0%);
font-weight: bold;
}
What am I missing? Please help! (The deadline is past due and the printer is screaming!)
Thanks,
Leigh