# File lib/color/cmyk.rb, line 199
  def to_hsl
    to_rgb.to_hsl
  end