What the Blossom outside Nascent Cresting in Color Gamut: Display Gamuts & Reproducibility

Using What the Blossom outside Nascent Cresting (RGB (193-139-153)) as a worked example, this article explains Color Gamut color notation — syntax, conversion, and practical use.

What the Blossom outside Nascent Cresting
#C18B99 · RGB (193-139-153) · HSL(344°,30%,65%)

In Color Gamut: #C18B99

What is Color Gamut?

A gamut is the range of colors a device can reproduce. sRGB covers ~35% of visible colors. Display P3 (Apple) ~45%. Adobe RGB ~52%. Colors outside a device\'s gamut are clipped to the nearest reproducible value.

Syntax

/* Progressive gamut enhancement: */
.element { color: #C18B99; }

@media (color-gamut: p3) {
  .element {
    color: color(display-p3 0.7569 0.5451 0.6);
  }
}

Converting What the Blossom outside Nascent Cresting Step by Step

Gamut check for #C18B99: - sRGB: all values 0–255 → in sRGB ✅ - Display P3: sRGB ⊂ P3 → also in P3 ✅ - CMYK: check C:0% M:28% Y:21% K:24% → near-100% channels may clip in print

When to Use Color Gamut

Gamut matters for wide-gamut display design (iPhone, Mac), print production (sRGB→CMYK mapping), and color-critical photography. For standard web design, sRGB covers all relevant colors.

Nearby colors — see their Color Gamut values on PIGMENTUM:

All Formats for What the Blossom outside Nascent Cresting

PIGMENTUM shows 13 formats simultaneously: view What the Blossom outside Nascent Cresting → · Color Formats Guide →