Color: #CBC997

#CBC997 Color Information

#CBC997 is a light color. The closest websafe version is #CBC997. A complement of this color would be #9698CA, perceived brightness is 0.77, and the grayscale version is #B1B1B1.

In the HSL color space, this color has a hue angle of 58°,a saturation of 33%, and a lightness of 69%.The HSV representation shows a hue of 58°, a saturation of 26%, and a value of 80%.

In a RGB color space, #CBC997 is composed of 80% red, 79% green and 59% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 1% magenta, 26% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 57.04, x: 0.3821, and y: 0.4115.

Color Code #CBC997

#CBC997rgb(203, 201, 151)
HEX
#CBC997
RGB
rgb(203, 201, 151)
HSL
hsl(58, 33%, 69%)
HSV
hsv(58, 26%, 80%)
CMYK
0%, 1%, 26%, 20%
XYZ
X: 52.96, Y: 57.04, Z: 28.61
Lab
L: 80.20, a: -5.17, b: 25.37
Name

Shades of Color #CBC997

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

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

#CBC997rgb(203, 201, 151)

About #CBC997 Color Code

In the HSL color space, this color has a hue angle of 58°, a saturation of 33%, and a lightness of 69%. The HSV representation shows a hue of 58°, a saturation of 26%, and a value of 80%.

  • HEX: #CBC997
  • RGB: rgb(203, 201, 151)
  • HSL: hsl(58, 33%, 69%)
  • HSV: hsv(58, 26%, 80%)
  • CMYK: 0.00% cyan, 100.00% magenta, 26.00% yellow, 20.00% black
  • XYZ: 52.96, 57.04, 28.61
  • Yxy: 57.04, 0.3821, 0.4115
  • Hunter Lab: 80.20, -5.17, 25.37
  • CIE-Lab: 80.20, -5.17, 25.37

In the XYZ color space, this color is represented as X: 52.96, Y: 57.04, Z: 28.61. The Yxy representation further refines this as Y: 57.04, x: 0.3821, and y: 0.4115.

In the Hunter Lab color space, this color is represented as L: 80.20, a: -5.17, and b: 25.37. Similarly, in the CIE-Lab color space, it is represented as L: 80.20, a: -5.17, and b: 25.37.

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

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

Analogous Colors of #CBC997

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

Split Complementary Colors of #CBC997

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

Tetradic Colors of #CBC997

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

Monochromatic Colors of #CBC997

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

Complementary Color of #CBC997

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

/* Using HEX */
body {
  background-color: #cbc997;
}
/* Using RGB */
body {
  background-color: rgb(203, 201, 151);
}
/* Using RGB with opacity */
body {
  background-color: rgba(203, 201, 151, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(58, 33%, 69%);
}
/* Text color */
p {
  color: #cbc997;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cbc997;
}
/* Border color */
.box {
  border: 4px solid #cbc997;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cbc997;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cbc997;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CBC997
On Black Background
#CBC997
On White Background
#CBC997

HTML Examples of #CBC997

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

Related Colors of #CBC997

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