Color: #CA8C63

#CA8C63 Color Information

#CA8C63 is a light color. The closest websafe version is #CA8C63. A complement of this color would be #63A1CA, perceived brightness is 0.60, and the grayscale version is #979797.

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

In a RGB color space, #CA8C63 is composed of 79% red, 55% green and 39% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 31% magenta, 51% yellow and 21% black.

In the Yxy color space, this color is represented as Y: 32.70, x: 0.4556, and y: 0.3958.

Color Code #CA8C63

#CA8C63rgb(202, 140, 99)
HEX
#CA8C63
RGB
rgb(202, 140, 99)
HSL
hsl(24, 49%, 59%)
HSV
hsv(24, 51%, 79%)
CMYK
0%, 31%, 51%, 21%
XYZ
X: 37.64, Y: 32.70, Z: 12.28
Lab
L: 63.92, a: 20.95, b: 31.80
Name

Shades of Color #CA8C63

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

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

#CA8C63rgb(202, 140, 99)

About #CA8C63 Color Code

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

  • HEX: #CA8C63
  • RGB: rgb(202, 140, 99)
  • HSL: hsl(24, 49%, 59%)
  • HSV: hsv(24, 51%, 79%)
  • CMYK: 0.00% cyan, 31.00% magenta, 51.00% yellow, 21.00% black
  • XYZ: 37.64, 32.70, 12.28
  • Yxy: 32.70, 0.4556, 0.3958
  • Hunter Lab: 63.92, 20.95, 31.80
  • CIE-Lab: 63.92, 20.95, 31.80

In the XYZ color space, this color is represented as X: 37.64, Y: 32.70, Z: 12.28. The Yxy representation further refines this as Y: 32.70, x: 0.4556, and y: 0.3958.

In the Hunter Lab color space, this color is represented as L: 63.92, a: 20.95, and b: 31.80. Similarly, in the CIE-Lab color space, it is represented as L: 63.92, a: 20.95, and b: 31.80.

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

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

Analogous Colors of #CA8C63

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

Split Complementary Colors of #CA8C63

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

Tetradic Colors of #CA8C63

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

Monochromatic Colors of #CA8C63

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

Complementary Color of #CA8C63

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

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

HTML Examples of #CA8C63

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

Related Colors of #CA8C63

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