Color: #CB76AB

#CB76AB Color Information

#CB76AB is a light color. The closest websafe version is #CB76AB. A complement of this color would be #76CB97, perceived brightness is 0.59, and the grayscale version is #A1A1A1.

In the HSL color space, this color has a hue angle of 323°,a saturation of 45%, and a lightness of 63%.The HSV representation shows a hue of 323°, a saturation of 42%, and a value of 80%.

In a RGB color space, #CB76AB is composed of 80% red, 46% green and 67% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 42% magenta, 16% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 28.74, x: 0.3914, and y: 0.2895.

Color Code #CB76AB

#CB76ABrgb(203, 118, 171)
HEX
#CB76AB
RGB
rgb(203, 118, 171)
HSL
hsl(323, 45%, 63%)
HSV
hsv(323, 42%, 80%)
CMYK
0%, 42%, 16%, 20%
XYZ
X: 38.85, Y: 28.74, Z: 31.68
Lab
L: 60.55, a: 39.30, b: -13.36
Name

Shades of Color #CB76AB

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

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

#CB76ABrgb(203, 118, 171)

About #CB76AB Color Code

In the HSL color space, this color has a hue angle of 323°, a saturation of 45%, and a lightness of 63%. The HSV representation shows a hue of 323°, a saturation of 42%, and a value of 80%.

  • HEX: #CB76AB
  • RGB: rgb(203, 118, 171)
  • HSL: hsl(323, 45%, 63%)
  • HSV: hsv(323, 42%, 80%)
  • CMYK: 0.00% cyan, 42.00% magenta, 16.00% yellow, 20.00% black
  • XYZ: 38.85, 28.74, 31.68
  • Yxy: 28.74, 0.3914, 0.2895
  • Hunter Lab: 60.55, 39.30, -13.36
  • CIE-Lab: 60.55, 39.30, -13.36

In the XYZ color space, this color is represented as X: 38.85, Y: 28.74, Z: 31.68. The Yxy representation further refines this as Y: 28.74, x: 0.3914, and y: 0.2895.

In the Hunter Lab color space, this color is represented as L: 60.55, a: 39.30, and b: -13.36. Similarly, in the CIE-Lab color space, it is represented as L: 60.55, a: 39.30, and b: -13.36.

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

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

Analogous Colors of #CB76AB

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

Monochromatic Colors of #CB76AB

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

Complementary Color of #CB76AB

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

/* Using HEX */
body {
  background-color: #cb76ab;
}
/* Using RGB */
body {
  background-color: rgb(203, 118, 171);
}
/* Using RGB with opacity */
body {
  background-color: rgba(203, 118, 171, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(323, 45%, 63%);
}
/* Text color */
p {
  color: #cb76ab;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cb76ab;
}
/* Border color */
.box {
  border: 4px solid #cb76ab;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cb76ab;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cb76ab;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CB76AB
On Black Background
#CB76AB
On White Background
#CB76AB

HTML Examples of #CB76AB

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

Related Colors of #CB76AB

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