Color: #C3A53E
#C3A53E Color Information
#C3A53E is a light color. The closest websafe version is #C3A53E. A complement of this color would be #3C5BC3, perceived brightness is 0.64, and the grayscale version is #818181.
In the HSL color space, this color has a hue angle of 46°,a saturation of 53%, and a lightness of 50%.The HSV representation shows a hue of 46°, a saturation of 68%, and a value of 76%.
In a RGB color space, #C3A53E is composed of 76% red, 65% green and 24% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 15% magenta, 68% yellow and 24% black.
In the Yxy color space, this color is represented as Y: 39.41, x: 0.4520, and y: 0.4570.
Color Code #C3A53E
Shades of Color #C3A53E
Shades are created by darkening the original color #C3A53E 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 #C3A53E
Tints are created by lightening the original color #C3A53E 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 #C3A53E Color Code
In the HSL color space, this color has a hue angle of 46°, a saturation of 53%, and a lightness of 50%. The HSV representation shows a hue of 46°, a saturation of 68%, and a value of 76%.
- HEX: #C3A53E
- RGB: rgb(195, 165, 62)
- HSL: hsl(46, 53%, 50%)
- HSV: hsv(46, 68%, 76%)
- CMYK: 0.00% cyan, 15.00% magenta, 68.00% yellow, 24.00% black
- XYZ: 38.98, 39.41, 7.85
- Yxy: 39.41, 0.4520, 0.4570
- Hunter Lab: 69.05, 3.12, 55.32
- CIE-Lab: 69.05, 3.12, 55.32
In the XYZ color space, this color is represented as X: 38.98, Y: 39.41, Z: 7.85. The Yxy representation further refines this as Y: 39.41, x: 0.4520, and y: 0.4570.
In the Hunter Lab color space, this color is represented as L: 69.05, a: 3.12, and b: 55.32. Similarly, in the CIE-Lab color space, it is represented as L: 69.05, a: 3.12, and b: 55.32.
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 #C3A53E
Triadic colors are three colors evenly spaced around the color wheel, including #C3A53E. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #C3A53E
Split complementary colors are two colors adjacent to the complementary color of #C3A53E. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #C3A53E
Monochromatic colors are variations of #C3A53E, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #C3A53E
The complementary color of #C3A53E 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 #C3A53E
/* Using HEX */ body { background-color: #c3a53e; }
/* Using RGB */ body { background-color: rgb(195, 165, 62); }
/* Using RGB with opacity */ body { background-color: rgba(195, 165, 62, 0.5); }
/* Using HSL */ body { background-color: hsl(46, 53%, 50%); }
/* Text color */ p { color: #c3a53e; }
/* Box shadow */ div { box-shadow: 4px 4px #c3a53e; }
/* Border color */ .box { border: 4px solid #c3a53e; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #c3a53e; }
/* Background with text */ div { background: #c3a53e; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #C3A53E
<!-- Using HEX --> <div style="background-color: #c3a53e; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(195, 165, 62); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(195, 165, 62, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(46, 53%, 50%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #c3a53e;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #c3a53e; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #c3a53e; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #c3a53e;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #c3a53e; color: #fff; padding: 16px; border-radius: 8px;"> #C3A53E </div>
Related Colors of #C3A53E
These colors are similar to #C3A53E, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.