Color: #CFAA6B

#CFAA6B Color Information

#CFAA6B is a light color. The closest websafe version is #CFAA6B. A complement of this color would be #6D91D0, perceived brightness is 0.68, and the grayscale version is #9D9D9D.

In the HSL color space, this color has a hue angle of 38°,a saturation of 51%, and a lightness of 62%.The HSV representation shows a hue of 38°, a saturation of 48%, and a value of 81%.

In a RGB color space, #CFAA6B is composed of 81% red, 67% green and 42% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 18% magenta, 48% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 43.59, x: 0.4321, and y: 0.4205.

Color Code #CFAA6B

#CFAA6Brgb(207, 170, 107)
HEX
#CFAA6B
RGB
rgb(207, 170, 107)
HSL
hsl(38, 51%, 62%)
HSV
hsv(38, 48%, 81%)
CMYK
0%, 18%, 48%, 19%
XYZ
X: 44.79, Y: 43.59, Z: 15.27
Lab
L: 71.95, a: 8.12, b: 37.67
Name

Shades of Color #CFAA6B

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

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

#CFAA6Brgb(207, 170, 107)

About #CFAA6B Color Code

In the HSL color space, this color has a hue angle of 38°, a saturation of 51%, and a lightness of 62%. The HSV representation shows a hue of 38°, a saturation of 48%, and a value of 81%.

  • HEX: #CFAA6B
  • RGB: rgb(207, 170, 107)
  • HSL: hsl(38, 51%, 62%)
  • HSV: hsv(38, 48%, 81%)
  • CMYK: 0.00% cyan, 18.00% magenta, 48.00% yellow, 19.00% black
  • XYZ: 44.79, 43.59, 15.27
  • Yxy: 43.59, 0.4321, 0.4205
  • Hunter Lab: 71.95, 8.12, 37.67
  • CIE-Lab: 71.95, 8.12, 37.67

In the XYZ color space, this color is represented as X: 44.79, Y: 43.59, Z: 15.27. The Yxy representation further refines this as Y: 43.59, x: 0.4321, and y: 0.4205.

In the Hunter Lab color space, this color is represented as L: 71.95, a: 8.12, and b: 37.67. Similarly, in the CIE-Lab color space, it is represented as L: 71.95, a: 8.12, and b: 37.67.

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

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

Analogous Colors of #CFAA6B

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

Split Complementary Colors of #CFAA6B

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

Tetradic Colors of #CFAA6B

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

Monochromatic Colors of #CFAA6B

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

Complementary Color of #CFAA6B

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

/* Using HEX */
body {
  background-color: #cfaa6b;
}
/* Using RGB */
body {
  background-color: rgb(207, 170, 107);
}
/* Using RGB with opacity */
body {
  background-color: rgba(207, 170, 107, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(38, 51%, 62%);
}
/* Text color */
p {
  color: #cfaa6b;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cfaa6b;
}
/* Border color */
.box {
  border: 4px solid #cfaa6b;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cfaa6b;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cfaa6b;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CFAA6B
On Black Background
#CFAA6B
On White Background
#CFAA6B

HTML Examples of #CFAA6B

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

Related Colors of #CFAA6B

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