Color: #CAC592

#CAC592 Color Information

#CAC592 is a light color. The closest websafe version is #CAC592. A complement of this color would be #9196CA, perceived brightness is 0.76, and the grayscale version is #AEAEAE.

In the HSL color space, this color has a hue angle of 55°,a saturation of 35%, and a lightness of 68%.The HSV representation shows a hue of 55°, a saturation of 28%, and a value of 79%.

In a RGB color space, #CAC592 is composed of 79% red, 77% green and 57% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 2% magenta, 28% yellow and 21% black.

In the Yxy color space, this color is represented as Y: 54.91, x: 0.3861, and y: 0.4127.

Color Code #CAC592

#CAC592rgb(202, 197, 146)
HEX
#CAC592
RGB
rgb(202, 197, 146)
HSL
hsl(55, 35%, 68%)
HSV
hsv(55, 28%, 79%)
CMYK
0%, 2%, 28%, 21%
XYZ
X: 51.37, Y: 54.91, Z: 26.77
Lab
L: 78.99, a: -4.11, b: 26.35
Name

Shades of Color #CAC592

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

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

#CAC592rgb(202, 197, 146)

About #CAC592 Color Code

In the HSL color space, this color has a hue angle of 55°, a saturation of 35%, and a lightness of 68%. The HSV representation shows a hue of 55°, a saturation of 28%, and a value of 79%.

  • HEX: #CAC592
  • RGB: rgb(202, 197, 146)
  • HSL: hsl(55, 35%, 68%)
  • HSV: hsv(55, 28%, 79%)
  • CMYK: 0.00% cyan, 2.00% magenta, 28.00% yellow, 21.00% black
  • XYZ: 51.37, 54.91, 26.77
  • Yxy: 54.91, 0.3861, 0.4127
  • Hunter Lab: 78.99, -4.11, 26.35
  • CIE-Lab: 78.99, -4.11, 26.35

In the XYZ color space, this color is represented as X: 51.37, Y: 54.91, Z: 26.77. The Yxy representation further refines this as Y: 54.91, x: 0.3861, and y: 0.4127.

In the Hunter Lab color space, this color is represented as L: 78.99, a: -4.11, and b: 26.35. Similarly, in the CIE-Lab color space, it is represented as L: 78.99, a: -4.11, and b: 26.35.

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

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

Analogous Colors of #CAC592

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

Split Complementary Colors of #CAC592

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

Tetradic Colors of #CAC592

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

Monochromatic Colors of #CAC592

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

Complementary Color of #CAC592

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

/* Using HEX */
body {
  background-color: #cac592;
}
/* Using RGB */
body {
  background-color: rgb(202, 197, 146);
}
/* Using RGB with opacity */
body {
  background-color: rgba(202, 197, 146, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(55, 35%, 68%);
}
/* Text color */
p {
  color: #cac592;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cac592;
}
/* Border color */
.box {
  border: 4px solid #cac592;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cac592;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cac592;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CAC592
On Black Background
#CAC592
On White Background
#CAC592

HTML Examples of #CAC592

<!-- Using HEX -->
<div style="background-color: #cac592; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(202, 197, 146); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(202, 197, 146, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(55, 35%, 68%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #cac592;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #cac592; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #cac592; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #cac592;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #cac592; color: #fff; padding: 16px; border-radius: 8px;">
  #CAC592
</div>
#CAC592
On Black Background
#CAC592
On White Background
#CAC592

Related Colors of #CAC592

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