Color: #CABA2E

#CABA2E Color Information

#CABA2E is a light color. The closest websafe version is #CABA2E. A complement of this color would be #2E3ECC, perceived brightness is 0.69, and the grayscale version is #7C7C7C.

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

In a RGB color space, #CABA2E is composed of 79% red, 73% green and 18% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 8% magenta, 77% yellow and 21% black.

In the Yxy color space, this color is represented as Y: 48.51, x: 0.4456, and y: 0.4798.

Color Code #CABA2E

HEX
#CABA2E
RGB
rgb(202, 186, 46)
HSL
hsl(54, 63%, 49%)
HSV
hsv(54, 77%, 79%)
CMYK
0%, 8%, 77%, 21%
XYZ
X: 45.05, Y: 48.51, Z: 7.54
Lab
L: 75.14, a: -4.87, b: 67.06
Name

Shades of Color #CABA2E

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

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

In the HSL color space, this color has a hue angle of 54°, a saturation of 63%, and a lightness of 49%. The HSV representation shows a hue of 54°, a saturation of 77%, and a value of 79%.

  • HEX: #CABA2E
  • RGB: rgb(202, 186, 46)
  • HSL: hsl(54, 63%, 49%)
  • HSV: hsv(54, 77%, 79%)
  • CMYK: 0.00% cyan, 8.00% magenta, 77.00% yellow, 21.00% black
  • XYZ: 45.05, 48.51, 7.54
  • Yxy: 48.51, 0.4456, 0.4798
  • Hunter Lab: 75.14, -4.87, 67.06
  • CIE-Lab: 75.14, -4.87, 67.06

In the XYZ color space, this color is represented as X: 45.05, Y: 48.51, Z: 7.54. The Yxy representation further refines this as Y: 48.51, x: 0.4456, and y: 0.4798.

In the Hunter Lab color space, this color is represented as L: 75.14, a: -4.87, and b: 67.06. Similarly, in the CIE-Lab color space, it is represented as L: 75.14, a: -4.87, and b: 67.06.

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

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

Analogous Colors of #CABA2E

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

Monochromatic Colors of #CABA2E

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

Complementary Color of #CABA2E

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

/* Using HEX */
body {
  background-color: #caba2e;
}
/* Using RGB */
body {
  background-color: rgb(202, 186, 46);
}
/* Using RGB with opacity */
body {
  background-color: rgba(202, 186, 46, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(54, 63%, 49%);
}
/* Text color */
p {
  color: #caba2e;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #caba2e;
}

HTML Examples of #CABA2E

<!-- Using HEX -->
<div style="background-color: #caba2e; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(202, 186, 46); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(202, 186, 46, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(54, 63%, 49%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #caba2e;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #caba2e; width: 100px; height: 100px;"></div>

Related Colors of #CABA2E

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