Color: #CAAF7C

#CAAF7C Color Information

#CAAF7C is a light color. The closest websafe version is #CAAF7C. A complement of this color would be #7D98CA, perceived brightness is 0.70, and the grayscale version is #A3A3A3.

In the HSL color space, this color has a hue angle of 39°,a saturation of 42%, and a lightness of 64%.The HSV representation shows a hue of 39°, a saturation of 39%, and a value of 79%.

In a RGB color space, #CAAF7C is composed of 79% red, 69% green and 49% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 13% magenta, 39% yellow and 21% black.

In the Yxy color space, this color is represented as Y: 45.10, x: 0.4118, and y: 0.4114.

Color Code #CAAF7C

#CAAF7Crgb(202, 175, 124)
HEX
#CAAF7C
RGB
rgb(202, 175, 124)
HSL
hsl(39, 42%, 64%)
HSV
hsv(39, 39%, 79%)
CMYK
0%, 13%, 39%, 21%
XYZ
X: 45.15, Y: 45.10, Z: 19.38
Lab
L: 72.95, a: 4.83, b: 29.98
Name

Shades of Color #CAAF7C

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

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

#CAAF7Crgb(202, 175, 124)

About #CAAF7C Color Code

In the HSL color space, this color has a hue angle of 39°, a saturation of 42%, and a lightness of 64%. The HSV representation shows a hue of 39°, a saturation of 39%, and a value of 79%.

  • HEX: #CAAF7C
  • RGB: rgb(202, 175, 124)
  • HSL: hsl(39, 42%, 64%)
  • HSV: hsv(39, 39%, 79%)
  • CMYK: 0.00% cyan, 13.00% magenta, 39.00% yellow, 21.00% black
  • XYZ: 45.15, 45.10, 19.38
  • Yxy: 45.10, 0.4118, 0.4114
  • Hunter Lab: 72.95, 4.83, 29.98
  • CIE-Lab: 72.95, 4.83, 29.98

In the XYZ color space, this color is represented as X: 45.15, Y: 45.10, Z: 19.38. The Yxy representation further refines this as Y: 45.10, x: 0.4118, and y: 0.4114.

In the Hunter Lab color space, this color is represented as L: 72.95, a: 4.83, and b: 29.98. Similarly, in the CIE-Lab color space, it is represented as L: 72.95, a: 4.83, and b: 29.98.

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

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

Analogous Colors of #CAAF7C

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

Monochromatic Colors of #CAAF7C

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

Complementary Color of #CAAF7C

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

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

HTML Examples of #CAAF7C

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

Related Colors of #CAAF7C

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