Color: #C99CAA

#C99CAA Color Information

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

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

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

In the Yxy color space, this color is represented as Y: 39.27, x: 0.3794, and y: 0.3384.

Color Code #C99CAA

#C99CAArgb(201, 156, 170)
HEX
#C99CAA
RGB
rgb(201, 156, 170)
HSL
hsl(341, 29%, 70%)
HSV
hsv(341, 22%, 79%)
CMYK
0%, 22%, 15%, 21%
XYZ
X: 44.02, Y: 39.27, Z: 32.75
Lab
L: 68.94, a: 18.88, b: -0.52
Name

Shades of Color #C99CAA

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

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

#C99CAArgb(201, 156, 170)

About #C99CAA Color Code

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

  • HEX: #C99CAA
  • RGB: rgb(201, 156, 170)
  • HSL: hsl(341, 29%, 70%)
  • HSV: hsv(341, 22%, 79%)
  • CMYK: 0.00% cyan, 22.00% magenta, 15.00% yellow, 21.00% black
  • XYZ: 44.02, 39.27, 32.75
  • Yxy: 39.27, 0.3794, 0.3384
  • Hunter Lab: 68.94, 18.88, -0.52
  • CIE-Lab: 68.94, 18.88, -0.52

In the XYZ color space, this color is represented as X: 44.02, Y: 39.27, Z: 32.75. The Yxy representation further refines this as Y: 39.27, x: 0.3794, and y: 0.3384.

In the Hunter Lab color space, this color is represented as L: 68.94, a: 18.88, and b: -0.52. Similarly, in the CIE-Lab color space, it is represented as L: 68.94, a: 18.88, and b: -0.52.

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

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

Analogous Colors of #C99CAA

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

Monochromatic Colors of #C99CAA

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

Complementary Color of #C99CAA

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

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

HTML Examples of #C99CAA

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

Related Colors of #C99CAA

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