Color: #CA543F

#CA543F Color Information

#CA543F is a dark color. The closest websafe version is #CA543F. A complement of this color would be #3FB5CA, perceived brightness is 0.46, and the grayscale version is #858585.

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

In a RGB color space, #CA543F is composed of 79% red, 33% green and 25% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 58% magenta, 69% yellow and 21% black.

In the Yxy color space, this color is represented as Y: 19.80, x: 0.5442, and y: 0.3606.

Color Code #CA543F

#CA543Frgb(202, 84, 63)
HEX
#CA543F
RGB
rgb(202, 84, 63)
HSL
hsl(9, 57%, 52%)
HSV
hsv(9, 69%, 79%)
CMYK
0%, 58%, 69%, 21%
XYZ
X: 29.88, Y: 19.80, Z: 5.23
Lab
L: 51.61, a: 46.94, b: 36.81
Name

Shades of Color #CA543F

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

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

#CA543Frgb(202, 84, 63)

About #CA543F Color Code

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

  • HEX: #CA543F
  • RGB: rgb(202, 84, 63)
  • HSL: hsl(9, 57%, 52%)
  • HSV: hsv(9, 69%, 79%)
  • CMYK: 0.00% cyan, 58.00% magenta, 69.00% yellow, 21.00% black
  • XYZ: 29.88, 19.80, 5.23
  • Yxy: 19.80, 0.5442, 0.3606
  • Hunter Lab: 51.61, 46.94, 36.81
  • CIE-Lab: 51.61, 46.94, 36.81

In the XYZ color space, this color is represented as X: 29.88, Y: 19.80, Z: 5.23. The Yxy representation further refines this as Y: 19.80, x: 0.5442, and y: 0.3606.

In the Hunter Lab color space, this color is represented as L: 51.61, a: 46.94, and b: 36.81. Similarly, in the CIE-Lab color space, it is represented as L: 51.61, a: 46.94, and b: 36.81.

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

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

Analogous Colors of #CA543F

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

Monochromatic Colors of #CA543F

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

Complementary Color of #CA543F

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

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

HTML Examples of #CA543F

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

Related Colors of #CA543F

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