Color: #C8708D

#C8708D Color Information

#C8708D is a light color. The closest websafe version is #C8708D. A complement of this color would be #70C7AA, perceived brightness is 0.56, and the grayscale version is #9C9C9C.

In the HSL color space, this color has a hue angle of 340°,a saturation of 44%, and a lightness of 61%.The HSV representation shows a hue of 340°, a saturation of 44%, and a value of 78%.

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

In the Yxy color space, this color is represented as Y: 26.08, x: 0.4260, and y: 0.3153.

Color Code #C8708D

#C8708Drgb(200, 112, 141)
HEX
#C8708D
RGB
rgb(200, 112, 141)
HSL
hsl(340, 44%, 61%)
HSV
hsv(340, 44%, 78%)
CMYK
0%, 44%, 29%, 22%
XYZ
X: 35.24, Y: 26.08, Z: 21.40
Lab
L: 58.11, a: 38.02, b: 0.24
Name

Shades of Color #C8708D

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

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

#C8708Drgb(200, 112, 141)

About #C8708D Color Code

In the HSL color space, this color has a hue angle of 340°, a saturation of 44%, and a lightness of 61%. The HSV representation shows a hue of 340°, a saturation of 44%, and a value of 78%.

  • HEX: #C8708D
  • RGB: rgb(200, 112, 141)
  • HSL: hsl(340, 44%, 61%)
  • HSV: hsv(340, 44%, 78%)
  • CMYK: 0.00% cyan, 44.00% magenta, 29.00% yellow, 22.00% black
  • XYZ: 35.24, 26.08, 21.40
  • Yxy: 26.08, 0.4260, 0.3153
  • Hunter Lab: 58.11, 38.02, 0.24
  • CIE-Lab: 58.11, 38.02, 0.24

In the XYZ color space, this color is represented as X: 35.24, Y: 26.08, Z: 21.40. The Yxy representation further refines this as Y: 26.08, x: 0.4260, and y: 0.3153.

In the Hunter Lab color space, this color is represented as L: 58.11, a: 38.02, and b: 0.24. Similarly, in the CIE-Lab color space, it is represented as L: 58.11, a: 38.02, and b: 0.24.

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

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

Analogous Colors of #C8708D

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

Split Complementary Colors of #C8708D

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

Tetradic Colors of #C8708D

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

Monochromatic Colors of #C8708D

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

Complementary Color of #C8708D

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

/* Using HEX */
body {
  background-color: #c8708d;
}
/* Using RGB */
body {
  background-color: rgb(200, 112, 141);
}
/* Using RGB with opacity */
body {
  background-color: rgba(200, 112, 141, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(340, 44%, 61%);
}
/* Text color */
p {
  color: #c8708d;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c8708d;
}
/* Border color */
.box {
  border: 4px solid #c8708d;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c8708d;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c8708d;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C8708D
On Black Background
#C8708D
On White Background
#C8708D

HTML Examples of #C8708D

<!-- Using HEX -->
<div style="background-color: #c8708d; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(200, 112, 141); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(200, 112, 141, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(340, 44%, 61%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #c8708d;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #c8708d; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #c8708d; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #c8708d;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #c8708d; color: #fff; padding: 16px; border-radius: 8px;">
  #C8708D
</div>
#C8708D
On Black Background
#C8708D
On White Background
#C8708D

Related Colors of #C8708D

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