Color: #C8A22B

#C8A22B Color Information

#C8A22B is a light color. The closest websafe version is #C8A22B. A complement of this color would be #2B53CA, perceived brightness is 0.63, and the grayscale version is #7A7A7A.

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

In a RGB color space, #C8A22B is composed of 78% red, 64% green and 17% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 19% magenta, 78% yellow and 22% black.

In the Yxy color space, this color is represented as Y: 38.90, x: 0.4675, and y: 0.4610.

Color Code #C8A22B

HEX
#C8A22B
RGB
rgb(200, 162, 43)
HSL
hsl(45, 65%, 48%)
HSV
hsv(45, 79%, 78%)
CMYK
0%, 19%, 78%, 22%
XYZ
X: 39.45, Y: 38.90, Z: 6.04
Lab
L: 68.68, a: 6.18, b: 62.34
Name

Shades of Color #C8A22B

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

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

In the HSL color space, this color has a hue angle of 45°, a saturation of 65%, and a lightness of 48%. The HSV representation shows a hue of 45°, a saturation of 79%, and a value of 78%.

  • HEX: #C8A22B
  • RGB: rgb(200, 162, 43)
  • HSL: hsl(45, 65%, 48%)
  • HSV: hsv(45, 79%, 78%)
  • CMYK: 0.00% cyan, 19.00% magenta, 78.00% yellow, 22.00% black
  • XYZ: 39.45, 38.90, 6.04
  • Yxy: 38.90, 0.4675, 0.4610
  • Hunter Lab: 68.68, 6.18, 62.34
  • CIE-Lab: 68.68, 6.18, 62.34

In the XYZ color space, this color is represented as X: 39.45, Y: 38.90, Z: 6.04. The Yxy representation further refines this as Y: 38.90, x: 0.4675, and y: 0.4610.

In the Hunter Lab color space, this color is represented as L: 68.68, a: 6.18, and b: 62.34. Similarly, in the CIE-Lab color space, it is represented as L: 68.68, a: 6.18, and b: 62.34.

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

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

Analogous Colors of #C8A22B

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

Monochromatic Colors of #C8A22B

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

Complementary Color of #C8A22B

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

/* Using HEX */
body {
  background-color: #c8a22b;
}
/* Using RGB */
body {
  background-color: rgb(200, 162, 43);
}
/* Using RGB with opacity */
body {
  background-color: rgba(200, 162, 43, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(45, 65%, 48%);
}
/* Text color */
p {
  color: #c8a22b;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c8a22b;
}

HTML Examples of #C8A22B

<!-- Using HEX -->
<div style="background-color: #c8a22b; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(200, 162, 43); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(200, 162, 43, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(45, 65%, 48%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #c8a22b;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #c8a22b; width: 100px; height: 100px;"></div>

Related Colors of #C8A22B

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