Color: #CBA88C

#CBA88C Color Information

#CBA88C is a light color. The closest websafe version is #CBA88C. A complement of this color would be #8BAECB, perceived brightness is 0.69, and the grayscale version is #ABABAB.

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

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

In the Yxy color space, this color is represented as Y: 42.95, x: 0.4036, and y: 0.3863.

Color Code #CBA88C

HEX
#CBA88C
RGB
rgb(203, 168, 140)
HSL
hsl(27, 38%, 67%)
HSV
hsv(27, 31%, 80%)
CMYK
0%, 17%, 31%, 20%
XYZ
X: 44.87, Y: 42.95, Z: 23.36
Lab
L: 71.52, a: 10.23, b: 19.57
Name

Shades of Color #CBA88C

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

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

In the HSL color space, this color has a hue angle of 27°, a saturation of 38%, and a lightness of 67%. The HSV representation shows a hue of 27°, a saturation of 31%, and a value of 80%.

  • HEX: #CBA88C
  • RGB: rgb(203, 168, 140)
  • HSL: hsl(27, 38%, 67%)
  • HSV: hsv(27, 31%, 80%)
  • CMYK: 0.00% cyan, 17.00% magenta, 31.00% yellow, 20.00% black
  • XYZ: 44.87, 42.95, 23.36
  • Yxy: 42.95, 0.4036, 0.3863
  • Hunter Lab: 71.52, 10.23, 19.57
  • CIE-Lab: 71.52, 10.23, 19.57

In the XYZ color space, this color is represented as X: 44.87, Y: 42.95, Z: 23.36. The Yxy representation further refines this as Y: 42.95, x: 0.4036, and y: 0.3863.

In the Hunter Lab color space, this color is represented as L: 71.52, a: 10.23, and b: 19.57. Similarly, in the CIE-Lab color space, it is represented as L: 71.52, a: 10.23, and b: 19.57.

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

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

Analogous Colors of #CBA88C

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

Monochromatic Colors of #CBA88C

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

Complementary Color of #CBA88C

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

/* Using HEX */
body {
  background-color: #cba88c;
}
/* Using RGB */
body {
  background-color: rgb(203, 168, 140);
}
/* Using RGB with opacity */
body {
  background-color: rgba(203, 168, 140, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(27, 38%, 67%);
}
/* Text color */
p {
  color: #cba88c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cba88c;
}

HTML Examples of #CBA88C

<!-- Using HEX -->
<div style="background-color: #cba88c; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(203, 168, 140); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(203, 168, 140, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(27, 38%, 67%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #cba88c;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #cba88c; width: 100px; height: 100px;"></div>

Related Colors of #CBA88C

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