Color: #C76C46

#C76C46 Color Information

#C76C46 is a light color. The closest websafe version is #C76C46. A complement of this color would be #46A1C8, perceived brightness is 0.51, and the grayscale version is #878787.

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

In a RGB color space, #C76C46 is composed of 78% red, 42% green and 27% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 46% magenta, 65% yellow and 22% black.

In the Yxy color space, this color is represented as Y: 23.83, x: 0.5089, and y: 0.3842.

Color Code #C76C46

#C76C46rgb(199, 108, 70)
HEX
#C76C46
RGB
rgb(199, 108, 70)
HSL
hsl(18, 54%, 53%)
HSV
hsv(18, 65%, 78%)
CMYK
0%, 46%, 65%, 22%
XYZ
X: 31.56, Y: 23.83, Z: 6.63
Lab
L: 55.92, a: 34.58, b: 37.71
Name

Shades of Color #C76C46

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

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

#C76C46rgb(199, 108, 70)

About #C76C46 Color Code

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

  • HEX: #C76C46
  • RGB: rgb(199, 108, 70)
  • HSL: hsl(18, 54%, 53%)
  • HSV: hsv(18, 65%, 78%)
  • CMYK: 0.00% cyan, 46.00% magenta, 65.00% yellow, 22.00% black
  • XYZ: 31.56, 23.83, 6.63
  • Yxy: 23.83, 0.5089, 0.3842
  • Hunter Lab: 55.92, 34.58, 37.71
  • CIE-Lab: 55.92, 34.58, 37.71

In the XYZ color space, this color is represented as X: 31.56, Y: 23.83, Z: 6.63. The Yxy representation further refines this as Y: 23.83, x: 0.5089, and y: 0.3842.

In the Hunter Lab color space, this color is represented as L: 55.92, a: 34.58, and b: 37.71. Similarly, in the CIE-Lab color space, it is represented as L: 55.92, a: 34.58, and b: 37.71.

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

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

Analogous Colors of #C76C46

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

Monochromatic Colors of #C76C46

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

Complementary Color of #C76C46

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

/* Using HEX */
body {
  background-color: #c76c46;
}
/* Using RGB */
body {
  background-color: rgb(199, 108, 70);
}
/* Using RGB with opacity */
body {
  background-color: rgba(199, 108, 70, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(18, 54%, 53%);
}
/* Text color */
p {
  color: #c76c46;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c76c46;
}
/* Border color */
.box {
  border: 4px solid #c76c46;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c76c46;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c76c46;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C76C46
On Black Background
#C76C46
On White Background
#C76C46

HTML Examples of #C76C46

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

Related Colors of #C76C46

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