Color: #C88E89

#C88E89 Color Information

#C88E89 is a light color. The closest websafe version is #C88E89. A complement of this color would be #89C2C8, perceived brightness is 0.62, and the grayscale version is #A9A9A9.

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

In a RGB color space, #C88E89 is composed of 78% red, 56% green and 54% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 29% magenta, 32% yellow and 22% black.

In the Yxy color space, this color is represented as Y: 33.76, x: 0.4157, and y: 0.3582.

Color Code #C88E89

HEX
#C88E89
RGB
rgb(200, 142, 137)
HSL
hsl(5, 36%, 66%)
HSV
hsv(5, 32%, 78%)
CMYK
0%, 29%, 32%, 22%
XYZ
X: 39.18, Y: 33.76, Z: 21.30
Lab
L: 64.77, a: 22.19, b: 11.93
Name

Shades of Color #C88E89

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

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

In the HSL color space, this color has a hue angle of 5°, a saturation of 36%, and a lightness of 66%. The HSV representation shows a hue of 5°, a saturation of 32%, and a value of 78%.

  • HEX: #C88E89
  • RGB: rgb(200, 142, 137)
  • HSL: hsl(5, 36%, 66%)
  • HSV: hsv(5, 32%, 78%)
  • CMYK: 0.00% cyan, 29.00% magenta, 32.00% yellow, 22.00% black
  • XYZ: 39.18, 33.76, 21.30
  • Yxy: 33.76, 0.4157, 0.3582
  • Hunter Lab: 64.77, 22.19, 11.93
  • CIE-Lab: 64.77, 22.19, 11.93

In the XYZ color space, this color is represented as X: 39.18, Y: 33.76, Z: 21.30. The Yxy representation further refines this as Y: 33.76, x: 0.4157, and y: 0.3582.

In the Hunter Lab color space, this color is represented as L: 64.77, a: 22.19, and b: 11.93. Similarly, in the CIE-Lab color space, it is represented as L: 64.77, a: 22.19, and b: 11.93.

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

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

Analogous Colors of #C88E89

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

Monochromatic Colors of #C88E89

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

Complementary Color of #C88E89

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

/* Using HEX */
body {
  background-color: #c88e89;
}
/* Using RGB */
body {
  background-color: rgb(200, 142, 137);
}
/* Using RGB with opacity */
body {
  background-color: rgba(200, 142, 137, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(5, 36%, 66%);
}
/* Text color */
p {
  color: #c88e89;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c88e89;
}

HTML Examples of #C88E89

<!-- Using HEX -->
<div style="background-color: #c88e89; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(200, 142, 137); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(200, 142, 137, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(5, 36%, 66%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #c88e89;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #c88e89; width: 100px; height: 100px;"></div>

Related Colors of #C88E89

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