Color: #CEB29F

#CEB29F Color Information

#CEB29F is a light color. The closest websafe version is #CEB29F. A complement of this color would be #A1BCCE, perceived brightness is 0.72, and the grayscale version is #B6B6B6.

In the HSL color space, this color has a hue angle of 24°,a saturation of 32%, and a lightness of 72%.The HSV representation shows a hue of 24°, a saturation of 23%, and a value of 81%.

In a RGB color space, #CEB29F is composed of 81% red, 70% green and 62% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 14% magenta, 23% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 47.75, x: 0.3869, and y: 0.3768.

Color Code #CEB29F

#CEB29Frgb(206, 178, 159)
HEX
#CEB29F
RGB
rgb(206, 178, 159)
HSL
hsl(24, 32%, 72%)
HSV
hsv(24, 23%, 81%)
CMYK
0%, 14%, 23%, 19%
XYZ
X: 49.02, Y: 47.75, Z: 29.94
Lab
L: 74.67, a: 8.25, b: 13.67
Name

Shades of Color #CEB29F

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

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

#CEB29Frgb(206, 178, 159)

About #CEB29F Color Code

In the HSL color space, this color has a hue angle of 24°, a saturation of 32%, and a lightness of 72%. The HSV representation shows a hue of 24°, a saturation of 23%, and a value of 81%.

  • HEX: #CEB29F
  • RGB: rgb(206, 178, 159)
  • HSL: hsl(24, 32%, 72%)
  • HSV: hsv(24, 23%, 81%)
  • CMYK: 0.00% cyan, 14.00% magenta, 23.00% yellow, 19.00% black
  • XYZ: 49.02, 47.75, 29.94
  • Yxy: 47.75, 0.3869, 0.3768
  • Hunter Lab: 74.67, 8.25, 13.67
  • CIE-Lab: 74.67, 8.25, 13.67

In the XYZ color space, this color is represented as X: 49.02, Y: 47.75, Z: 29.94. The Yxy representation further refines this as Y: 47.75, x: 0.3869, and y: 0.3768.

In the Hunter Lab color space, this color is represented as L: 74.67, a: 8.25, and b: 13.67. Similarly, in the CIE-Lab color space, it is represented as L: 74.67, a: 8.25, and b: 13.67.

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

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

Analogous Colors of #CEB29F

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

Monochromatic Colors of #CEB29F

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

Complementary Color of #CEB29F

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

/* Using HEX */
body {
  background-color: #ceb29f;
}
/* Using RGB */
body {
  background-color: rgb(206, 178, 159);
}
/* Using RGB with opacity */
body {
  background-color: rgba(206, 178, 159, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(24, 32%, 72%);
}
/* Text color */
p {
  color: #ceb29f;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ceb29f;
}
/* Border color */
.box {
  border: 4px solid #ceb29f;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ceb29f;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ceb29f;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CEB29F
On Black Background
#CEB29F
On White Background
#CEB29F

HTML Examples of #CEB29F

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

Related Colors of #CEB29F

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