Color: #CBB19D

#CBB19D Color Information

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

In the HSL color space, this color has a hue angle of 26°,a saturation of 31%, and a lightness of 71%.The HSV representation shows a hue of 26°, a saturation of 23%, and a value of 80%.

In a RGB color space, #CBB19D is composed of 80% red, 69% green and 62% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 13% magenta, 23% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 46.85, x: 0.3860, and y: 0.3783.

Color Code #CBB19D

#CBB19Drgb(203, 177, 157)
HEX
#CBB19D
RGB
rgb(203, 177, 157)
HSL
hsl(26, 31%, 71%)
HSV
hsv(26, 23%, 80%)
CMYK
0%, 13%, 23%, 20%
XYZ
X: 47.80, Y: 46.85, Z: 29.18
Lab
L: 74.09, a: 7.37, b: 13.90
Name

Shades of Color #CBB19D

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

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

#CBB19Drgb(203, 177, 157)

About #CBB19D Color Code

In the HSL color space, this color has a hue angle of 26°, a saturation of 31%, and a lightness of 71%. The HSV representation shows a hue of 26°, a saturation of 23%, and a value of 80%.

  • HEX: #CBB19D
  • RGB: rgb(203, 177, 157)
  • HSL: hsl(26, 31%, 71%)
  • HSV: hsv(26, 23%, 80%)
  • CMYK: 0.00% cyan, 13.00% magenta, 23.00% yellow, 20.00% black
  • XYZ: 47.80, 46.85, 29.18
  • Yxy: 46.85, 0.3860, 0.3783
  • Hunter Lab: 74.09, 7.37, 13.90
  • CIE-Lab: 74.09, 7.37, 13.90

In the XYZ color space, this color is represented as X: 47.80, Y: 46.85, Z: 29.18. The Yxy representation further refines this as Y: 46.85, x: 0.3860, and y: 0.3783.

In the Hunter Lab color space, this color is represented as L: 74.09, a: 7.37, and b: 13.90. Similarly, in the CIE-Lab color space, it is represented as L: 74.09, a: 7.37, and b: 13.90.

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

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

Analogous Colors of #CBB19D

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

Monochromatic Colors of #CBB19D

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

Complementary Color of #CBB19D

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

/* Using HEX */
body {
  background-color: #cbb19d;
}
/* Using RGB */
body {
  background-color: rgb(203, 177, 157);
}
/* Using RGB with opacity */
body {
  background-color: rgba(203, 177, 157, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(26, 31%, 71%);
}
/* Text color */
p {
  color: #cbb19d;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cbb19d;
}
/* Border color */
.box {
  border: 4px solid #cbb19d;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cbb19d;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cbb19d;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CBB19D
On Black Background
#CBB19D
On White Background
#CBB19D

HTML Examples of #CBB19D

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

Related Colors of #CBB19D

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