Old Rose (#C08081)

HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.

Preview

Sample Text
This is how text may look on this color.
Best text color: #000000
Contrast vs white: 3.16:1 — vs black: 6.65:1

Color values

  • HEX #C08081
  • RGB rgb(192, 128, 129)
  • HSL hsl(359, 33%, 62%)
  • CMYK cmyk( 0, 33, 33, 25 )
  • Websafe #CC9999

Tags

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #C08081 based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Old Rose
#C08081 Base
#80C0BF
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Old Rose
#C08081 Base
#C080A1
#C09F80
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Old Rose
#C08081 Base
#81C080
#8081C0
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Old Rose
#C08081 Base
#80C09F
#80A1C0
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Old Rose
#C08081 Base
#A1C080
#80C0BF
#9F80C0
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Old Rose
#C08081 Base
#703738
#A35152
#B26566
#CE9B9C
#D9B3B4
#F3E6E6
Shades & Tints

Darker shades and lighter tints of Old Rose, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#110809
#381C1C
#603030
#874344
#AC595A
Old Rose #C08081 Base
#CB9697
#D6ACAD
#E1C2C2
#ECD8D8
#F7EEEE
CSS & SCSS Snippets

Ready-to-use code snippets for #C08081. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #C08081;
}

/* Text */
.element {
    color: #C08081;
}

/* Border */
.element {
    border: 1px solid #C08081;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #C08081,
        #80C0BF
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #C08081,
        #80C0BF
    );
}
SCSS Variable
// SCSS variable
$old-rose: #C08081;

// With RGB channels (useful for rgba() usage)
$old-rose-r: 192;
$old-rose-g: 128;
$old-rose-b: 129;

// Usage
.element {
    background-color: $old-rose;
    color: rgba($old-rose-r, $old-rose-g, $old-rose-b, 0.8);
}
Color Blindness Simulation

How Old Rose appears to people with different types of color vision deficiency.

Normal Vision #C08081 How the color appears with full color vision.
Deuteranopia #96967F Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
Protanopia #898981 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #C08080 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #919191 Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Old Rose ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Old Rose #C08081 Base
New York Pink #D7837F ΔE 5.18
Rosy Brown #BC8F8F ΔE 5.47
Rose Gold #B76E79 ΔE 6.21
Turkish Rose #B57281 ΔE 6.53

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.