Color: #C6937D

#C6937D Color Information

#C6937D is a light color. The closest websafe version is #C6937D. A complement of this color would be #7CAFC5, perceived brightness is 0.63, and the grayscale version is #A2A2A2.

In the HSL color space, this color has a hue angle of 18°,a saturation of 39%, and a lightness of 63%.The HSV representation shows a hue of 18°, a saturation of 37%, and a value of 78%.

In a RGB color space, #C6937D is composed of 78% red, 58% green and 49% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 26% magenta, 37% yellow and 22% black.

In the Yxy color space, this color is represented as Y: 34.72, x: 0.4226, and y: 0.3783.

Color Code #C6937D

#C6937Drgb(198, 147, 125)
HEX
#C6937D
RGB
rgb(198, 147, 125)
HSL
hsl(18, 39%, 63%)
HSV
hsv(18, 37%, 78%)
CMYK
0%, 26%, 37%, 22%
XYZ
X: 38.79, Y: 34.72, Z: 18.27
Lab
L: 65.53, a: 17.68, b: 19.59
Name

Shades of Color #C6937D

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

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

#C6937Drgb(198, 147, 125)

About #C6937D Color Code

In the HSL color space, this color has a hue angle of 18°, a saturation of 39%, and a lightness of 63%. The HSV representation shows a hue of 18°, a saturation of 37%, and a value of 78%.

  • HEX: #C6937D
  • RGB: rgb(198, 147, 125)
  • HSL: hsl(18, 39%, 63%)
  • HSV: hsv(18, 37%, 78%)
  • CMYK: 0.00% cyan, 26.00% magenta, 37.00% yellow, 22.00% black
  • XYZ: 38.79, 34.72, 18.27
  • Yxy: 34.72, 0.4226, 0.3783
  • Hunter Lab: 65.53, 17.68, 19.59
  • CIE-Lab: 65.53, 17.68, 19.59

In the XYZ color space, this color is represented as X: 38.79, Y: 34.72, Z: 18.27. The Yxy representation further refines this as Y: 34.72, x: 0.4226, and y: 0.3783.

In the Hunter Lab color space, this color is represented as L: 65.53, a: 17.68, and b: 19.59. Similarly, in the CIE-Lab color space, it is represented as L: 65.53, a: 17.68, and b: 19.59.

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

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

Analogous Colors of #C6937D

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

Monochromatic Colors of #C6937D

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

Complementary Color of #C6937D

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

/* Using HEX */
body {
  background-color: #c6937d;
}
/* Using RGB */
body {
  background-color: rgb(198, 147, 125);
}
/* Using RGB with opacity */
body {
  background-color: rgba(198, 147, 125, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(18, 39%, 63%);
}
/* Text color */
p {
  color: #c6937d;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c6937d;
}
/* Border color */
.box {
  border: 4px solid #c6937d;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c6937d;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c6937d;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C6937D
On Black Background
#C6937D
On White Background
#C6937D

HTML Examples of #C6937D

<!-- Using HEX -->
<div style="background-color: #c6937d; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(198, 147, 125); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(198, 147, 125, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(18, 39%, 63%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #c6937d;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #c6937d; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #c6937d; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #c6937d;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #c6937d; color: #fff; padding: 16px; border-radius: 8px;">
  #C6937D
</div>
#C6937D
On Black Background
#C6937D
On White Background
#C6937D

Related Colors of #C6937D

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