Color: #CEB09A

#CEB09A Color Information

#CEB09A is a light color. The closest websafe version is #CEB09A. A complement of this color would be #9BB9CF, perceived brightness is 0.72, and the grayscale version is #B4B4B4.

In the HSL color space, this color has a hue angle of 25°,a saturation of 35%, and a lightness of 71%.The HSV representation shows a hue of 25°, a saturation of 25%, and a value of 81%.

In a RGB color space, #CEB09A is composed of 81% red, 69% green and 60% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 15% magenta, 25% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 46.82, x: 0.3916, and y: 0.3799.

Color Code #CEB09A

#CEB09Argb(206, 176, 154)
HEX
#CEB09A
RGB
rgb(206, 176, 154)
HSL
hsl(25, 35%, 71%)
HSV
hsv(25, 25%, 81%)
CMYK
0%, 15%, 25%, 19%
XYZ
X: 48.26, Y: 46.82, Z: 28.15
Lab
L: 74.07, a: 8.73, b: 15.55
Name

Shades of Color #CEB09A

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

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

#CEB09Argb(206, 176, 154)

About #CEB09A Color Code

In the HSL color space, this color has a hue angle of 25°, a saturation of 35%, and a lightness of 71%. The HSV representation shows a hue of 25°, a saturation of 25%, and a value of 81%.

  • HEX: #CEB09A
  • RGB: rgb(206, 176, 154)
  • HSL: hsl(25, 35%, 71%)
  • HSV: hsv(25, 25%, 81%)
  • CMYK: 0.00% cyan, 15.00% magenta, 25.00% yellow, 19.00% black
  • XYZ: 48.26, 46.82, 28.15
  • Yxy: 46.82, 0.3916, 0.3799
  • Hunter Lab: 74.07, 8.73, 15.55
  • CIE-Lab: 74.07, 8.73, 15.55

In the XYZ color space, this color is represented as X: 48.26, Y: 46.82, Z: 28.15. The Yxy representation further refines this as Y: 46.82, x: 0.3916, and y: 0.3799.

In the Hunter Lab color space, this color is represented as L: 74.07, a: 8.73, and b: 15.55. Similarly, in the CIE-Lab color space, it is represented as L: 74.07, a: 8.73, and b: 15.55.

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

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

Analogous Colors of #CEB09A

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

Monochromatic Colors of #CEB09A

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

Complementary Color of #CEB09A

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

/* Using HEX */
body {
  background-color: #ceb09a;
}
/* Using RGB */
body {
  background-color: rgb(206, 176, 154);
}
/* Using RGB with opacity */
body {
  background-color: rgba(206, 176, 154, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(25, 35%, 71%);
}
/* Text color */
p {
  color: #ceb09a;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ceb09a;
}
/* Border color */
.box {
  border: 4px solid #ceb09a;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ceb09a;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ceb09a;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CEB09A
On Black Background
#CEB09A
On White Background
#CEB09A

HTML Examples of #CEB09A

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

Related Colors of #CEB09A

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