apanitzke / dressr

0 stars 0 forks source link

POC 2: Color Name and Neutral Detection #2

Open apanitzke opened 7 years ago

apanitzke commented 7 years ago

Assign and display a name for the HSV values for each color for each item.

This is necessary prerequisite of the color coordination POC, since some outfit composition rules are based upon whether or not a color is neutral.

  1. Given an HSV value, find the closest match from the list below and list the color name.

Colors.xlsx

Color Name HSV
Red 0, 100, 100
Crimson 0, 100, 50
Ruby 0, 65, 55
Rosewood 0, 45, 50
Coral 0, 60, 100
Carnation 0, 35, 100
Tomato 10, 100, 100
Apricot 10, 50, 100
Brick 10,60,75
Scarlet 15, 100, 100
Cognac 15, 60, 80
Rust 15, 100, 60
Salmon 15, 50, 90
Blush 15, 20, 100
Persimmon 20, 100, 100
Tangerine 20, 80, 90
Terra Cotta 20, 80, 70
Peach 20, 50, 100
Orange 30, 100, 100
Umber 30, 100, 75
Camel 30, 65, 79
Sherbert 30, 50, 100
Saffron 40, 100, 100
Amber 40, 100, 70
Butter 40, 50, 100
Goldenrod 45, 100, 100
Ochre 45, 100, 55
Taupe 45, 25, 70
Canary 45, 70, 100
Cream 45, 20, 100
Yellow 60, 100, 100
Mustard 60, 100, 75
Khaki 60, 22, 86
Daffodil 60, 70, 100
Lemon 60, 45, 100
Citrine 70, 100, 100
Army Green 70, 100, 60
Fluorescent Yellow 70, 60, 100
Pistachio 70, 40, 75
Lime 75, 100, 100
Apple Green 75, 100, 65
Olive 75, 45, 60
Chartreuse 75, 35, 100
Bright Green 120, 100, 100
Kelly Green 120, 100, 65
Forest Green 120, 100, 35
Hunter Green 120, 40, 40
Sage 120, 30, 80
Mint 120, 30, 100
Sea Green 150, 80, 90
Seafoam 150, 30, 100
Turquoise 165, 100, 100
Teal 165, 100, 65
Emerald 165, 100, 35
Jade 165, 40, 70
Aqua 165, 40, 100
Robin Egg Blue 190, 60, 100
Ice Blue 190, 20, 100
Cornflower Blue 205, 100, 100
Denim Blue 205, 100, 60
Sky Blue 205, 40, 100
Steel Blue 205, 40, 70
Azure 215, 100, 100
Royal Blue 215, 100, 60
Cobalt 240, 100, 100
Navy 240, 100, 35
Periwinkle 240, 30, 100
Indigo 260, 100, 100
Sapphire 260, 100, 45
Lavender 260, 30, 100
Violet 275, 100, 100
Eggplant 275, 100, 40
Amethyst 275, 40, 70
Fuschia 300, 100, 100
Purple 300, 100, 65
Lilac 300, 30, 100
Bubblegum 315, 40, 100
Plum 315, 50, 30
Magenta 325, 100, 100
Raspberry 325, 100, 60
Lipstick 325, 60, 100
Maroon 325, 100, 35
Burgundy 340, 100, 50
Mauve 325, 40, 70
Rose 340, 35, 100
Watermelon 350, 70, 100
Wine 350, 100, 30
Tan 30, 40, 75
Beige 30, 15, 80
Nude 15, 10, 90
White 0, 0, 100
Ivory 55, 5, 95
Oyster 60, 5, 90
Light Gray 0, 0, 85
Warm Gray 60, 10, 65
Gray 0, 0, 50
Cool Gray 245, 10, 65
Charcoal 0, 0, 25
Chocolate 20, 55, 40
Espresso 20, 30, 30
Black 0, 100, 0
SomethingSexy commented 7 years ago

We determine how we are getting those values?

apanitzke commented 7 years ago

In the end, the user will have a color picker they use to assign a color or colors to an item. The app will find the closest match on this list and label the item's color accordingly.