Color: #CAAD9C

#CAAD9C Color Information

#CAAD9C is a light color. The closest websafe version is #CAAD9C. A complement of this color would be #9CB9C9, perceived brightness is 0.70, and the grayscale version is #B3B3B3.

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

In a RGB color space, #CAAD9C is composed of 79% red, 68% green and 61% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 14% magenta, 23% yellow and 21% black.

In the Yxy color space, this color is represented as Y: 45.11, x: 0.3873, and y: 0.3749.

Color Code #CAAD9C

#CAAD9Crgb(202, 173, 156)
HEX
#CAAD9C
RGB
rgb(202, 173, 156)
HSL
hsl(22, 30%, 70%)
HSV
hsv(22, 23%, 79%)
CMYK
0%, 14%, 23%, 21%
XYZ
X: 46.60, Y: 45.11, Z: 28.62
Lab
L: 72.97, a: 8.91, b: 12.87
Name

Shades of Color #CAAD9C

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

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

#CAAD9Crgb(202, 173, 156)

About #CAAD9C Color Code

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

  • HEX: #CAAD9C
  • RGB: rgb(202, 173, 156)
  • HSL: hsl(22, 30%, 70%)
  • HSV: hsv(22, 23%, 79%)
  • CMYK: 0.00% cyan, 14.00% magenta, 23.00% yellow, 21.00% black
  • XYZ: 46.60, 45.11, 28.62
  • Yxy: 45.11, 0.3873, 0.3749
  • Hunter Lab: 72.97, 8.91, 12.87
  • CIE-Lab: 72.97, 8.91, 12.87

In the XYZ color space, this color is represented as X: 46.60, Y: 45.11, Z: 28.62. The Yxy representation further refines this as Y: 45.11, x: 0.3873, and y: 0.3749.

In the Hunter Lab color space, this color is represented as L: 72.97, a: 8.91, and b: 12.87. Similarly, in the CIE-Lab color space, it is represented as L: 72.97, a: 8.91, and b: 12.87.

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

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

Analogous Colors of #CAAD9C

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

Monochromatic Colors of #CAAD9C

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

Complementary Color of #CAAD9C

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

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

HTML Examples of #CAAD9C

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

Related Colors of #CAAD9C

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