Color: #CEB58E

#CEB58E Color Information

#CEB58E is a light color. The closest websafe version is #CEB58E. A complement of this color would be #8DA6CE, perceived brightness is 0.72, and the grayscale version is #AEAEAE.

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

In a RGB color space, #CEB58E is composed of 81% red, 71% green and 56% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 12% magenta, 31% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 48.50, x: 0.3990, and y: 0.3984.

Color Code #CEB58E

#CEB58Ergb(206, 181, 142)
HEX
#CEB58E
RGB
rgb(206, 181, 142)
HSL
hsl(37, 40%, 68%)
HSV
hsv(37, 31%, 81%)
CMYK
0%, 12%, 31%, 19%
XYZ
X: 48.58, Y: 48.50, Z: 24.67
Lab
L: 75.14, a: 5.02, b: 23.41
Name

Shades of Color #CEB58E

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

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

#CEB58Ergb(206, 181, 142)

About #CEB58E Color Code

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

  • HEX: #CEB58E
  • RGB: rgb(206, 181, 142)
  • HSL: hsl(37, 40%, 68%)
  • HSV: hsv(37, 31%, 81%)
  • CMYK: 0.00% cyan, 12.00% magenta, 31.00% yellow, 19.00% black
  • XYZ: 48.58, 48.50, 24.67
  • Yxy: 48.50, 0.3990, 0.3984
  • Hunter Lab: 75.14, 5.02, 23.41
  • CIE-Lab: 75.14, 5.02, 23.41

In the XYZ color space, this color is represented as X: 48.58, Y: 48.50, Z: 24.67. The Yxy representation further refines this as Y: 48.50, x: 0.3990, and y: 0.3984.

In the Hunter Lab color space, this color is represented as L: 75.14, a: 5.02, and b: 23.41. Similarly, in the CIE-Lab color space, it is represented as L: 75.14, a: 5.02, and b: 23.41.

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

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

Analogous Colors of #CEB58E

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

Monochromatic Colors of #CEB58E

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

Complementary Color of #CEB58E

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

/* Using HEX */
body {
  background-color: #ceb58e;
}
/* Using RGB */
body {
  background-color: rgb(206, 181, 142);
}
/* Using RGB with opacity */
body {
  background-color: rgba(206, 181, 142, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(37, 40%, 68%);
}
/* Text color */
p {
  color: #ceb58e;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ceb58e;
}
/* Border color */
.box {
  border: 4px solid #ceb58e;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ceb58e;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ceb58e;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CEB58E
On Black Background
#CEB58E
On White Background
#CEB58E

HTML Examples of #CEB58E

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

Related Colors of #CEB58E

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