Color: #CD812C

#CD812C Color Information

#CD812C is a light color. The closest websafe version is #CD812C. A complement of this color would be #2C78CE, perceived brightness is 0.56, and the grayscale version is #7D7D7D.

In the HSL color space, this color has a hue angle of 32°,a saturation of 65%, and a lightness of 49%.The HSV representation shows a hue of 32°, a saturation of 79%, and a value of 80%.

In a RGB color space, #CD812C is composed of 80% red, 51% green and 17% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 37% magenta, 79% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 29.47, x: 0.5085, and y: 0.4229.

Color Code #CD812C

#CD812Crgb(205, 129, 44)
HEX
#CD812C
RGB
rgb(205, 129, 44)
HSL
hsl(32, 65%, 49%)
HSV
hsv(32, 79%, 80%)
CMYK
0%, 37%, 79%, 20%
XYZ
X: 35.44, Y: 29.47, Z: 4.78
Lab
L: 61.20, a: 25.40, b: 55.71
Name

Shades of Color #CD812C

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

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

#CD812Crgb(205, 129, 44)

About #CD812C Color Code

In the HSL color space, this color has a hue angle of 32°, a saturation of 65%, and a lightness of 49%. The HSV representation shows a hue of 32°, a saturation of 79%, and a value of 80%.

  • HEX: #CD812C
  • RGB: rgb(205, 129, 44)
  • HSL: hsl(32, 65%, 49%)
  • HSV: hsv(32, 79%, 80%)
  • CMYK: 0.00% cyan, 37.00% magenta, 79.00% yellow, 20.00% black
  • XYZ: 35.44, 29.47, 4.78
  • Yxy: 29.47, 0.5085, 0.4229
  • Hunter Lab: 61.20, 25.40, 55.71
  • CIE-Lab: 61.20, 25.40, 55.71

In the XYZ color space, this color is represented as X: 35.44, Y: 29.47, Z: 4.78. The Yxy representation further refines this as Y: 29.47, x: 0.5085, and y: 0.4229.

In the Hunter Lab color space, this color is represented as L: 61.20, a: 25.40, and b: 55.71. Similarly, in the CIE-Lab color space, it is represented as L: 61.20, a: 25.40, and b: 55.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 #CD812C

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

Analogous Colors of #CD812C

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

Split Complementary Colors of #CD812C

Split complementary colors are two colors adjacent to the complementary color of #CD812C. They create a balanced and visually appealing color scheme.

Tetradic Colors of #CD812C

Tetradic colors form a rectangle on the color wheel, including #CD812C. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #CD812C

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

Complementary Color of #CD812C

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

/* Using HEX */
body {
  background-color: #cd812c;
}
/* Using RGB */
body {
  background-color: rgb(205, 129, 44);
}
/* Using RGB with opacity */
body {
  background-color: rgba(205, 129, 44, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(32, 65%, 49%);
}
/* Text color */
p {
  color: #cd812c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cd812c;
}
/* Border color */
.box {
  border: 4px solid #cd812c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cd812c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cd812c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CD812C
On Black Background
#CD812C
On White Background
#CD812C

HTML Examples of #CD812C

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

Related Colors of #CD812C

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