Color: #C9BD9A

#C9BD9A Color Information

#C9BD9A is a light color. The closest websafe version is #C9BD9A. A complement of this color would be #9CA7C9, perceived brightness is 0.74, and the grayscale version is #B2B2B2.

In the HSL color space, this color has a hue angle of 45°,a saturation of 30%, and a lightness of 70%.The HSV representation shows a hue of 45°, a saturation of 23%, and a value of 79%.

In a RGB color space, #C9BD9A is composed of 79% red, 74% green and 60% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 6% magenta, 23% yellow and 21% black.

In the Yxy color space, this color is represented as Y: 51.44, x: 0.3823, and y: 0.3958.

Color Code #C9BD9A

#C9BD9Argb(201, 189, 154)
HEX
#C9BD9A
RGB
rgb(201, 189, 154)
HSL
hsl(45, 30%, 70%)
HSV
hsv(45, 23%, 79%)
CMYK
0%, 6%, 23%, 21%
XYZ
X: 49.69, Y: 51.44, Z: 28.83
Lab
L: 76.94, a: 0.25, b: 19.38
Name

Shades of Color #C9BD9A

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

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

#C9BD9Argb(201, 189, 154)

About #C9BD9A Color Code

In the HSL color space, this color has a hue angle of 45°, a saturation of 30%, and a lightness of 70%. The HSV representation shows a hue of 45°, a saturation of 23%, and a value of 79%.

  • HEX: #C9BD9A
  • RGB: rgb(201, 189, 154)
  • HSL: hsl(45, 30%, 70%)
  • HSV: hsv(45, 23%, 79%)
  • CMYK: 0.00% cyan, 6.00% magenta, 23.00% yellow, 21.00% black
  • XYZ: 49.69, 51.44, 28.83
  • Yxy: 51.44, 0.3823, 0.3958
  • Hunter Lab: 76.94, 0.25, 19.38
  • CIE-Lab: 76.94, 0.25, 19.38

In the XYZ color space, this color is represented as X: 49.69, Y: 51.44, Z: 28.83. The Yxy representation further refines this as Y: 51.44, x: 0.3823, and y: 0.3958.

In the Hunter Lab color space, this color is represented as L: 76.94, a: 0.25, and b: 19.38. Similarly, in the CIE-Lab color space, it is represented as L: 76.94, a: 0.25, and b: 19.38.

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

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

Analogous Colors of #C9BD9A

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

Split Complementary Colors of #C9BD9A

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

Tetradic Colors of #C9BD9A

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

Monochromatic Colors of #C9BD9A

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

Complementary Color of #C9BD9A

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

/* Using HEX */
body {
  background-color: #c9bd9a;
}
/* Using RGB */
body {
  background-color: rgb(201, 189, 154);
}
/* Using RGB with opacity */
body {
  background-color: rgba(201, 189, 154, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(45, 30%, 70%);
}
/* Text color */
p {
  color: #c9bd9a;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c9bd9a;
}
/* Border color */
.box {
  border: 4px solid #c9bd9a;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c9bd9a;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c9bd9a;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C9BD9A
On Black Background
#C9BD9A
On White Background
#C9BD9A

HTML Examples of #C9BD9A

<!-- Using HEX -->
<div style="background-color: #c9bd9a; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(201, 189, 154); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(201, 189, 154, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(45, 30%, 70%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #c9bd9a;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #c9bd9a; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #c9bd9a; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #c9bd9a;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #c9bd9a; color: #fff; padding: 16px; border-radius: 8px;">
  #C9BD9A
</div>
#C9BD9A
On Black Background
#C9BD9A
On White Background
#C9BD9A

Related Colors of #C9BD9A

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