Color: #CB9BA0

#CB9BA0 Color Information

#CB9BA0 is a light color. The closest websafe version is #CB9BA0. A complement of this color would be #9ACBC6, perceived brightness is 0.67, and the grayscale version is #B3B3B3.

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

In a RGB color space, #CB9BA0 is composed of 80% red, 61% green and 63% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 24% magenta, 21% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 38.92, x: 0.3910, and y: 0.3483.

Color Code #CB9BA0

HEX
#CB9BA0
RGB
rgb(203, 155, 160)
HSL
hsl(354, 32%, 70%)
HSV
hsv(354, 24%, 80%)
CMYK
0%, 24%, 21%, 20%
XYZ
X: 43.69, Y: 38.92, Z: 29.12
Lab
L: 68.69, a: 19.00, b: 4.69
Name

Shades of Color #CB9BA0

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

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

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

  • HEX: #CB9BA0
  • RGB: rgb(203, 155, 160)
  • HSL: hsl(354, 32%, 70%)
  • HSV: hsv(354, 24%, 80%)
  • CMYK: 0.00% cyan, 24.00% magenta, 21.00% yellow, 20.00% black
  • XYZ: 43.69, 38.92, 29.12
  • Yxy: 38.92, 0.3910, 0.3483
  • Hunter Lab: 68.69, 19.00, 4.69
  • CIE-Lab: 68.69, 19.00, 4.69

In the XYZ color space, this color is represented as X: 43.69, Y: 38.92, Z: 29.12. The Yxy representation further refines this as Y: 38.92, x: 0.3910, and y: 0.3483.

In the Hunter Lab color space, this color is represented as L: 68.69, a: 19.00, and b: 4.69. Similarly, in the CIE-Lab color space, it is represented as L: 68.69, a: 19.00, and b: 4.69.

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

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

Analogous Colors of #CB9BA0

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

Monochromatic Colors of #CB9BA0

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

Complementary Color of #CB9BA0

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

/* Using HEX */
body {
  background-color: #cb9ba0;
}
/* Using RGB */
body {
  background-color: rgb(203, 155, 160);
}
/* Using RGB with opacity */
body {
  background-color: rgba(203, 155, 160, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(354, 32%, 70%);
}
/* Text color */
p {
  color: #cb9ba0;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cb9ba0;
}

HTML Examples of #CB9BA0

<!-- Using HEX -->
<div style="background-color: #cb9ba0; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(203, 155, 160); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(203, 155, 160, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(354, 32%, 70%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #cb9ba0;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #cb9ba0; width: 100px; height: 100px;"></div>

Related Colors of #CB9BA0

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