Color: #C1CAC5

#C1CAC5 Color Information

#C1CAC5 is a light color. The closest websafe version is #C1CAC5. A complement of this color would be #C9C0C5, perceived brightness is 0.78, and the grayscale version is #C6C6C6.

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

In a RGB color space, #C1CAC5 is composed of 76% red, 79% green and 77% blue. Whereas in a CMYK color space, it is composed of 4% cyan, 0% magenta, 2% yellow and 21% black.

In the Yxy color space, this color is represented as Y: 57.59, x: 0.3419, and y: 0.3647.

Color Code #C1CAC5

HEX
#C1CAC5
RGB
rgb(193, 202, 197)
HSL
hsl(147, 8%, 77%)
HSV
hsv(147, 4%, 79%)
CMYK
4%, 0%, 2%, 21%
XYZ
X: 53.99, Y: 57.59, Z: 46.35
Lab
L: 80.51, a: -3.89, b: 1.38
Name

Shades of Color #C1CAC5

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

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

In the HSL color space, this color has a hue angle of 147°, a saturation of 8%, and a lightness of 77%. The HSV representation shows a hue of 147°, a saturation of 4%, and a value of 79%.

  • HEX: #C1CAC5
  • RGB: rgb(193, 202, 197)
  • HSL: hsl(147, 8%, 77%)
  • HSV: hsv(147, 4%, 79%)
  • CMYK: 4.00% cyan, 0.00% magenta, 2.00% yellow, 21.00% black
  • XYZ: 53.99, 57.59, 46.35
  • Yxy: 57.59, 0.3419, 0.3647
  • Hunter Lab: 80.51, -3.89, 1.38
  • CIE-Lab: 80.51, -3.89, 1.38

In the XYZ color space, this color is represented as X: 53.99, Y: 57.59, Z: 46.35. The Yxy representation further refines this as Y: 57.59, x: 0.3419, and y: 0.3647.

In the Hunter Lab color space, this color is represented as L: 80.51, a: -3.89, and b: 1.38. Similarly, in the CIE-Lab color space, it is represented as L: 80.51, a: -3.89, and b: 1.38.

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

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

Analogous Colors of #C1CAC5

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

Monochromatic Colors of #C1CAC5

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

Complementary Color of #C1CAC5

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

/* Using HEX */
body {
  background-color: #c1cac5;
}
/* Using RGB */
body {
  background-color: rgb(193, 202, 197);
}
/* Using RGB with opacity */
body {
  background-color: rgba(193, 202, 197, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(147, 8%, 77%);
}
/* Text color */
p {
  color: #c1cac5;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c1cac5;
}

HTML Examples of #C1CAC5

<!-- Using HEX -->
<div style="background-color: #c1cac5; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(193, 202, 197); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(193, 202, 197, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(147, 8%, 77%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #c1cac5;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #c1cac5; width: 100px; height: 100px;"></div>

Related Colors of #C1CAC5

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