Color: #CBA6BB

#CBA6BB Color Information

#CBA6BB is a light color. The closest websafe version is #CBA6BB. A complement of this color would be #A5CAB5, perceived brightness is 0.70, and the grayscale version is #B9B9B9.

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

In a RGB color space, #CBA6BB is composed of 80% red, 65% green and 73% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 18% magenta, 8% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 43.64, x: 0.3638, and y: 0.3319.

Color Code #CBA6BB

#CBA6BBrgb(203, 166, 187)
HEX
#CBA6BB
RGB
rgb(203, 166, 187)
HSL
hsl(326, 26%, 72%)
HSV
hsv(326, 18%, 80%)
CMYK
0%, 18%, 8%, 20%
XYZ
X: 47.84, Y: 43.64, Z: 40.02
Lab
L: 71.99, a: 16.57, b: -5.44
Name

Shades of Color #CBA6BB

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

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

#CBA6BBrgb(203, 166, 187)

About #CBA6BB Color Code

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

  • HEX: #CBA6BB
  • RGB: rgb(203, 166, 187)
  • HSL: hsl(326, 26%, 72%)
  • HSV: hsv(326, 18%, 80%)
  • CMYK: 0.00% cyan, 18.00% magenta, 8.00% yellow, 20.00% black
  • XYZ: 47.84, 43.64, 40.02
  • Yxy: 43.64, 0.3638, 0.3319
  • Hunter Lab: 71.99, 16.57, -5.44
  • CIE-Lab: 71.99, 16.57, -5.44

In the XYZ color space, this color is represented as X: 47.84, Y: 43.64, Z: 40.02. The Yxy representation further refines this as Y: 43.64, x: 0.3638, and y: 0.3319.

In the Hunter Lab color space, this color is represented as L: 71.99, a: 16.57, and b: -5.44. Similarly, in the CIE-Lab color space, it is represented as L: 71.99, a: 16.57, and b: -5.44.

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

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

Analogous Colors of #CBA6BB

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

Split Complementary Colors of #CBA6BB

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

Tetradic Colors of #CBA6BB

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

Monochromatic Colors of #CBA6BB

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

Complementary Color of #CBA6BB

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

/* Using HEX */
body {
  background-color: #cba6bb;
}
/* Using RGB */
body {
  background-color: rgb(203, 166, 187);
}
/* Using RGB with opacity */
body {
  background-color: rgba(203, 166, 187, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(326, 26%, 72%);
}
/* Text color */
p {
  color: #cba6bb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cba6bb;
}
/* Border color */
.box {
  border: 4px solid #cba6bb;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cba6bb;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cba6bb;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CBA6BB
On Black Background
#CBA6BB
On White Background
#CBA6BB

HTML Examples of #CBA6BB

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

Related Colors of #CBA6BB

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