Color: #C6945E

#C6945E Color Information

#C6945E is a light color. The closest websafe version is #C6945E. A complement of this color would be #5D90C6, perceived brightness is 0.61, and the grayscale version is #929292.

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

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

In the Yxy color space, this color is represented as Y: 34.47, x: 0.4493, and y: 0.4115.

Color Code #C6945E

#C6945Ergb(198, 148, 94)
HEX
#C6945E
RGB
rgb(198, 148, 94)
HSL
hsl(31, 48%, 57%)
HSV
hsv(31, 53%, 78%)
CMYK
0%, 25%, 53%, 22%
XYZ
X: 37.63, Y: 34.47, Z: 11.66
Lab
L: 65.34, a: 14.80, b: 36.08
Name

Shades of Color #C6945E

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

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

#C6945Ergb(198, 148, 94)

About #C6945E Color Code

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

  • HEX: #C6945E
  • RGB: rgb(198, 148, 94)
  • HSL: hsl(31, 48%, 57%)
  • HSV: hsv(31, 53%, 78%)
  • CMYK: 0.00% cyan, 25.00% magenta, 53.00% yellow, 22.00% black
  • XYZ: 37.63, 34.47, 11.66
  • Yxy: 34.47, 0.4493, 0.4115
  • Hunter Lab: 65.34, 14.80, 36.08
  • CIE-Lab: 65.34, 14.80, 36.08

In the XYZ color space, this color is represented as X: 37.63, Y: 34.47, Z: 11.66. The Yxy representation further refines this as Y: 34.47, x: 0.4493, and y: 0.4115.

In the Hunter Lab color space, this color is represented as L: 65.34, a: 14.80, and b: 36.08. Similarly, in the CIE-Lab color space, it is represented as L: 65.34, a: 14.80, and b: 36.08.

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

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

Analogous Colors of #C6945E

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

Monochromatic Colors of #C6945E

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

Complementary Color of #C6945E

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

/* Using HEX */
body {
  background-color: #c6945e;
}
/* Using RGB */
body {
  background-color: rgb(198, 148, 94);
}
/* Using RGB with opacity */
body {
  background-color: rgba(198, 148, 94, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(31, 48%, 57%);
}
/* Text color */
p {
  color: #c6945e;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c6945e;
}
/* Border color */
.box {
  border: 4px solid #c6945e;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c6945e;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c6945e;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C6945E
On Black Background
#C6945E
On White Background
#C6945E

HTML Examples of #C6945E

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

Related Colors of #C6945E

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