Color: #CEB46F

#CEB46F Color Information

#CEB46F is a light color. The closest websafe version is #CEB46F. A complement of this color would be #6F88CE, perceived brightness is 0.71, and the grayscale version is #9E9E9E.

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

In a RGB color space, #CEB46F is composed of 81% red, 71% green and 44% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 13% magenta, 46% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 47.42, x: 0.4219, and y: 0.4279.

Color Code #CEB46F

#CEB46Frgb(206, 180, 111)
HEX
#CEB46F
RGB
rgb(206, 180, 111)
HSL
hsl(44, 49%, 62%)
HSV
hsv(44, 46%, 81%)
CMYK
0%, 13%, 46%, 19%
XYZ
X: 46.76, Y: 47.42, Z: 16.64
Lab
L: 74.45, a: 2.95, b: 38.67
Name

Shades of Color #CEB46F

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

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

#CEB46Frgb(206, 180, 111)

About #CEB46F Color Code

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

  • HEX: #CEB46F
  • RGB: rgb(206, 180, 111)
  • HSL: hsl(44, 49%, 62%)
  • HSV: hsv(44, 46%, 81%)
  • CMYK: 0.00% cyan, 13.00% magenta, 46.00% yellow, 19.00% black
  • XYZ: 46.76, 47.42, 16.64
  • Yxy: 47.42, 0.4219, 0.4279
  • Hunter Lab: 74.45, 2.95, 38.67
  • CIE-Lab: 74.45, 2.95, 38.67

In the XYZ color space, this color is represented as X: 46.76, Y: 47.42, Z: 16.64. The Yxy representation further refines this as Y: 47.42, x: 0.4219, and y: 0.4279.

In the Hunter Lab color space, this color is represented as L: 74.45, a: 2.95, and b: 38.67. Similarly, in the CIE-Lab color space, it is represented as L: 74.45, a: 2.95, and b: 38.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 #CEB46F

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

Analogous Colors of #CEB46F

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

Split Complementary Colors of #CEB46F

Split complementary colors are two colors adjacent to the complementary color of #CEB46F. They create a balanced and visually appealing color scheme.

Tetradic Colors of #CEB46F

Tetradic colors form a rectangle on the color wheel, including #CEB46F. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #CEB46F

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

Complementary Color of #CEB46F

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

/* Using HEX */
body {
  background-color: #ceb46f;
}
/* Using RGB */
body {
  background-color: rgb(206, 180, 111);
}
/* Using RGB with opacity */
body {
  background-color: rgba(206, 180, 111, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(44, 49%, 62%);
}
/* Text color */
p {
  color: #ceb46f;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ceb46f;
}
/* Border color */
.box {
  border: 4px solid #ceb46f;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ceb46f;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ceb46f;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CEB46F
On Black Background
#CEB46F
On White Background
#CEB46F

HTML Examples of #CEB46F

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

Related Colors of #CEB46F

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