Color: #CA632B
#CA632B Color Information
#CA632B is a dark color. The closest websafe version is #CA632B. A complement of this color would be #2B92CA, perceived brightness is 0.48, and the grayscale version is #7B7B7B.
In the HSL color space, this color has a hue angle of 21°,a saturation of 65%, and a lightness of 48%.The HSV representation shows a hue of 21°, a saturation of 100%, and a value of 100%.
In a RGB color space, #CA632B is composed of 79% red, 39% green and 17% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 51% magenta, 79% yellow and 21% black.
In the Yxy color space, this color is represented as Y: 22.23, x: 0.5432, and y: 0.3907.
Color Code #CA632B
Shades of Color #CA632B
Shades are created by darkening the original color #CA632B 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 #CA632B
Tints are created by lightening the original color #CA632B 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 #CA632B Color Code
In the HSL color space, this color has a hue angle of 21°, a saturation of 65%, and a lightness of 48%. The HSV representation shows a hue of 21°, a saturation of 79%, and a value of 79%.
- HEX: #CA632B
- RGB: rgb(202, 99, 43)
- HSL: hsl(21, 65%, 48%)
- HSV: hsv(21, 79%, 79%)
- CMYK: 0.00% cyan, 51.00% magenta, 79.00% yellow, 21.00% black
- XYZ: 30.91, 22.23, 3.76
- Yxy: 22.23, 0.5432, 0.3907
- Hunter Lab: 54.27, 39.28, 49.73
- CIE-Lab: 54.27, 39.28, 49.73
In the XYZ color space, this color is represented as X: 30.91, Y: 22.23, Z: 3.76. The Yxy representation further refines this as Y: 22.23, x: 0.5432, and y: 0.3907.
In the Hunter Lab color space, this color is represented as L: 54.27, a: 39.28, and b: 49.73. Similarly, in the CIE-Lab color space, it is represented as L: 54.27, a: 39.28, and b: 49.73.
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 #CA632B
Triadic colors are three colors evenly spaced around the color wheel, including #CA632B. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #CA632B
Monochromatic colors are variations of #CA632B, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CA632B
The complementary color of #CA632B 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 #CA632B
/* Using HEX */ body { background-color: #ca632b; }
/* Using RGB */ body { background-color: rgb(202, 99, 43); }
/* Using RGB with opacity */ body { background-color: rgba(202, 99, 43, 0.5); }
/* Using HSL */ body { background-color: hsl(21, 65%, 48%); }
/* Text color */ p { color: #ca632b; }
/* Box shadow */ div { box-shadow: 4px 4px #ca632b; }
HTML Examples of #CA632B
<!-- Using HEX --> <div style="background-color: #ca632b; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(202, 99, 43); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(202, 99, 43, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(21, 65%, 48%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ca632b;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ca632b; width: 100px; height: 100px;"></div>
Related Colors of #CA632B
These colors are similar to #CA632B, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.