<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - CMYK generates an RGB"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=134919">134919</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>CMYK generates an RGB
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>6.4.5.2 release
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>sanipachenko@outlook.com.ar
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Description:
When you write the values to generate a pure color (Green, Red, or Blue), it
becomes an RGB value of 255 when they should be different values.

Steps to Reproduce:
1. Clic on font color -> Custom color
2. Write: C-0, M-100, Y-100, K-0
OR
3. Write: C-100, M-100, Y-0, K-0
OR
4. Write: C-100, M-0, Y-100, K-0

Actual Results:
For 2: R=255, G=0, B=0
For 3: R=0, G=0, B=255
For 4: R=0, G=255, B=0

Expected Results:
For 2: R=227, G=6, B=19 (or similar)
For 3: R=49, G=39, B=131 (or similar)
For 4: R=0, G=150, B=64 (or similar)
Values obtained from Illustrator.


Reproducible: Always


User Profile Reset: No



Additional Info:
This conversion happens the same if we put an RGB value: 255, 0, 0 will convert
to 100 values when they are not really correct.
RED CMYK from 255, 0, 0 in RGB: 0%, 95%, 91%, 0%
GREEN CMYK from 0, 255, 0 in RGB: 65%, 0%, 100%, 0%
BLUE CMYK from 0, 0, 255 in RGB: 93%, 75%, 0%, 0%
Values obtained from Illustrator.

This is a problem because the colors that we will see in the documents will not
be real and if the objective is to print, the result could be quite different.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>