Color: #CEB16F

#CEB16F Color Information

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

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

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

In the Yxy color space, this color is represented as Y: 46.21, x: 0.4239, and y: 0.4247.

Color Code #CEB16F

#CEB16Frgb(206, 177, 111)
HEX
#CEB16F
RGB
rgb(206, 177, 111)
HSL
hsl(42, 49%, 62%)
HSV
hsv(42, 46%, 81%)
CMYK
0%, 14%, 46%, 19%
XYZ
X: 46.12, Y: 46.21, Z: 16.48
Lab
L: 73.68, a: 4.45, b: 37.72
Name

Shades of Color #CEB16F

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

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

#CEB16Frgb(206, 177, 111)

About #CEB16F Color Code

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

  • HEX: #CEB16F
  • RGB: rgb(206, 177, 111)
  • HSL: hsl(42, 49%, 62%)
  • HSV: hsv(42, 46%, 81%)
  • CMYK: 0.00% cyan, 14.00% magenta, 46.00% yellow, 19.00% black
  • XYZ: 46.12, 46.21, 16.48
  • Yxy: 46.21, 0.4239, 0.4247
  • Hunter Lab: 73.68, 4.45, 37.72
  • CIE-Lab: 73.68, 4.45, 37.72

In the XYZ color space, this color is represented as X: 46.12, Y: 46.21, Z: 16.48. The Yxy representation further refines this as Y: 46.21, x: 0.4239, and y: 0.4247.

In the Hunter Lab color space, this color is represented as L: 73.68, a: 4.45, and b: 37.72. Similarly, in the CIE-Lab color space, it is represented as L: 73.68, a: 4.45, and b: 37.72.

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

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

Analogous Colors of #CEB16F

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

Split Complementary Colors of #CEB16F

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

Tetradic Colors of #CEB16F

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

Monochromatic Colors of #CEB16F

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

Complementary Color of #CEB16F

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

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

HTML Examples of #CEB16F

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

Related Colors of #CEB16F

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