Color: #CA503C

#CA503C Color Information

#CA503C is a dark color. The closest websafe version is #CA503C. A complement of this color would be #3BB6C9, perceived brightness is 0.45, and the grayscale version is #838383.

In the HSL color space, this color has a hue angle of 8°,a saturation of 57%, and a lightness of 51%.The HSV representation shows a hue of 8°, a saturation of 70%, and a value of 79%.

In a RGB color space, #CA503C is composed of 79% red, 31% green and 24% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 60% magenta, 70% yellow and 21% black.

In the Yxy color space, this color is represented as Y: 19.17, x: 0.5513, and y: 0.3584.

Color Code #CA503C

#CA503Crgb(202, 80, 60)
HEX
#CA503C
RGB
rgb(202, 80, 60)
HSL
hsl(8, 57%, 51%)
HSV
hsv(8, 70%, 79%)
CMYK
0%, 60%, 70%, 21%
XYZ
X: 29.49, Y: 19.17, Z: 4.83
Lab
L: 50.88, a: 48.60, b: 37.67
Name

Shades of Color #CA503C

Shades are created by darkening the original color #CA503C 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 #CA503C

Tints are created by lightening the original color #CA503C 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.

#CA503Crgb(202, 80, 60)

About #CA503C Color Code

In the HSL color space, this color has a hue angle of 8°, a saturation of 57%, and a lightness of 51%. The HSV representation shows a hue of 8°, a saturation of 70%, and a value of 79%.

  • HEX: #CA503C
  • RGB: rgb(202, 80, 60)
  • HSL: hsl(8, 57%, 51%)
  • HSV: hsv(8, 70%, 79%)
  • CMYK: 0.00% cyan, 60.00% magenta, 70.00% yellow, 21.00% black
  • XYZ: 29.49, 19.17, 4.83
  • Yxy: 19.17, 0.5513, 0.3584
  • Hunter Lab: 50.88, 48.60, 37.67
  • CIE-Lab: 50.88, 48.60, 37.67

In the XYZ color space, this color is represented as X: 29.49, Y: 19.17, Z: 4.83. The Yxy representation further refines this as Y: 19.17, x: 0.5513, and y: 0.3584.

In the Hunter Lab color space, this color is represented as L: 50.88, a: 48.60, and b: 37.67. Similarly, in the CIE-Lab color space, it is represented as L: 50.88, a: 48.60, and b: 37.67.

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 #CA503C

Triadic colors are three colors evenly spaced around the color wheel, including #CA503C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #CA503C

Analogous colors are adjacent to #CA503C on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #CA503C

Split complementary colors are two colors adjacent to the complementary color of #CA503C. They create a balanced and visually appealing color scheme.

Tetradic Colors of #CA503C

Tetradic colors form a rectangle on the color wheel, including #CA503C. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #CA503C

Monochromatic colors are variations of #CA503C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #CA503C

The complementary color of #CA503C 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 #CA503C

/* Using HEX */
body {
  background-color: #ca503c;
}
/* Using RGB */
body {
  background-color: rgb(202, 80, 60);
}
/* Using RGB with opacity */
body {
  background-color: rgba(202, 80, 60, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(8, 57%, 51%);
}
/* Text color */
p {
  color: #ca503c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ca503c;
}
/* Border color */
.box {
  border: 4px solid #ca503c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ca503c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ca503c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CA503C
On Black Background
#CA503C
On White Background
#CA503C

HTML Examples of #CA503C

<!-- Using HEX -->
<div style="background-color: #ca503c; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(202, 80, 60); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(202, 80, 60, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(8, 57%, 51%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ca503c;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ca503c; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #ca503c; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #ca503c;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #ca503c; color: #fff; padding: 16px; border-radius: 8px;">
  #CA503C
</div>
#CA503C
On Black Background
#CA503C
On White Background
#CA503C

Related Colors of #CA503C

These colors are similar to #CA503C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.