Color: #CEA17C

#CEA17C Color Information

#CEA17C is a light color. The closest websafe version is #CEA17C. A complement of this color would be #7DAACF, perceived brightness is 0.67, and the grayscale version is #A5A5A5.

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

In a RGB color space, #CEA17C is composed of 81% red, 63% green and 49% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 22% magenta, 40% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 40.50, x: 0.4236, and y: 0.3942.

Color Code #CEA17C

HEX
#CEA17C
RGB
rgb(206, 161, 124)
HSL
hsl(27, 46%, 65%)
HSV
hsv(27, 40%, 81%)
CMYK
0%, 22%, 40%, 19%
XYZ
X: 43.52, Y: 40.50, Z: 18.72
Lab
L: 69.83, a: 13.60, b: 26.01
Name

Shades of Color #CEA17C

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

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

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

  • HEX: #CEA17C
  • RGB: rgb(206, 161, 124)
  • HSL: hsl(27, 46%, 65%)
  • HSV: hsv(27, 40%, 81%)
  • CMYK: 0.00% cyan, 22.00% magenta, 40.00% yellow, 19.00% black
  • XYZ: 43.52, 40.50, 18.72
  • Yxy: 40.50, 0.4236, 0.3942
  • Hunter Lab: 69.83, 13.60, 26.01
  • CIE-Lab: 69.83, 13.60, 26.01

In the XYZ color space, this color is represented as X: 43.52, Y: 40.50, Z: 18.72. The Yxy representation further refines this as Y: 40.50, x: 0.4236, and y: 0.3942.

In the Hunter Lab color space, this color is represented as L: 69.83, a: 13.60, and b: 26.01. Similarly, in the CIE-Lab color space, it is represented as L: 69.83, a: 13.60, and b: 26.01.

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

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

Analogous Colors of #CEA17C

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

Monochromatic Colors of #CEA17C

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

Complementary Color of #CEA17C

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

/* Using HEX */
body {
  background-color: #cea17c;
}
/* Using RGB */
body {
  background-color: rgb(206, 161, 124);
}
/* Using RGB with opacity */
body {
  background-color: rgba(206, 161, 124, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(27, 46%, 65%);
}
/* Text color */
p {
  color: #cea17c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cea17c;
}

HTML Examples of #CEA17C

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

Related Colors of #CEA17C

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