Color: #C99DAC

#C99DAC Color Information

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

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

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

In the Yxy color space, this color is represented as Y: 39.67, x: 0.3773, and y: 0.3374.

Color Code #C99DAC

#C99DACrgb(201, 157, 172)
HEX
#C99DAC
RGB
rgb(201, 157, 172)
HSL
hsl(340, 29%, 70%)
HSV
hsv(340, 22%, 79%)
CMYK
0%, 22%, 14%, 21%
XYZ
X: 44.36, Y: 39.67, Z: 33.55
Lab
L: 69.23, a: 18.60, b: -1.21
Name

Shades of Color #C99DAC

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

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

#C99DACrgb(201, 157, 172)

About #C99DAC Color Code

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

  • HEX: #C99DAC
  • RGB: rgb(201, 157, 172)
  • HSL: hsl(340, 29%, 70%)
  • HSV: hsv(340, 22%, 79%)
  • CMYK: 0.00% cyan, 22.00% magenta, 14.00% yellow, 21.00% black
  • XYZ: 44.36, 39.67, 33.55
  • Yxy: 39.67, 0.3773, 0.3374
  • Hunter Lab: 69.23, 18.60, -1.21
  • CIE-Lab: 69.23, 18.60, -1.21

In the XYZ color space, this color is represented as X: 44.36, Y: 39.67, Z: 33.55. The Yxy representation further refines this as Y: 39.67, x: 0.3773, and y: 0.3374.

In the Hunter Lab color space, this color is represented as L: 69.23, a: 18.60, and b: -1.21. Similarly, in the CIE-Lab color space, it is represented as L: 69.23, a: 18.60, and b: -1.21.

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

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

Analogous Colors of #C99DAC

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

Monochromatic Colors of #C99DAC

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

Complementary Color of #C99DAC

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

/* Using HEX */
body {
  background-color: #c99dac;
}
/* Using RGB */
body {
  background-color: rgb(201, 157, 172);
}
/* Using RGB with opacity */
body {
  background-color: rgba(201, 157, 172, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(340, 29%, 70%);
}
/* Text color */
p {
  color: #c99dac;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c99dac;
}
/* Border color */
.box {
  border: 4px solid #c99dac;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c99dac;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c99dac;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C99DAC
On Black Background
#C99DAC
On White Background
#C99DAC

HTML Examples of #C99DAC

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

Related Colors of #C99DAC

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