Color: #C5BA8E

#C5BA8E Color Information

#C5BA8E is a light color. The closest websafe version is #C5BA8E. A complement of this color would be #8D98C4, perceived brightness is 0.72, and the grayscale version is #AAAAAA.

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

In a RGB color space, #C5BA8E is composed of 77% red, 73% green and 56% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 6% magenta, 28% yellow and 23% black.

In the Yxy color space, this color is represented as Y: 49.26, x: 0.3887, and y: 0.4063.

Color Code #C5BA8E

HEX
#C5BA8E
RGB
rgb(197, 186, 142)
HSL
hsl(48, 32%, 66%)
HSV
hsv(48, 28%, 77%)
CMYK
0%, 6%, 28%, 23%
XYZ
X: 47.13, Y: 49.26, Z: 24.86
Lab
L: 75.61, a: -1.04, b: 23.88
Name

Shades of Color #C5BA8E

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

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

In the HSL color space, this color has a hue angle of 48°, a saturation of 32%, and a lightness of 66%. The HSV representation shows a hue of 48°, a saturation of 28%, and a value of 77%.

  • HEX: #C5BA8E
  • RGB: rgb(197, 186, 142)
  • HSL: hsl(48, 32%, 66%)
  • HSV: hsv(48, 28%, 77%)
  • CMYK: 0.00% cyan, 6.00% magenta, 28.00% yellow, 23.00% black
  • XYZ: 47.13, 49.26, 24.86
  • Yxy: 49.26, 0.3887, 0.4063
  • Hunter Lab: 75.61, -1.04, 23.88
  • CIE-Lab: 75.61, -1.04, 23.88

In the XYZ color space, this color is represented as X: 47.13, Y: 49.26, Z: 24.86. The Yxy representation further refines this as Y: 49.26, x: 0.3887, and y: 0.4063.

In the Hunter Lab color space, this color is represented as L: 75.61, a: -1.04, and b: 23.88. Similarly, in the CIE-Lab color space, it is represented as L: 75.61, a: -1.04, and b: 23.88.

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

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

Analogous Colors of #C5BA8E

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

Monochromatic Colors of #C5BA8E

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

Complementary Color of #C5BA8E

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

/* Using HEX */
body {
  background-color: #c5ba8e;
}
/* Using RGB */
body {
  background-color: rgb(197, 186, 142);
}
/* Using RGB with opacity */
body {
  background-color: rgba(197, 186, 142, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(48, 32%, 66%);
}
/* Text color */
p {
  color: #c5ba8e;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c5ba8e;
}

HTML Examples of #C5BA8E

<!-- Using HEX -->
<div style="background-color: #c5ba8e; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(197, 186, 142); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(197, 186, 142, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(48, 32%, 66%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #c5ba8e;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #c5ba8e; width: 100px; height: 100px;"></div>

Related Colors of #C5BA8E

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