Color: #CEB57F

#CEB57F Color Information

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

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

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

In the Yxy color space, this color is represented as Y: 48.14, x: 0.4102, and y: 0.4136.

Color Code #CEB57F

#CEB57Frgb(206, 181, 127)
HEX
#CEB57F
RGB
rgb(206, 181, 127)
HSL
hsl(41, 45%, 65%)
HSV
hsv(41, 38%, 81%)
CMYK
0%, 12%, 38%, 19%
XYZ
X: 47.74, Y: 48.14, Z: 20.50
Lab
L: 74.92, a: 3.69, b: 31.02
Name

Shades of Color #CEB57F

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

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

#CEB57Frgb(206, 181, 127)

About #CEB57F Color Code

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

  • HEX: #CEB57F
  • RGB: rgb(206, 181, 127)
  • HSL: hsl(41, 45%, 65%)
  • HSV: hsv(41, 38%, 81%)
  • CMYK: 0.00% cyan, 12.00% magenta, 38.00% yellow, 19.00% black
  • XYZ: 47.74, 48.14, 20.50
  • Yxy: 48.14, 0.4102, 0.4136
  • Hunter Lab: 74.92, 3.69, 31.02
  • CIE-Lab: 74.92, 3.69, 31.02

In the XYZ color space, this color is represented as X: 47.74, Y: 48.14, Z: 20.50. The Yxy representation further refines this as Y: 48.14, x: 0.4102, and y: 0.4136.

In the Hunter Lab color space, this color is represented as L: 74.92, a: 3.69, and b: 31.02. Similarly, in the CIE-Lab color space, it is represented as L: 74.92, a: 3.69, and b: 31.02.

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

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

Analogous Colors of #CEB57F

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

Monochromatic Colors of #CEB57F

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

Complementary Color of #CEB57F

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

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

HTML Examples of #CEB57F

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

Related Colors of #CEB57F

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