Color: #CA6B5A

#CA6B5A Color Information

#CA6B5A is a light color. The closest websafe version is #CA6B5A. A complement of this color would be #59B8C9, perceived brightness is 0.52, and the grayscale version is #929292.

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

In a RGB color space, #CA6B5A is composed of 79% red, 42% green and 35% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 47% magenta, 55% yellow and 21% black.

In the Yxy color space, this color is represented as Y: 24.30, x: 0.4927, and y: 0.3642.

Color Code #CA6B5A

HEX
#CA6B5A
RGB
rgb(202, 107, 90)
HSL
hsl(9, 51%, 57%)
HSV
hsv(9, 55%, 79%)
CMYK
0%, 47%, 55%, 21%
XYZ
X: 32.88, Y: 24.30, Z: 9.55
Lab
L: 56.39, a: 37.30, b: 27.34
Name

Shades of Color #CA6B5A

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

Tints are created by lightening the original color #CA6B5A 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 #CA6B5A Color Code

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

  • HEX: #CA6B5A
  • RGB: rgb(202, 107, 90)
  • HSL: hsl(9, 51%, 57%)
  • HSV: hsv(9, 55%, 79%)
  • CMYK: 0.00% cyan, 47.00% magenta, 55.00% yellow, 21.00% black
  • XYZ: 32.88, 24.30, 9.55
  • Yxy: 24.30, 0.4927, 0.3642
  • Hunter Lab: 56.39, 37.30, 27.34
  • CIE-Lab: 56.39, 37.30, 27.34

In the XYZ color space, this color is represented as X: 32.88, Y: 24.30, Z: 9.55. The Yxy representation further refines this as Y: 24.30, x: 0.4927, and y: 0.3642.

In the Hunter Lab color space, this color is represented as L: 56.39, a: 37.30, and b: 27.34. Similarly, in the CIE-Lab color space, it is represented as L: 56.39, a: 37.30, and b: 27.34.

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

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

Analogous Colors of #CA6B5A

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

Monochromatic Colors of #CA6B5A

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

Complementary Color of #CA6B5A

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

/* Using HEX */
body {
  background-color: #ca6b5a;
}
/* Using RGB */
body {
  background-color: rgb(202, 107, 90);
}
/* Using RGB with opacity */
body {
  background-color: rgba(202, 107, 90, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(9, 51%, 57%);
}
/* Text color */
p {
  color: #ca6b5a;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ca6b5a;
}

HTML Examples of #CA6B5A

<!-- Using HEX -->
<div style="background-color: #ca6b5a; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(202, 107, 90); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(202, 107, 90, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(9, 51%, 57%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ca6b5a;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ca6b5a; width: 100px; height: 100px;"></div>

Related Colors of #CA6B5A

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