Color: #CEA26C

#CEA26C Color Information

#CEA26C is a light color. The closest websafe version is #CEA26C. A complement of this color would be #6E99CF, perceived brightness is 0.66, and the grayscale version is #9D9D9D.

In the HSL color space, this color has a hue angle of 33°,a saturation of 50%, and a lightness of 62%.The HSV representation shows a hue of 33°, a saturation of 48%, and a value of 81%.

In a RGB color space, #CEA26C is composed of 81% red, 64% green and 42% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 21% magenta, 48% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 40.54, x: 0.4358, and y: 0.4112.

Color Code #CEA26C

#CEA26Crgb(206, 162, 108)
HEX
#CEA26C
RGB
rgb(206, 162, 108)
HSL
hsl(33, 50%, 62%)
HSV
hsv(33, 48%, 81%)
CMYK
0%, 21%, 48%, 19%
XYZ
X: 42.97, Y: 40.54, Z: 15.08
Lab
L: 69.85, a: 11.86, b: 34.54
Name

Shades of Color #CEA26C

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

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

#CEA26Crgb(206, 162, 108)

About #CEA26C Color Code

In the HSL color space, this color has a hue angle of 33°, a saturation of 50%, and a lightness of 62%. The HSV representation shows a hue of 33°, a saturation of 48%, and a value of 81%.

  • HEX: #CEA26C
  • RGB: rgb(206, 162, 108)
  • HSL: hsl(33, 50%, 62%)
  • HSV: hsv(33, 48%, 81%)
  • CMYK: 0.00% cyan, 21.00% magenta, 48.00% yellow, 19.00% black
  • XYZ: 42.97, 40.54, 15.08
  • Yxy: 40.54, 0.4358, 0.4112
  • Hunter Lab: 69.85, 11.86, 34.54
  • CIE-Lab: 69.85, 11.86, 34.54

In the XYZ color space, this color is represented as X: 42.97, Y: 40.54, Z: 15.08. The Yxy representation further refines this as Y: 40.54, x: 0.4358, and y: 0.4112.

In the Hunter Lab color space, this color is represented as L: 69.85, a: 11.86, and b: 34.54. Similarly, in the CIE-Lab color space, it is represented as L: 69.85, a: 11.86, and b: 34.54.

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

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

Analogous Colors of #CEA26C

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

Monochromatic Colors of #CEA26C

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

Complementary Color of #CEA26C

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

/* Using HEX */
body {
  background-color: #cea26c;
}
/* Using RGB */
body {
  background-color: rgb(206, 162, 108);
}
/* Using RGB with opacity */
body {
  background-color: rgba(206, 162, 108, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(33, 50%, 62%);
}
/* Text color */
p {
  color: #cea26c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cea26c;
}
/* Border color */
.box {
  border: 4px solid #cea26c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cea26c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cea26c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CEA26C
On Black Background
#CEA26C
On White Background
#CEA26C

HTML Examples of #CEA26C

<!-- Using HEX -->
<div style="background-color: #cea26c; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(206, 162, 108); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(206, 162, 108, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(33, 50%, 62%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #cea26c;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #cea26c; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #cea26c; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #cea26c;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #cea26c; color: #fff; padding: 16px; border-radius: 8px;">
  #CEA26C
</div>
#CEA26C
On Black Background
#CEA26C
On White Background
#CEA26C

Related Colors of #CEA26C

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