Color: #C5A897
#C5A897 Color Information
#C5A897 is a light color. The closest websafe version is #C5A897. A complement of this color would be #97B3C4, perceived brightness is 0.69, and the grayscale version is #AEAEAE.
In the HSL color space, this color has a hue angle of 22°,a saturation of 28%, and a lightness of 68%.The HSV representation shows a hue of 22°, a saturation of 100%, and a value of 100%.
In a RGB color space, #C5A897 is composed of 77% red, 66% green and 59% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 15% magenta, 23% yellow and 23% black.
In the Yxy color space, this color is represented as Y: 42.37, x: 0.3884, and y: 0.3753.
Color Code #C5A897
Shades of Color #C5A897
Shades are created by darkening the original color #C5A897 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 #C5A897
Tints are created by lightening the original color #C5A897 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 #C5A897 Color Code
In the HSL color space, this color has a hue angle of 22°, a saturation of 28%, and a lightness of 68%. The HSV representation shows a hue of 22°, a saturation of 23%, and a value of 77%.
- HEX: #C5A897
- RGB: rgb(197, 168, 151)
- HSL: hsl(22, 28%, 68%)
- HSV: hsv(22, 23%, 77%)
- CMYK: 0.00% cyan, 15.00% magenta, 23.00% yellow, 23.00% black
- XYZ: 43.85, 42.37, 26.68
- Yxy: 42.37, 0.3884, 0.3753
- Hunter Lab: 71.13, 8.97, 12.95
- CIE-Lab: 71.13, 8.97, 12.95
In the XYZ color space, this color is represented as X: 43.85, Y: 42.37, Z: 26.68. The Yxy representation further refines this as Y: 42.37, x: 0.3884, and y: 0.3753.
In the Hunter Lab color space, this color is represented as L: 71.13, a: 8.97, and b: 12.95. Similarly, in the CIE-Lab color space, it is represented as L: 71.13, a: 8.97, and b: 12.95.
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 #C5A897
Triadic colors are three colors evenly spaced around the color wheel, including #C5A897. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #C5A897
Monochromatic colors are variations of #C5A897, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #C5A897
The complementary color of #C5A897 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 #C5A897
/* Using HEX */ body { background-color: #c5a897; }
/* Using RGB */ body { background-color: rgb(197, 168, 151); }
/* Using RGB with opacity */ body { background-color: rgba(197, 168, 151, 0.5); }
/* Using HSL */ body { background-color: hsl(22, 28%, 68%); }
/* Text color */ p { color: #c5a897; }
/* Box shadow */ div { box-shadow: 4px 4px #c5a897; }
HTML Examples of #C5A897
<!-- Using HEX --> <div style="background-color: #c5a897; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(197, 168, 151); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(197, 168, 151, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(22, 28%, 68%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #c5a897;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #c5a897; width: 100px; height: 100px;"></div>
Related Colors of #C5A897
These colors are similar to #C5A897, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.