The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Graphics::ColorNames::PantoneReport - RGB values of Pantone Report colors

SYNOPSIS

  require Graphics::ColorNames::PantoneReport;

  $NameTable = Graphics::ColorNames::PantoneReport->NamesRgbTable();
  $RgbBlack  = $NameTable->{'airyblue'};

DESCRIPTION

This module defines 155 names and associated RGB values of colors that were part of the annual report of the Pantone Institute from 2016 to 2022. They reflect trends at the New York Fashion Week and should not be mistaken for the colors of the palette created by Pantone for Designers, which can be accessed via Graphics::ColorNames::Pantone. I choose TPX (TPG) over TCX values since ladder are specific to the textile industry and I assume usage of this module is monitor related. However, when no TPX (TPG) available we took TCX, since I dont have the exact conversion formula.

All names are lower case and do not contain space or apostrophes or other none ASCII characters - the originally named "Potter's Clay" is here "pottersclay" and 'Crème de Peche' => 'cremedepeche'.

See the documentation of Graphics::ColorNames for information how to use this module.

SEE ALSO

Pantone Report Colors https://www.w3schools.com/colors/colors_trends.asp

Encycolorpedia https://encycolorpedia.com/

AUTHOR

Herbert Breunung <lichtkind@cpan.org>

Based on Graphics::ColorNames::X by Robert Rothenberg.

LICENSE

Copyright 2022 Herbert Breunung

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.