Color: #CFAF9C

#CFAF9C Color Information

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

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

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

In the Yxy color space, this color is represented as Y: 46.63, x: 0.3913, and y: 0.3764.

Color Code #CFAF9C

#CFAF9Crgb(207, 175, 156)
HEX
#CFAF9C
RGB
rgb(207, 175, 156)
HSL
hsl(22, 35%, 71%)
HSV
hsv(22, 25%, 81%)
CMYK
0%, 15%, 25%, 19%
XYZ
X: 48.47, Y: 46.63, Z: 28.77
Lab
L: 73.95, a: 9.84, b: 14.32
Name

Shades of Color #CFAF9C

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

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

#CFAF9Crgb(207, 175, 156)

About #CFAF9C Color Code

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

  • HEX: #CFAF9C
  • RGB: rgb(207, 175, 156)
  • HSL: hsl(22, 35%, 71%)
  • HSV: hsv(22, 25%, 81%)
  • CMYK: 0.00% cyan, 15.00% magenta, 25.00% yellow, 19.00% black
  • XYZ: 48.47, 46.63, 28.77
  • Yxy: 46.63, 0.3913, 0.3764
  • Hunter Lab: 73.95, 9.84, 14.32
  • CIE-Lab: 73.95, 9.84, 14.32

In the XYZ color space, this color is represented as X: 48.47, Y: 46.63, Z: 28.77. The Yxy representation further refines this as Y: 46.63, x: 0.3913, and y: 0.3764.

In the Hunter Lab color space, this color is represented as L: 73.95, a: 9.84, and b: 14.32. Similarly, in the CIE-Lab color space, it is represented as L: 73.95, a: 9.84, and b: 14.32.

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

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

Analogous Colors of #CFAF9C

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

Monochromatic Colors of #CFAF9C

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

Complementary Color of #CFAF9C

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

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

HTML Examples of #CFAF9C

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

Related Colors of #CFAF9C

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