Color: #CAACAD

#CAACAD Color Information

#CAACAD is a light color. The closest websafe version is #CAACAD. A complement of this color would be #ABC9C8, perceived brightness is 0.71, and the grayscale version is #BBBBBB.

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

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

In the Yxy color space, this color is represented as Y: 45.25, x: 0.3734, and y: 0.3548.

Color Code #CAACAD

#CAACADrgb(202, 172, 173)
HEX
#CAACAD
RGB
rgb(202, 172, 173)
HSL
hsl(358, 22%, 73%)
HSV
hsv(358, 15%, 79%)
CMYK
0%, 15%, 14%, 21%
XYZ
X: 47.62, Y: 45.25, Z: 34.67
Lab
L: 73.06, a: 11.36, b: 3.75
Name

Shades of Color #CAACAD

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

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

#CAACADrgb(202, 172, 173)

About #CAACAD Color Code

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

  • HEX: #CAACAD
  • RGB: rgb(202, 172, 173)
  • HSL: hsl(358, 22%, 73%)
  • HSV: hsv(358, 15%, 79%)
  • CMYK: 0.00% cyan, 15.00% magenta, 14.00% yellow, 21.00% black
  • XYZ: 47.62, 45.25, 34.67
  • Yxy: 45.25, 0.3734, 0.3548
  • Hunter Lab: 73.06, 11.36, 3.75
  • CIE-Lab: 73.06, 11.36, 3.75

In the XYZ color space, this color is represented as X: 47.62, Y: 45.25, Z: 34.67. The Yxy representation further refines this as Y: 45.25, x: 0.3734, and y: 0.3548.

In the Hunter Lab color space, this color is represented as L: 73.06, a: 11.36, and b: 3.75. Similarly, in the CIE-Lab color space, it is represented as L: 73.06, a: 11.36, and b: 3.75.

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

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

Analogous Colors of #CAACAD

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

Split Complementary Colors of #CAACAD

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

Tetradic Colors of #CAACAD

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

Monochromatic Colors of #CAACAD

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

Complementary Color of #CAACAD

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

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

HTML Examples of #CAACAD

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

Related Colors of #CAACAD

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