Color: #CCA954

#CCA954 Color Information

#CCA954 is a light color. The closest websafe version is #CCA954. A complement of this color would be #5275CB, perceived brightness is 0.67, and the grayscale version is #909090.

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

In a RGB color space, #CCA954 is composed of 80% red, 66% green and 33% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 17% magenta, 59% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 42.42, x: 0.4451, and y: 0.4404.

Color Code #CCA954

HEX
#CCA954
RGB
rgb(204, 169, 84)
HSL
hsl(43, 54%, 56%)
HSV
hsv(43, 59%, 80%)
CMYK
0%, 17%, 59%, 20%
XYZ
X: 42.88, Y: 42.42, Z: 11.03
Lab
L: 71.16, a: 5.97, b: 48.02
Name

Shades of Color #CCA954

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

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

In the HSL color space, this color has a hue angle of 43°, a saturation of 54%, and a lightness of 56%. The HSV representation shows a hue of 43°, a saturation of 59%, and a value of 80%.

  • HEX: #CCA954
  • RGB: rgb(204, 169, 84)
  • HSL: hsl(43, 54%, 56%)
  • HSV: hsv(43, 59%, 80%)
  • CMYK: 0.00% cyan, 17.00% magenta, 59.00% yellow, 20.00% black
  • XYZ: 42.88, 42.42, 11.03
  • Yxy: 42.42, 0.4451, 0.4404
  • Hunter Lab: 71.16, 5.97, 48.02
  • CIE-Lab: 71.16, 5.97, 48.02

In the XYZ color space, this color is represented as X: 42.88, Y: 42.42, Z: 11.03. The Yxy representation further refines this as Y: 42.42, x: 0.4451, and y: 0.4404.

In the Hunter Lab color space, this color is represented as L: 71.16, a: 5.97, and b: 48.02. Similarly, in the CIE-Lab color space, it is represented as L: 71.16, a: 5.97, and b: 48.02.

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

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

Analogous Colors of #CCA954

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

Monochromatic Colors of #CCA954

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

Complementary Color of #CCA954

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

/* Using HEX */
body {
  background-color: #cca954;
}
/* Using RGB */
body {
  background-color: rgb(204, 169, 84);
}
/* Using RGB with opacity */
body {
  background-color: rgba(204, 169, 84, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(43, 54%, 56%);
}
/* Text color */
p {
  color: #cca954;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cca954;
}

HTML Examples of #CCA954

<!-- Using HEX -->
<div style="background-color: #cca954; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(204, 169, 84); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(204, 169, 84, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(43, 54%, 56%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #cca954;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #cca954; width: 100px; height: 100px;"></div>

Related Colors of #CCA954

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