Color: #CBBCB0

#CBBCB0 Color Information

#CBBCB0 is a light color. The closest websafe version is #CBBCB0. A complement of this color would be #AFBECB, perceived brightness is 0.75, and the grayscale version is #BEBEBE.

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

In a RGB color space, #CBBCB0 is composed of 80% red, 74% green and 69% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 7% magenta, 13% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 51.97, x: 0.3679, and y: 0.3704.

Color Code #CBBCB0

HEX
#CBBCB0
RGB
rgb(203, 188, 176)
HSL
hsl(27, 21%, 74%)
HSV
hsv(27, 13%, 80%)
CMYK
0%, 7%, 13%, 20%
XYZ
X: 51.62, Y: 51.97, Z: 36.72
Lab
L: 77.26, a: 3.99, b: 8.11
Name

Shades of Color #CBBCB0

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

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

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

  • HEX: #CBBCB0
  • RGB: rgb(203, 188, 176)
  • HSL: hsl(27, 21%, 74%)
  • HSV: hsv(27, 13%, 80%)
  • CMYK: 0.00% cyan, 7.00% magenta, 13.00% yellow, 20.00% black
  • XYZ: 51.62, 51.97, 36.72
  • Yxy: 51.97, 0.3679, 0.3704
  • Hunter Lab: 77.26, 3.99, 8.11
  • CIE-Lab: 77.26, 3.99, 8.11

In the XYZ color space, this color is represented as X: 51.62, Y: 51.97, Z: 36.72. The Yxy representation further refines this as Y: 51.97, x: 0.3679, and y: 0.3704.

In the Hunter Lab color space, this color is represented as L: 77.26, a: 3.99, and b: 8.11. Similarly, in the CIE-Lab color space, it is represented as L: 77.26, a: 3.99, and b: 8.11.

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

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

Analogous Colors of #CBBCB0

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

Monochromatic Colors of #CBBCB0

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

Complementary Color of #CBBCB0

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

/* Using HEX */
body {
  background-color: #cbbcb0;
}
/* Using RGB */
body {
  background-color: rgb(203, 188, 176);
}
/* Using RGB with opacity */
body {
  background-color: rgba(203, 188, 176, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(27, 21%, 74%);
}
/* Text color */
p {
  color: #cbbcb0;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cbbcb0;
}

HTML Examples of #CBBCB0

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

Related Colors of #CBBCB0

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