Color: #CBBFB5

#CBBFB5 Color Information

#CBBFB5 is a light color. The closest websafe version is #CBBFB5. A complement of this color would be #B4C0CA, perceived brightness is 0.76, and the grayscale version is #C0C0C0.

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

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

In the Yxy color space, this color is represented as Y: 53.44, x: 0.3635, and y: 0.3684.

Color Code #CBBFB5

HEX
#CBBFB5
RGB
rgb(203, 191, 181)
HSL
hsl(27, 17%, 75%)
HSV
hsv(27, 11%, 80%)
CMYK
0%, 6%, 11%, 20%
XYZ
X: 52.72, Y: 53.44, Z: 38.89
Lab
L: 78.13, a: 3.10, b: 6.66
Name

Shades of Color #CBBFB5

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

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

In the HSL color space, this color has a hue angle of 27°, a saturation of 17%, and a lightness of 75%. The HSV representation shows a hue of 27°, a saturation of 11%, and a value of 80%.

  • HEX: #CBBFB5
  • RGB: rgb(203, 191, 181)
  • HSL: hsl(27, 17%, 75%)
  • HSV: hsv(27, 11%, 80%)
  • CMYK: 0.00% cyan, 6.00% magenta, 11.00% yellow, 20.00% black
  • XYZ: 52.72, 53.44, 38.89
  • Yxy: 53.44, 0.3635, 0.3684
  • Hunter Lab: 78.13, 3.10, 6.66
  • CIE-Lab: 78.13, 3.10, 6.66

In the XYZ color space, this color is represented as X: 52.72, Y: 53.44, Z: 38.89. The Yxy representation further refines this as Y: 53.44, x: 0.3635, and y: 0.3684.

In the Hunter Lab color space, this color is represented as L: 78.13, a: 3.10, and b: 6.66. Similarly, in the CIE-Lab color space, it is represented as L: 78.13, a: 3.10, and b: 6.66.

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

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

Analogous Colors of #CBBFB5

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

Monochromatic Colors of #CBBFB5

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

Complementary Color of #CBBFB5

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

/* Using HEX */
body {
  background-color: #cbbfb5;
}
/* Using RGB */
body {
  background-color: rgb(203, 191, 181);
}
/* Using RGB with opacity */
body {
  background-color: rgba(203, 191, 181, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(27, 17%, 75%);
}
/* Text color */
p {
  color: #cbbfb5;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cbbfb5;
}

HTML Examples of #CBBFB5

<!-- Using HEX -->
<div style="background-color: #cbbfb5; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(203, 191, 181); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(203, 191, 181, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(27, 17%, 75%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #cbbfb5;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #cbbfb5; width: 100px; height: 100px;"></div>

Related Colors of #CBBFB5

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