Course Technology Cengage Learning New Perspectives on HTML5 and CSS3, 8th Edition
Tutorial 2

Analogous Colors

Analogous colors are groups of three colors that are next to each other on the color wheel, sharing a common color, with one being the dominant color. Select the dominant color below, setting the hue, saturation, and lightness

hsl(-15, 100%, 50%) hsl(0, 100%, 50%) hsl(15, 100%, 50%)
rgb(255, 0, 63) rgb(255, 0, 0) rgb(255, 63, 0)