Color: #CBBF99

#CBBF99 Color Information

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

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

In a RGB color space, #CBBF99 is composed of 80% red, 75% green and 60% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 6% magenta, 25% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 52.57, x: 0.3842, and y: 0.3987.

Color Code #CBBF99

#CBBF99rgb(203, 191, 153)
HEX
#CBBF99
RGB
rgb(203, 191, 153)
HSL
hsl(46, 32%, 70%)
HSV
hsv(46, 25%, 80%)
CMYK
0%, 6%, 25%, 20%
XYZ
X: 50.66, Y: 52.57, Z: 28.64
Lab
L: 77.62, a: -0.07, b: 20.86
Name

Shades of Color #CBBF99

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

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

#CBBF99rgb(203, 191, 153)

About #CBBF99 Color Code

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

  • HEX: #CBBF99
  • RGB: rgb(203, 191, 153)
  • HSL: hsl(46, 32%, 70%)
  • HSV: hsv(46, 25%, 80%)
  • CMYK: 0.00% cyan, 6.00% magenta, 25.00% yellow, 20.00% black
  • XYZ: 50.66, 52.57, 28.64
  • Yxy: 52.57, 0.3842, 0.3987
  • Hunter Lab: 77.62, -0.07, 20.86
  • CIE-Lab: 77.62, -0.07, 20.86

In the XYZ color space, this color is represented as X: 50.66, Y: 52.57, Z: 28.64. The Yxy representation further refines this as Y: 52.57, x: 0.3842, and y: 0.3987.

In the Hunter Lab color space, this color is represented as L: 77.62, a: -0.07, and b: 20.86. Similarly, in the CIE-Lab color space, it is represented as L: 77.62, a: -0.07, and b: 20.86.

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

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

Analogous Colors of #CBBF99

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

Monochromatic Colors of #CBBF99

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

Complementary Color of #CBBF99

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

/* Using HEX */
body {
  background-color: #cbbf99;
}
/* Using RGB */
body {
  background-color: rgb(203, 191, 153);
}
/* Using RGB with opacity */
body {
  background-color: rgba(203, 191, 153, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(46, 32%, 70%);
}
/* Text color */
p {
  color: #cbbf99;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cbbf99;
}
/* Border color */
.box {
  border: 4px solid #cbbf99;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cbbf99;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cbbf99;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CBBF99
On Black Background
#CBBF99
On White Background
#CBBF99

HTML Examples of #CBBF99

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

Related Colors of #CBBF99

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