Color: #CEA980

#CEA980 Color Information

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

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

In a RGB color space, #CEA980 is composed of 81% red, 66% green and 50% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 18% magenta, 38% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 43.48, x: 0.4158, and y: 0.3993.

Color Code #CEA980

HEX
#CEA980
RGB
rgb(206, 169, 128)
HSL
hsl(32, 44%, 65%)
HSV
hsv(32, 38%, 81%)
CMYK
0%, 18%, 38%, 19%
XYZ
X: 45.28, Y: 43.48, Z: 20.13
Lab
L: 71.88, a: 9.84, b: 26.56
Name

Shades of Color #CEA980

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

Tints are created by lightening the original color #CEA980 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 #CEA980 Color Code

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

  • HEX: #CEA980
  • RGB: rgb(206, 169, 128)
  • HSL: hsl(32, 44%, 65%)
  • HSV: hsv(32, 38%, 81%)
  • CMYK: 0.00% cyan, 18.00% magenta, 38.00% yellow, 19.00% black
  • XYZ: 45.28, 43.48, 20.13
  • Yxy: 43.48, 0.4158, 0.3993
  • Hunter Lab: 71.88, 9.84, 26.56
  • CIE-Lab: 71.88, 9.84, 26.56

In the XYZ color space, this color is represented as X: 45.28, Y: 43.48, Z: 20.13. The Yxy representation further refines this as Y: 43.48, x: 0.4158, and y: 0.3993.

In the Hunter Lab color space, this color is represented as L: 71.88, a: 9.84, and b: 26.56. Similarly, in the CIE-Lab color space, it is represented as L: 71.88, a: 9.84, and b: 26.56.

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

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

Analogous Colors of #CEA980

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

Monochromatic Colors of #CEA980

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

Complementary Color of #CEA980

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

/* Using HEX */
body {
  background-color: #cea980;
}
/* Using RGB */
body {
  background-color: rgb(206, 169, 128);
}
/* Using RGB with opacity */
body {
  background-color: rgba(206, 169, 128, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(32, 44%, 65%);
}
/* Text color */
p {
  color: #cea980;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cea980;
}

HTML Examples of #CEA980

<!-- Using HEX -->
<div style="background-color: #cea980; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(206, 169, 128); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(206, 169, 128, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(32, 44%, 65%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #cea980;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #cea980; width: 100px; height: 100px;"></div>

Related Colors of #CEA980

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