Color: #CFB79C

#CFB79C Color Information

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

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

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

In the Yxy color space, this color is represented as Y: 49.85, x: 0.3884, and y: 0.3857.

Color Code #CFB79C

#CFB79Crgb(207, 183, 156)
HEX
#CFB79C
RGB
rgb(207, 183, 156)
HSL
hsl(32, 35%, 71%)
HSV
hsv(32, 25%, 81%)
CMYK
0%, 12%, 25%, 19%
XYZ
X: 50.20, Y: 49.85, Z: 29.21
Lab
L: 75.97, a: 5.79, b: 17.10
Name

Shades of Color #CFB79C

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

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

#CFB79Crgb(207, 183, 156)

About #CFB79C Color Code

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

  • HEX: #CFB79C
  • RGB: rgb(207, 183, 156)
  • HSL: hsl(32, 35%, 71%)
  • HSV: hsv(32, 25%, 81%)
  • CMYK: 0.00% cyan, 12.00% magenta, 25.00% yellow, 19.00% black
  • XYZ: 50.20, 49.85, 29.21
  • Yxy: 49.85, 0.3884, 0.3857
  • Hunter Lab: 75.97, 5.79, 17.10
  • CIE-Lab: 75.97, 5.79, 17.10

In the XYZ color space, this color is represented as X: 50.20, Y: 49.85, Z: 29.21. The Yxy representation further refines this as Y: 49.85, x: 0.3884, and y: 0.3857.

In the Hunter Lab color space, this color is represented as L: 75.97, a: 5.79, and b: 17.10. Similarly, in the CIE-Lab color space, it is represented as L: 75.97, a: 5.79, and b: 17.10.

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

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

Analogous Colors of #CFB79C

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

Monochromatic Colors of #CFB79C

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

Complementary Color of #CFB79C

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

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

HTML Examples of #CFB79C

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

Related Colors of #CFB79C

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