Color: #CBA076
#CBA076 Color Information
#CBA076 is a light color. The closest websafe version is #CBA076. A complement of this color would be #76A1CB, perceived brightness is 0.66, and the grayscale version is #A1A1A1.
In the HSL color space, this color has a hue angle of 30°,a saturation of 45%, and a lightness of 63%.The HSV representation shows a hue of 30°, a saturation of 42%, and a value of 80%.
In a RGB color space, #CBA076 is composed of 80% red, 63% green and 46% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 21% magenta, 42% yellow and 20% black.
In the Yxy color space, this color is represented as Y: 39.59, x: 0.4262, and y: 0.4001.
Color Code #CBA076
Shades of Color #CBA076
Shades are created by darkening the original color #CBA076 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 #CBA076
Tints are created by lightening the original color #CBA076 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 #CBA076 Color Code
In the HSL color space, this color has a hue angle of 30°, a saturation of 45%, and a lightness of 63%. The HSV representation shows a hue of 30°, a saturation of 42%, and a value of 80%.
- HEX: #CBA076
- RGB: rgb(203, 160, 118)
- HSL: hsl(30, 45%, 63%)
- HSV: hsv(30, 42%, 80%)
- CMYK: 0.00% cyan, 21.00% magenta, 42.00% yellow, 20.00% black
- XYZ: 42.17, 39.59, 17.18
- Yxy: 39.59, 0.4262, 0.4001
- Hunter Lab: 69.17, 12.40, 28.31
- CIE-Lab: 69.17, 12.40, 28.31
In the XYZ color space, this color is represented as X: 42.17, Y: 39.59, Z: 17.18. The Yxy representation further refines this as Y: 39.59, x: 0.4262, and y: 0.4001.
In the Hunter Lab color space, this color is represented as L: 69.17, a: 12.40, and b: 28.31. Similarly, in the CIE-Lab color space, it is represented as L: 69.17, a: 12.40, and b: 28.31.
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 #CBA076
Triadic colors are three colors evenly spaced around the color wheel, including #CBA076. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #CBA076
Split complementary colors are two colors adjacent to the complementary color of #CBA076. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #CBA076
Monochromatic colors are variations of #CBA076, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CBA076
The complementary color of #CBA076 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 #CBA076
/* Using HEX */ body { background-color: #cba076; }
/* Using RGB */ body { background-color: rgb(203, 160, 118); }
/* Using RGB with opacity */ body { background-color: rgba(203, 160, 118, 0.5); }
/* Using HSL */ body { background-color: hsl(30, 45%, 63%); }
/* Text color */ p { color: #cba076; }
/* Box shadow */ div { box-shadow: 4px 4px #cba076; }
/* Border color */ .box { border: 4px solid #cba076; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #cba076; }
/* Background with text */ div { background: #cba076; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #CBA076
<!-- Using HEX --> <div style="background-color: #cba076; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(203, 160, 118); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(203, 160, 118, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(30, 45%, 63%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #cba076;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #cba076; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #cba076; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #cba076;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #cba076; color: #fff; padding: 16px; border-radius: 8px;"> #CBA076 </div>
Related Colors of #CBA076
These colors are similar to #CBA076, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.