Color: #CD6F3D

#CD6F3D Color Information

#CD6F3D is a light color. The closest websafe version is #CD6F3D. A complement of this color would be #3C9ACD, perceived brightness is 0.52, and the grayscale version is #858585.

In the HSL color space, this color has a hue angle of 21°,a saturation of 59%, and a lightness of 52%.The HSV representation shows a hue of 21°, a saturation of 70%, and a value of 80%.

In a RGB color space, #CD6F3D is composed of 80% red, 44% green and 24% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 46% magenta, 70% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 25.26, x: 0.5188, and y: 0.3922.

Color Code #CD6F3D

#CD6F3Drgb(205, 111, 61)
HEX
#CD6F3D
RGB
rgb(205, 111, 61)
HSL
hsl(21, 59%, 52%)
HSV
hsv(21, 70%, 80%)
CMYK
0%, 46%, 70%, 20%
XYZ
X: 33.41, Y: 25.26, Z: 5.73
Lab
L: 57.33, a: 35.11, b: 44.24
Name

Shades of Color #CD6F3D

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

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

#CD6F3Drgb(205, 111, 61)

About #CD6F3D Color Code

In the HSL color space, this color has a hue angle of 21°, a saturation of 59%, and a lightness of 52%. The HSV representation shows a hue of 21°, a saturation of 70%, and a value of 80%.

  • HEX: #CD6F3D
  • RGB: rgb(205, 111, 61)
  • HSL: hsl(21, 59%, 52%)
  • HSV: hsv(21, 70%, 80%)
  • CMYK: 0.00% cyan, 46.00% magenta, 70.00% yellow, 20.00% black
  • XYZ: 33.41, 25.26, 5.73
  • Yxy: 25.26, 0.5188, 0.3922
  • Hunter Lab: 57.33, 35.11, 44.24
  • CIE-Lab: 57.33, 35.11, 44.24

In the XYZ color space, this color is represented as X: 33.41, Y: 25.26, Z: 5.73. The Yxy representation further refines this as Y: 25.26, x: 0.5188, and y: 0.3922.

In the Hunter Lab color space, this color is represented as L: 57.33, a: 35.11, and b: 44.24. Similarly, in the CIE-Lab color space, it is represented as L: 57.33, a: 35.11, and b: 44.24.

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

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

Analogous Colors of #CD6F3D

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

Monochromatic Colors of #CD6F3D

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

Complementary Color of #CD6F3D

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

/* Using HEX */
body {
  background-color: #cd6f3d;
}
/* Using RGB */
body {
  background-color: rgb(205, 111, 61);
}
/* Using RGB with opacity */
body {
  background-color: rgba(205, 111, 61, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(21, 59%, 52%);
}
/* Text color */
p {
  color: #cd6f3d;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cd6f3d;
}
/* Border color */
.box {
  border: 4px solid #cd6f3d;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cd6f3d;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cd6f3d;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CD6F3D
On Black Background
#CD6F3D
On White Background
#CD6F3D

HTML Examples of #CD6F3D

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

Related Colors of #CD6F3D

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