Color: #CDA48F
#CDA48F Color Information
#CDA48F is a light color. The closest websafe version is #CDA48F. A complement of this color would be #8EB8CC, perceived brightness is 0.68, and the grayscale version is #AEAEAE.
In the HSL color space, this color has a hue angle of 20°,a saturation of 38%, and a lightness of 68%.The HSV representation shows a hue of 20°, a saturation of 100%, and a value of 100%.
In a RGB color space, #CDA48F is composed of 80% red, 64% green and 56% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 20% magenta, 30% yellow and 20% black.
In the Yxy color space, this color is represented as Y: 41.86, x: 0.4049, and y: 0.3779.
Color Code #CDA48F
Shades of Color #CDA48F
Shades are created by darkening the original color #CDA48F 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 #CDA48F
Tints are created by lightening the original color #CDA48F 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 #CDA48F Color Code
In the HSL color space, this color has a hue angle of 20°, a saturation of 38%, and a lightness of 68%. The HSV representation shows a hue of 20°, a saturation of 30%, and a value of 80%.
- HEX: #CDA48F
- RGB: rgb(205, 164, 143)
- HSL: hsl(20, 38%, 68%)
- HSV: hsv(20, 30%, 80%)
- CMYK: 0.00% cyan, 20.00% magenta, 30.00% yellow, 20.00% black
- XYZ: 44.85, 41.86, 24.07
- Yxy: 41.86, 0.4049, 0.3779
- Hunter Lab: 70.78, 13.36, 16.97
- CIE-Lab: 70.78, 13.36, 16.97
In the XYZ color space, this color is represented as X: 44.85, Y: 41.86, Z: 24.07. The Yxy representation further refines this as Y: 41.86, x: 0.4049, and y: 0.3779.
In the Hunter Lab color space, this color is represented as L: 70.78, a: 13.36, and b: 16.97. Similarly, in the CIE-Lab color space, it is represented as L: 70.78, a: 13.36, and b: 16.97.
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 #CDA48F
Triadic colors are three colors evenly spaced around the color wheel, including #CDA48F. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #CDA48F
Monochromatic colors are variations of #CDA48F, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CDA48F
The complementary color of #CDA48F 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 #CDA48F
/* Using HEX */ body { background-color: #cda48f; }
/* Using RGB */ body { background-color: rgb(205, 164, 143); }
/* Using RGB with opacity */ body { background-color: rgba(205, 164, 143, 0.5); }
/* Using HSL */ body { background-color: hsl(20, 38%, 68%); }
/* Text color */ p { color: #cda48f; }
/* Box shadow */ div { box-shadow: 4px 4px #cda48f; }
HTML Examples of #CDA48F
<!-- Using HEX --> <div style="background-color: #cda48f; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(205, 164, 143); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(205, 164, 143, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(20, 38%, 68%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #cda48f;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #cda48f; width: 100px; height: 100px;"></div>
Related Colors of #CDA48F
These colors are similar to #CDA48F, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.