Color: #CA903E
#CA903E Color Information
#CA903E is a light color. The closest websafe version is #CA903E. A complement of this color would be #3F79CA, perceived brightness is 0.60, and the grayscale version is #848484.
In the HSL color space, this color has a hue angle of 35°,a saturation of 57%, and a lightness of 52%.The HSV representation shows a hue of 35°, a saturation of 100%, and a value of 100%.
In a RGB color space, #CA903E is composed of 79% red, 56% green and 24% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 29% magenta, 69% yellow and 21% black.
In the Yxy color space, this color is represented as Y: 33.43, x: 0.4792, and y: 0.4309.
Color Code #CA903E
Shades of Color #CA903E
Shades are created by darkening the original color #CA903E 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 #CA903E
Tints are created by lightening the original color #CA903E 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 #CA903E Color Code
In the HSL color space, this color has a hue angle of 35°, a saturation of 57%, and a lightness of 52%. The HSV representation shows a hue of 35°, a saturation of 69%, and a value of 79%.
- HEX: #CA903E
- RGB: rgb(202, 144, 62)
- HSL: hsl(35, 57%, 52%)
- HSV: hsv(35, 69%, 79%)
- CMYK: 0.00% cyan, 29.00% magenta, 69.00% yellow, 21.00% black
- XYZ: 37.18, 33.43, 6.97
- Yxy: 33.43, 0.4792, 0.4309
- Hunter Lab: 64.51, 16.94, 51.05
- CIE-Lab: 64.51, 16.94, 51.05
In the XYZ color space, this color is represented as X: 37.18, Y: 33.43, Z: 6.97. The Yxy representation further refines this as Y: 33.43, x: 0.4792, and y: 0.4309.
In the Hunter Lab color space, this color is represented as L: 64.51, a: 16.94, and b: 51.05. Similarly, in the CIE-Lab color space, it is represented as L: 64.51, a: 16.94, and b: 51.05.
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 #CA903E
Triadic colors are three colors evenly spaced around the color wheel, including #CA903E. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #CA903E
Monochromatic colors are variations of #CA903E, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CA903E
The complementary color of #CA903E 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 #CA903E
/* Using HEX */ body { background-color: #ca903e; }
/* Using RGB */ body { background-color: rgb(202, 144, 62); }
/* Using RGB with opacity */ body { background-color: rgba(202, 144, 62, 0.5); }
/* Using HSL */ body { background-color: hsl(35, 57%, 52%); }
/* Text color */ p { color: #ca903e; }
/* Box shadow */ div { box-shadow: 4px 4px #ca903e; }
HTML Examples of #CA903E
<!-- Using HEX --> <div style="background-color: #ca903e; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(202, 144, 62); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(202, 144, 62, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(35, 57%, 52%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ca903e;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ca903e; width: 100px; height: 100px;"></div>
Related Colors of #CA903E
These colors are similar to #CA903E, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.