Color: #CBB47B
#CBB47B Color Information
#CBB47B is a light color. The closest websafe version is #CBB47B. A complement of this color would be #7C92CB, perceived brightness is 0.71, and the grayscale version is #A3A3A3.
In the HSL color space, this color has a hue angle of 43°,a saturation of 43%, and a lightness of 64%.The HSV representation shows a hue of 43°, a saturation of 100%, and a value of 100%.
In a RGB color space, #CBB47B is composed of 80% red, 71% green and 48% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 11% magenta, 39% yellow and 20% black.
In the Yxy color space, this color is represented as Y: 47.21, x: 0.4108, and y: 0.4175.
Color Code #CBB47B
Shades of Color #CBB47B
Shades are created by darkening the original color #CBB47B 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 #CBB47B
Tints are created by lightening the original color #CBB47B 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.
About #CBB47B Color Code
In the HSL color space, this color has a hue angle of 43°, a saturation of 43%, and a lightness of 64%. The HSV representation shows a hue of 43°, a saturation of 39%, and a value of 80%.
- HEX: #CBB47B
- RGB: rgb(203, 180, 123)
- HSL: hsl(43, 43%, 64%)
- HSV: hsv(43, 39%, 80%)
- CMYK: 0.00% cyan, 11.00% magenta, 39.00% yellow, 20.00% black
- XYZ: 46.45, 47.21, 19.41
- Yxy: 47.21, 0.4108, 0.4175
- Hunter Lab: 74.32, 2.64, 32.27
- CIE-Lab: 74.32, 2.64, 32.27
In the XYZ color space, this color is represented as X: 46.45, Y: 47.21, Z: 19.41. The Yxy representation further refines this as Y: 47.21, x: 0.4108, and y: 0.4175.
In the Hunter Lab color space, this color is represented as L: 74.32, a: 2.64, and b: 32.27. Similarly, in the CIE-Lab color space, it is represented as L: 74.32, a: 2.64, and b: 32.27.
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 #CBB47B
Triadic colors are three colors evenly spaced around the color wheel, including #CBB47B. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #CBB47B
Monochromatic colors are variations of #CBB47B, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CBB47B
The complementary color of #CBB47B 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 #CBB47B
/* Using HEX */ body { background-color: #cbb47b; }
/* Using RGB */ body { background-color: rgb(203, 180, 123); }
/* Using RGB with opacity */ body { background-color: rgba(203, 180, 123, 0.5); }
/* Using HSL */ body { background-color: hsl(43, 43%, 64%); }
/* Text color */ p { color: #cbb47b; }
/* Box shadow */ div { box-shadow: 4px 4px #cbb47b; }
HTML Examples of #CBB47B
<!-- Using HEX --> <div style="background-color: #cbb47b; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(203, 180, 123); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(203, 180, 123, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(43, 43%, 64%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #cbb47b;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #cbb47b; width: 100px; height: 100px;"></div>
Related Colors of #CBB47B
These colors are similar to #CBB47B, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.