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