-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NCS #16
Comments
Updated link http://ncscolour.com/about-us/how-the-ncs-system-works/ What if we just hardcode all the values? At least colors that start with S which means "standardized" should be hardcoded somehow. Here's how to search for color http://ncscolour.com/product-category/shop/colour-samples/?s=1010-Y90R where the s= param is a color name or here's a list of CMYK/RGB/HEX equivalents https://colorscheme.ru/ncs-colors.html |
These page contain NCS conversion functions Another example of ncs to rgb and hex We also will need a json/csv/etc library of existing colors with names to check if this color is from the library and can be reproduced in print - well, this is what I can provide (if needed) - just let me know the preferred format... The same thing goes for HKS, TOYO, PANTONE, RAL, British Standard Colour, US Federal Standard 595, and other color libs that have names, that can't be generated by formula and must be stored somewhere... so we should create a standardized template/algo for such cases |
Anyone ever figure out the formula to convert rgb/hex/hsl/b to ncs? |
Seems that NCS will also require a sort of empirical/nn-calculated formula.
Because it is just a collection of colors
http://www.ncscolour.com/en/natural-colour-system/logic-behind-the-system/detailed-logic-behind-the-system/
The text was updated successfully, but these errors were encountered: