Peru (#CD853F)

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: 2.99:1 — vs black: 7.02:1

Color values

  • HEX #CD853F
  • RGB rgb(205, 133, 63)
  • HSL hsl(29, 69%, 80%)
  • CMYK cmyk( 0, 35.12, 69.27, 19.61 )

Tags

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

Color Harmonies

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

Complementary

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

Peru
#CD853F Base
#3F87CD
Analogous

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

Peru
#CD853F Base
#CD3F40
#CDCC3F
Triadic

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

Peru
#CD853F Base
#3FCD85
#853FCD
Split-Complementary

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

Peru
#CD853F Base
#3FCDCC
#3F40CD
Tetradic (Square)

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

Peru
#CD853F Base
#40CD3F
#3F87CD
#CC3FCD
Monochromatic

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

Peru
#CD853F Base
#5B3918
#985F28
#B4712F
#D59A5F
#DDAC7C
#EDD2B8
Shades & Tints

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

Shades (darker)

#140D05
#3B250F
#613D19
#885523
#AE6D2D
Peru #CD853F Base
#D69B61
#DFB184
#E8C6A6
#F1DCC8
#FAF2EB
CSS & SCSS Snippets

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

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

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

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

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #CD853F,
        #AACDF0
    );
}
SCSS Variable
// SCSS variable
$peru: #CD853F;

// With RGB channels (useful for rgba() usage)
$peru-r: 205;
$peru-g: 133;
$peru-b: 63;

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

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

Normal Vision #CD853F How the color appears with full color vision.
Deuteranopia #9E9E39 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 #8F8F40 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #D17F7F Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #959595 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 Peru ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Peru #CD853F Base
Bronze #CD7F32 ΔE 2.01
Tiger Eye #E08D3C ΔE 4.08
Ochre #CC7722 ΔE 4.44
Persian Orange #D99058 ΔE 4.85

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.