Color: #CBA38A

#CBA38A Color Information

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

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

In a RGB color space, #CBA38A is composed of 80% red, 64% green and 54% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 20% magenta, 32% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 41.08, x: 0.4076, and y: 0.3825.

Color Code #CBA38A

#CBA38Argb(203, 163, 138)
HEX
#CBA38A
RGB
rgb(203, 163, 138)
HSL
hsl(23, 38%, 67%)
HSV
hsv(23, 32%, 80%)
CMYK
0%, 20%, 32%, 20%
XYZ
X: 43.78, Y: 41.08, Z: 22.54
Lab
L: 70.24, a: 12.60, b: 18.92
Name

Shades of Color #CBA38A

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

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

#CBA38Argb(203, 163, 138)

About #CBA38A Color Code

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

  • HEX: #CBA38A
  • RGB: rgb(203, 163, 138)
  • HSL: hsl(23, 38%, 67%)
  • HSV: hsv(23, 32%, 80%)
  • CMYK: 0.00% cyan, 20.00% magenta, 32.00% yellow, 20.00% black
  • XYZ: 43.78, 41.08, 22.54
  • Yxy: 41.08, 0.4076, 0.3825
  • Hunter Lab: 70.24, 12.60, 18.92
  • CIE-Lab: 70.24, 12.60, 18.92

In the XYZ color space, this color is represented as X: 43.78, Y: 41.08, Z: 22.54. The Yxy representation further refines this as Y: 41.08, x: 0.4076, and y: 0.3825.

In the Hunter Lab color space, this color is represented as L: 70.24, a: 12.60, and b: 18.92. Similarly, in the CIE-Lab color space, it is represented as L: 70.24, a: 12.60, and b: 18.92.

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

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

Analogous Colors of #CBA38A

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

Monochromatic Colors of #CBA38A

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

Complementary Color of #CBA38A

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

/* Using HEX */
body {
  background-color: #cba38a;
}
/* Using RGB */
body {
  background-color: rgb(203, 163, 138);
}
/* Using RGB with opacity */
body {
  background-color: rgba(203, 163, 138, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(23, 38%, 67%);
}
/* Text color */
p {
  color: #cba38a;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cba38a;
}
/* Border color */
.box {
  border: 4px solid #cba38a;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cba38a;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cba38a;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CBA38A
On Black Background
#CBA38A
On White Background
#CBA38A

HTML Examples of #CBA38A

<!-- Using HEX -->
<div style="background-color: #cba38a; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(203, 163, 138); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(203, 163, 138, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(23, 38%, 67%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #cba38a;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #cba38a; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #cba38a; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #cba38a;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #cba38a; color: #fff; padding: 16px; border-radius: 8px;">
  #CBA38A
</div>
#CBA38A
On Black Background
#CBA38A
On White Background
#CBA38A

Related Colors of #CBA38A

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