Color: #CF9CAC

#CF9CAC Color Information

#CF9CAC is a light color. The closest websafe version is #CF9CAC. A complement of this color would be #9BCFBF, perceived brightness is 0.68, and the grayscale version is #B6B6B6.

In the HSL color space, this color has a hue angle of 341°,a saturation of 35%, and a lightness of 71%.The HSV representation shows a hue of 341°, a saturation of 25%, and a value of 81%.

In a RGB color space, #CF9CAC is composed of 81% red, 61% green and 67% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 25% magenta, 17% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 40.22, x: 0.3836, and y: 0.3360.

Color Code #CF9CAC

#CF9CACrgb(207, 156, 172)
HEX
#CF9CAC
RGB
rgb(207, 156, 172)
HSL
hsl(341, 35%, 71%)
HSV
hsv(341, 25%, 81%)
CMYK
0%, 25%, 17%, 19%
XYZ
X: 45.91, Y: 40.22, Z: 33.56
Lab
L: 69.62, a: 21.38, b: -0.55
Name

Shades of Color #CF9CAC

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

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

#CF9CACrgb(207, 156, 172)

About #CF9CAC Color Code

In the HSL color space, this color has a hue angle of 341°, a saturation of 35%, and a lightness of 71%. The HSV representation shows a hue of 341°, a saturation of 25%, and a value of 81%.

  • HEX: #CF9CAC
  • RGB: rgb(207, 156, 172)
  • HSL: hsl(341, 35%, 71%)
  • HSV: hsv(341, 25%, 81%)
  • CMYK: 0.00% cyan, 25.00% magenta, 17.00% yellow, 19.00% black
  • XYZ: 45.91, 40.22, 33.56
  • Yxy: 40.22, 0.3836, 0.3360
  • Hunter Lab: 69.62, 21.38, -0.55
  • CIE-Lab: 69.62, 21.38, -0.55

In the XYZ color space, this color is represented as X: 45.91, Y: 40.22, Z: 33.56. The Yxy representation further refines this as Y: 40.22, x: 0.3836, and y: 0.3360.

In the Hunter Lab color space, this color is represented as L: 69.62, a: 21.38, and b: -0.55. Similarly, in the CIE-Lab color space, it is represented as L: 69.62, a: 21.38, and b: -0.55.

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

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

Analogous Colors of #CF9CAC

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

Split Complementary Colors of #CF9CAC

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

Tetradic Colors of #CF9CAC

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

Monochromatic Colors of #CF9CAC

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

Complementary Color of #CF9CAC

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

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

HTML Examples of #CF9CAC

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

Related Colors of #CF9CAC

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