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