Color: #C5747E

#C5747E Color Information

#C5747E is a light color. The closest websafe version is #C5747E. A complement of this color would be #73C4BB, perceived brightness is 0.55, and the grayscale version is #9D9D9D.

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

In a RGB color space, #C5747E is composed of 77% red, 45% green and 49% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 41% magenta, 36% yellow and 23% black.

In the Yxy color space, this color is represented as Y: 26.21, x: 0.4387, and y: 0.3376.

Color Code #C5747E

#C5747Ergb(197, 116, 126)
HEX
#C5747E
RGB
rgb(197, 116, 126)
HSL
hsl(353, 41%, 61%)
HSV
hsv(353, 41%, 77%)
CMYK
0%, 41%, 36%, 23%
XYZ
X: 34.06, Y: 26.21, Z: 17.37
Lab
L: 58.23, a: 33.47, b: 9.01
Name

Shades of Color #C5747E

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

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

#C5747Ergb(197, 116, 126)

About #C5747E Color Code

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

  • HEX: #C5747E
  • RGB: rgb(197, 116, 126)
  • HSL: hsl(353, 41%, 61%)
  • HSV: hsv(353, 41%, 77%)
  • CMYK: 0.00% cyan, 41.00% magenta, 36.00% yellow, 23.00% black
  • XYZ: 34.06, 26.21, 17.37
  • Yxy: 26.21, 0.4387, 0.3376
  • Hunter Lab: 58.23, 33.47, 9.01
  • CIE-Lab: 58.23, 33.47, 9.01

In the XYZ color space, this color is represented as X: 34.06, Y: 26.21, Z: 17.37. The Yxy representation further refines this as Y: 26.21, x: 0.4387, and y: 0.3376.

In the Hunter Lab color space, this color is represented as L: 58.23, a: 33.47, and b: 9.01. Similarly, in the CIE-Lab color space, it is represented as L: 58.23, a: 33.47, and b: 9.01.

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

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

Analogous Colors of #C5747E

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

Split Complementary Colors of #C5747E

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

Tetradic Colors of #C5747E

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

Monochromatic Colors of #C5747E

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

Complementary Color of #C5747E

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

/* Using HEX */
body {
  background-color: #c5747e;
}
/* Using RGB */
body {
  background-color: rgb(197, 116, 126);
}
/* Using RGB with opacity */
body {
  background-color: rgba(197, 116, 126, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(353, 41%, 61%);
}
/* Text color */
p {
  color: #c5747e;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c5747e;
}
/* Border color */
.box {
  border: 4px solid #c5747e;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c5747e;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c5747e;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C5747E
On Black Background
#C5747E
On White Background
#C5747E

HTML Examples of #C5747E

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

Related Colors of #C5747E

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