CMYK to HWB Converter

Enter CMYK percentages and instantly get the equivalent HWB values with a live color preview swatch.

CMYK Input

0%
45%
100%
0%
rgb(255, 140, 0)

HWB Output

Conversion Steps

  1. 1 CMYK → RGB: R=255, G=140, B=0
  2. 2 RGB → HWB: hwb(33 0% 0%)
Copied!

Summary

Enter CMYK percentages and instantly get the equivalent HWB values with a live color preview swatch.

How it works

  1. Enter Cyan, Magenta, Yellow, and Key (Black) percentages (0–100) in the input fields or sliders.
  2. The tool first converts CMYK to RGB using the standard formula: R = 255 × (1 − C/100) × (1 − K/100), and similarly for G and B.
  3. RGB is then converted to HWB: Whiteness = min(R,G,B)/255, Blackness = 1 − max(R,G,B)/255, and Hue is the HSV hue angle.
  4. The HWB output — Hue (°), Whiteness (%), and Blackness (%) — updates instantly.
  5. A color swatch previews the exact resulting color.
  6. Click "Copy HWB" to copy the hwb() CSS string to your clipboard.

Use cases

Frequently Asked Questions

Related tools

Last updated: 2026-05-28 · Reviewed by Nham Vu