Color: #CD7E51

#CD7E51 Color Information

#CD7E51 is a light color. The closest websafe version is #CD7E51. A complement of this color would be #519FCD, perceived brightness is 0.57, and the grayscale version is #8F8F8F.

In the HSL color space, this color has a hue angle of 22°,a saturation of 55%, and a lightness of 56%.The HSV representation shows a hue of 22°, a saturation of 100%, and a value of 100%.

In a RGB color space, #CD7E51 is composed of 80% red, 49% green and 32% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 39% magenta, 60% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 29.04, x: 0.4867, and y: 0.3945.

Color Code #CD7E51

HEX
#CD7E51
RGB
rgb(205, 126, 81)
HSL
hsl(22, 55%, 56%)
HSV
hsv(22, 60%, 80%)
CMYK
0%, 39%, 60%, 20%
XYZ
X: 35.83, Y: 29.04, Z: 8.75
Lab
L: 60.82, a: 28.37, b: 37.77
Name

Shades of Color #CD7E51

Shades are created by darkening the original color #CD7E51 in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #CD7E51

Tints are created by lightening the original color #CD7E51 in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

About #CD7E51 Color Code

In the HSL color space, this color has a hue angle of 22°, a saturation of 55%, and a lightness of 56%. The HSV representation shows a hue of 22°, a saturation of 60%, and a value of 80%.

  • HEX: #CD7E51
  • RGB: rgb(205, 126, 81)
  • HSL: hsl(22, 55%, 56%)
  • HSV: hsv(22, 60%, 80%)
  • CMYK: 0.00% cyan, 39.00% magenta, 60.00% yellow, 20.00% black
  • XYZ: 35.83, 29.04, 8.75
  • Yxy: 29.04, 0.4867, 0.3945
  • Hunter Lab: 60.82, 28.37, 37.77
  • CIE-Lab: 60.82, 28.37, 37.77

In the XYZ color space, this color is represented as X: 35.83, Y: 29.04, Z: 8.75. The Yxy representation further refines this as Y: 29.04, x: 0.4867, and y: 0.3945.

In the Hunter Lab color space, this color is represented as L: 60.82, a: 28.37, and b: 37.77. Similarly, in the CIE-Lab color space, it is represented as L: 60.82, a: 28.37, and b: 37.77.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #CD7E51

Triadic colors are three colors evenly spaced around the color wheel, including #CD7E51. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #CD7E51

Analogous colors are adjacent to #CD7E51 on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #CD7E51

Monochromatic colors are variations of #CD7E51, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #CD7E51

The complementary color of #CD7E51 is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #CD7E51

/* Using HEX */
body {
  background-color: #cd7e51;
}
/* Using RGB */
body {
  background-color: rgb(205, 126, 81);
}
/* Using RGB with opacity */
body {
  background-color: rgba(205, 126, 81, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(22, 55%, 56%);
}
/* Text color */
p {
  color: #cd7e51;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cd7e51;
}

HTML Examples of #CD7E51

<!-- Using HEX -->
<div style="background-color: #cd7e51; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(205, 126, 81); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(205, 126, 81, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(22, 55%, 56%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #cd7e51;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #cd7e51; width: 100px; height: 100px;"></div>

Related Colors of #CD7E51

These colors are similar to #CD7E51, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.