Color: #CEB97C

#CEB97C Color Information

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

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

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

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

Color Code #CEB97C

#CEB97Crgb(206, 185, 124)
HEX
#CEB97C
RGB
rgb(206, 185, 124)
HSL
hsl(45, 46%, 65%)
HSV
hsv(45, 40%, 81%)
CMYK
0%, 10%, 40%, 19%
XYZ
X: 48.48, Y: 49.73, Z: 19.97
Lab
L: 75.91, a: 1.44, b: 33.83
Name

Shades of Color #CEB97C

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

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

#CEB97Crgb(206, 185, 124)

About #CEB97C Color Code

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

  • HEX: #CEB97C
  • RGB: rgb(206, 185, 124)
  • HSL: hsl(45, 46%, 65%)
  • HSV: hsv(45, 40%, 81%)
  • CMYK: 0.00% cyan, 10.00% magenta, 40.00% yellow, 19.00% black
  • XYZ: 48.48, 49.73, 19.97
  • Yxy: 49.73, 0.4102, 0.4208
  • Hunter Lab: 75.91, 1.44, 33.83
  • CIE-Lab: 75.91, 1.44, 33.83

In the XYZ color space, this color is represented as X: 48.48, Y: 49.73, Z: 19.97. The Yxy representation further refines this as Y: 49.73, x: 0.4102, and y: 0.4208.

In the Hunter Lab color space, this color is represented as L: 75.91, a: 1.44, and b: 33.83. Similarly, in the CIE-Lab color space, it is represented as L: 75.91, a: 1.44, and b: 33.83.

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

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

Analogous Colors of #CEB97C

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

Monochromatic Colors of #CEB97C

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

Complementary Color of #CEB97C

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

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

HTML Examples of #CEB97C

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

Related Colors of #CEB97C

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