Color: #C9B47A
#C9B47A Color Information
#C9B47A is a light color. The closest websafe version is #C9B47A. A complement of this color would be #798EC8, perceived brightness is 0.70, and the grayscale version is #A2A2A2.
In the HSL color space, this color has a hue angle of 44°,a saturation of 42%, and a lightness of 63%.The HSV representation shows a hue of 44°, a saturation of 39%, and a value of 79%.
In a RGB color space, #C9B47A is composed of 79% red, 71% green and 48% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 10% magenta, 39% yellow and 21% black.
In the Yxy color space, this color is represented as Y: 46.89, x: 0.4097, and y: 0.4192.
Color Code #C9B47A
Shades of Color #C9B47A
Shades are created by darkening the original color #C9B47A 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 #C9B47A
Tints are created by lightening the original color #C9B47A 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 #C9B47A Color Code
In the HSL color space, this color has a hue angle of 44°, a saturation of 42%, and a lightness of 63%. The HSV representation shows a hue of 44°, a saturation of 39%, and a value of 79%.
- HEX: #C9B47A
- RGB: rgb(201, 180, 122)
- HSL: hsl(44, 42%, 63%)
- HSV: hsv(44, 39%, 79%)
- CMYK: 0.00% cyan, 10.00% magenta, 39.00% yellow, 21.00% black
- XYZ: 45.83, 46.89, 19.14
- Yxy: 46.89, 0.4097, 0.4192
- Hunter Lab: 74.12, 1.75, 32.49
- CIE-Lab: 74.12, 1.75, 32.49
In the XYZ color space, this color is represented as X: 45.83, Y: 46.89, Z: 19.14. The Yxy representation further refines this as Y: 46.89, x: 0.4097, and y: 0.4192.
In the Hunter Lab color space, this color is represented as L: 74.12, a: 1.75, and b: 32.49. Similarly, in the CIE-Lab color space, it is represented as L: 74.12, a: 1.75, and b: 32.49.
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 #C9B47A
Triadic colors are three colors evenly spaced around the color wheel, including #C9B47A. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #C9B47A
Monochromatic colors are variations of #C9B47A, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #C9B47A
The complementary color of #C9B47A 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 #C9B47A
/* Using HEX */ body { background-color: #c9b47a; }
/* Using RGB */ body { background-color: rgb(201, 180, 122); }
/* Using RGB with opacity */ body { background-color: rgba(201, 180, 122, 0.5); }
/* Using HSL */ body { background-color: hsl(44, 42%, 63%); }
/* Text color */ p { color: #c9b47a; }
/* Box shadow */ div { box-shadow: 4px 4px #c9b47a; }
/* Border color */ .box { border: 4px solid #c9b47a; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #c9b47a; }
/* Background with text */ div { background: #c9b47a; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #C9B47A
<!-- Using HEX --> <div style="background-color: #c9b47a; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(201, 180, 122); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(201, 180, 122, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(44, 42%, 63%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #c9b47a;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #c9b47a; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #c9b47a; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #c9b47a;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #c9b47a; color: #fff; padding: 16px; border-radius: 8px;"> #C9B47A </div>
Related Colors of #C9B47A
These colors are similar to #C9B47A, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.