Color: #CFAA48

#CFAA48 Color Information

#CFAA48 is a light color. The closest websafe version is #CFAA48. A complement of this color would be #4A6DCF, perceived brightness is 0.67, and the grayscale version is #8C8C8C.

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

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

In the Yxy color space, this color is represented as Y: 43.09, x: 0.4539, and y: 0.4483.

Color Code #CFAA48

HEX
#CFAA48
RGB
rgb(207, 170, 72)
HSL
hsl(44, 58%, 55%)
HSV
hsv(44, 65%, 81%)
CMYK
0%, 18%, 65%, 19%
XYZ
X: 43.62, Y: 43.09, Z: 9.40
Lab
L: 71.62, a: 6.15, b: 54.11
Name

Shades of Color #CFAA48

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

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

In the HSL color space, this color has a hue angle of 44°, a saturation of 58%, and a lightness of 55%. The HSV representation shows a hue of 44°, a saturation of 65%, and a value of 81%.

  • HEX: #CFAA48
  • RGB: rgb(207, 170, 72)
  • HSL: hsl(44, 58%, 55%)
  • HSV: hsv(44, 65%, 81%)
  • CMYK: 0.00% cyan, 18.00% magenta, 65.00% yellow, 19.00% black
  • XYZ: 43.62, 43.09, 9.40
  • Yxy: 43.09, 0.4539, 0.4483
  • Hunter Lab: 71.62, 6.15, 54.11
  • CIE-Lab: 71.62, 6.15, 54.11

In the XYZ color space, this color is represented as X: 43.62, Y: 43.09, Z: 9.40. The Yxy representation further refines this as Y: 43.09, x: 0.4539, and y: 0.4483.

In the Hunter Lab color space, this color is represented as L: 71.62, a: 6.15, and b: 54.11. Similarly, in the CIE-Lab color space, it is represented as L: 71.62, a: 6.15, and b: 54.11.

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

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

Analogous Colors of #CFAA48

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

Monochromatic Colors of #CFAA48

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

Complementary Color of #CFAA48

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

/* Using HEX */
body {
  background-color: #cfaa48;
}
/* Using RGB */
body {
  background-color: rgb(207, 170, 72);
}
/* Using RGB with opacity */
body {
  background-color: rgba(207, 170, 72, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(44, 58%, 55%);
}
/* Text color */
p {
  color: #cfaa48;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cfaa48;
}

HTML Examples of #CFAA48

<!-- Using HEX -->
<div style="background-color: #cfaa48; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(207, 170, 72); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(207, 170, 72, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(44, 58%, 55%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #cfaa48;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #cfaa48; width: 100px; height: 100px;"></div>

Related Colors of #CFAA48

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