Color: #CFBD7E

#CFBD7E Color Information

#CFBD7E is a light color. The closest websafe version is #CFBD7E. A complement of this color would be #7D8ECF, perceived brightness is 0.73, and the grayscale version is #A7A7A7.

In the HSL color space, this color has a hue angle of 47°,a saturation of 46%, and a lightness of 65%.The HSV representation shows a hue of 47°, a saturation of 100%, and a value of 100%.

In a RGB color space, #CFBD7E is composed of 81% red, 74% green and 49% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 9% magenta, 39% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 51.63, x: 0.4077, and y: 0.4227.

Color Code #CFBD7E

HEX
#CFBD7E
RGB
rgb(207, 189, 126)
HSL
hsl(47, 46%, 65%)
HSV
hsv(47, 39%, 81%)
CMYK
0%, 9%, 39%, 19%
XYZ
X: 49.79, Y: 51.63, Z: 20.71
Lab
L: 77.06, a: 0.02, b: 34.29
Name

Shades of Color #CFBD7E

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

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

About #CFBD7E Color Code

In the HSL color space, this color has a hue angle of 47°, a saturation of 46%, and a lightness of 65%. The HSV representation shows a hue of 47°, a saturation of 39%, and a value of 81%.

  • HEX: #CFBD7E
  • RGB: rgb(207, 189, 126)
  • HSL: hsl(47, 46%, 65%)
  • HSV: hsv(47, 39%, 81%)
  • CMYK: 0.00% cyan, 9.00% magenta, 39.00% yellow, 19.00% black
  • XYZ: 49.79, 51.63, 20.71
  • Yxy: 51.63, 0.4077, 0.4227
  • Hunter Lab: 77.06, 0.02, 34.29
  • CIE-Lab: 77.06, 0.02, 34.29

In the XYZ color space, this color is represented as X: 49.79, Y: 51.63, Z: 20.71. The Yxy representation further refines this as Y: 51.63, x: 0.4077, and y: 0.4227.

In the Hunter Lab color space, this color is represented as L: 77.06, a: 0.02, and b: 34.29. Similarly, in the CIE-Lab color space, it is represented as L: 77.06, a: 0.02, and b: 34.29.

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

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

Analogous Colors of #CFBD7E

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

Monochromatic Colors of #CFBD7E

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

Complementary Color of #CFBD7E

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

/* Using HEX */
body {
  background-color: #cfbd7e;
}
/* Using RGB */
body {
  background-color: rgb(207, 189, 126);
}
/* Using RGB with opacity */
body {
  background-color: rgba(207, 189, 126, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(47, 46%, 65%);
}
/* Text color */
p {
  color: #cfbd7e;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cfbd7e;
}

HTML Examples of #CFBD7E

<!-- Using HEX -->
<div style="background-color: #cfbd7e; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(207, 189, 126); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(207, 189, 126, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(47, 46%, 65%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #cfbd7e;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #cfbd7e; width: 100px; height: 100px;"></div>

Related Colors of #CFBD7E

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