Color: #C080AB

#C080AB Color Information

#C080AB is a light color. The closest websafe version is #C080AB. A complement of this color would be #81C196, perceived brightness is 0.60, and the grayscale version is #A0A0A0.

In the HSL color space, this color has a hue angle of 320°,a saturation of 34%, and a lightness of 63%.The HSV representation shows a hue of 320°, a saturation of 33%, and a value of 75%.

In a RGB color space, #C080AB is composed of 75% red, 50% green and 67% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 33% magenta, 11% yellow and 25% black.

In the Yxy color space, this color is represented as Y: 29.67, x: 0.3761, and y: 0.3006.

Color Code #C080AB

#C080ABrgb(192, 128, 171)
HEX
#C080AB
RGB
rgb(192, 128, 171)
HSL
hsl(320, 34%, 63%)
HSV
hsv(320, 33%, 75%)
CMYK
0%, 33%, 11%, 25%
XYZ
X: 37.12, Y: 29.67, Z: 31.91
Lab
L: 61.37, a: 30.26, b: -12.32
Name

Shades of Color #C080AB

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

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

#C080ABrgb(192, 128, 171)

About #C080AB Color Code

In the HSL color space, this color has a hue angle of 320°, a saturation of 34%, and a lightness of 63%. The HSV representation shows a hue of 320°, a saturation of 33%, and a value of 75%.

  • HEX: #C080AB
  • RGB: rgb(192, 128, 171)
  • HSL: hsl(320, 34%, 63%)
  • HSV: hsv(320, 33%, 75%)
  • CMYK: 0.00% cyan, 33.00% magenta, 11.00% yellow, 25.00% black
  • XYZ: 37.12, 29.67, 31.91
  • Yxy: 29.67, 0.3761, 0.3006
  • Hunter Lab: 61.37, 30.26, -12.32
  • CIE-Lab: 61.37, 30.26, -12.32

In the XYZ color space, this color is represented as X: 37.12, Y: 29.67, Z: 31.91. The Yxy representation further refines this as Y: 29.67, x: 0.3761, and y: 0.3006.

In the Hunter Lab color space, this color is represented as L: 61.37, a: 30.26, and b: -12.32. Similarly, in the CIE-Lab color space, it is represented as L: 61.37, a: 30.26, and b: -12.32.

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

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

Analogous Colors of #C080AB

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

Split Complementary Colors of #C080AB

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

Tetradic Colors of #C080AB

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

Monochromatic Colors of #C080AB

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

Complementary Color of #C080AB

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

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

HTML Examples of #C080AB

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

Related Colors of #C080AB

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