Color: #C58E55

#C58E55 Color Information

#C58E55 is a light color. The closest websafe version is #C58E55. A complement of this color would be #548AC4, perceived brightness is 0.60, and the grayscale version is #8D8D8D.

In the HSL color space, this color has a hue angle of 31°,a saturation of 49%, and a lightness of 55%.The HSV representation shows a hue of 31°, a saturation of 57%, and a value of 77%.

In a RGB color space, #C58E55 is composed of 77% red, 56% green and 33% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 28% magenta, 57% yellow and 23% black.

In the Yxy color space, this color is represented as Y: 32.37, x: 0.4604, and y: 0.4133.

Color Code #C58E55

#C58E55rgb(197, 142, 85)
HEX
#C58E55
RGB
rgb(197, 142, 85)
HSL
hsl(31, 49%, 55%)
HSV
hsv(31, 57%, 77%)
CMYK
0%, 28%, 57%, 23%
XYZ
X: 36.06, Y: 32.37, Z: 9.89
Lab
L: 63.64, a: 16.96, b: 38.70
Name

Shades of Color #C58E55

Shades are created by darkening the original color #C58E55 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 #C58E55

Tints are created by lightening the original color #C58E55 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.

#C58E55rgb(197, 142, 85)

About #C58E55 Color Code

In the HSL color space, this color has a hue angle of 31°, a saturation of 49%, and a lightness of 55%. The HSV representation shows a hue of 31°, a saturation of 57%, and a value of 77%.

  • HEX: #C58E55
  • RGB: rgb(197, 142, 85)
  • HSL: hsl(31, 49%, 55%)
  • HSV: hsv(31, 57%, 77%)
  • CMYK: 0.00% cyan, 28.00% magenta, 57.00% yellow, 23.00% black
  • XYZ: 36.06, 32.37, 9.89
  • Yxy: 32.37, 0.4604, 0.4133
  • Hunter Lab: 63.64, 16.96, 38.70
  • CIE-Lab: 63.64, 16.96, 38.70

In the XYZ color space, this color is represented as X: 36.06, Y: 32.37, Z: 9.89. The Yxy representation further refines this as Y: 32.37, x: 0.4604, and y: 0.4133.

In the Hunter Lab color space, this color is represented as L: 63.64, a: 16.96, and b: 38.70. Similarly, in the CIE-Lab color space, it is represented as L: 63.64, a: 16.96, and b: 38.70.

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 #C58E55

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

Analogous Colors of #C58E55

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

Monochromatic Colors of #C58E55

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

Complementary Color of #C58E55

The complementary color of #C58E55 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 #C58E55

/* Using HEX */
body {
  background-color: #c58e55;
}
/* Using RGB */
body {
  background-color: rgb(197, 142, 85);
}
/* Using RGB with opacity */
body {
  background-color: rgba(197, 142, 85, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(31, 49%, 55%);
}
/* Text color */
p {
  color: #c58e55;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c58e55;
}
/* Border color */
.box {
  border: 4px solid #c58e55;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c58e55;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c58e55;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C58E55
On Black Background
#C58E55
On White Background
#C58E55

HTML Examples of #C58E55

<!-- Using HEX -->
<div style="background-color: #c58e55; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(197, 142, 85); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(197, 142, 85, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(31, 49%, 55%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #c58e55;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #c58e55; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #c58e55; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #c58e55;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #c58e55; color: #fff; padding: 16px; border-radius: 8px;">
  #C58E55
</div>
#C58E55
On Black Background
#C58E55
On White Background
#C58E55

Related Colors of #C58E55

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