Color: #C16C9D

#C16C9D Color Information

#C16C9D is a light color. The closest websafe version is #C16C9D. A complement of this color would be #6CC18F, perceived brightness is 0.55, and the grayscale version is #979797.

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

In a RGB color space, #C16C9D is composed of 76% red, 42% green and 62% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 44% magenta, 19% yellow and 24% black.

In the Yxy color space, this color is represented as Y: 24.66, x: 0.3992, and y: 0.2908.

Color Code #C16C9D

HEX
#C16C9D
RGB
rgb(193, 108, 157)
HSL
hsl(325, 41%, 59%)
HSV
hsv(325, 44%, 76%)
CMYK
0%, 44%, 19%, 24%
XYZ
X: 33.85, Y: 24.66, Z: 26.28
Lab
L: 56.74, a: 39.19, b: -11.16
Name

Shades of Color #C16C9D

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

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

In the HSL color space, this color has a hue angle of 325°, a saturation of 41%, and a lightness of 59%. The HSV representation shows a hue of 325°, a saturation of 44%, and a value of 76%.

  • HEX: #C16C9D
  • RGB: rgb(193, 108, 157)
  • HSL: hsl(325, 41%, 59%)
  • HSV: hsv(325, 44%, 76%)
  • CMYK: 0.00% cyan, 44.00% magenta, 19.00% yellow, 24.00% black
  • XYZ: 33.85, 24.66, 26.28
  • Yxy: 24.66, 0.3992, 0.2908
  • Hunter Lab: 56.74, 39.19, -11.16
  • CIE-Lab: 56.74, 39.19, -11.16

In the XYZ color space, this color is represented as X: 33.85, Y: 24.66, Z: 26.28. The Yxy representation further refines this as Y: 24.66, x: 0.3992, and y: 0.2908.

In the Hunter Lab color space, this color is represented as L: 56.74, a: 39.19, and b: -11.16. Similarly, in the CIE-Lab color space, it is represented as L: 56.74, a: 39.19, and b: -11.16.

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

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

Analogous Colors of #C16C9D

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

Monochromatic Colors of #C16C9D

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

Complementary Color of #C16C9D

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

/* Using HEX */
body {
  background-color: #c16c9d;
}
/* Using RGB */
body {
  background-color: rgb(193, 108, 157);
}
/* Using RGB with opacity */
body {
  background-color: rgba(193, 108, 157, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(325, 41%, 59%);
}
/* Text color */
p {
  color: #c16c9d;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c16c9d;
}

HTML Examples of #C16C9D

<!-- Using HEX -->
<div style="background-color: #c16c9d; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(193, 108, 157); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(193, 108, 157, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(325, 41%, 59%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #c16c9d;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #c16c9d; width: 100px; height: 100px;"></div>

Related Colors of #C16C9D

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