Color: #C25E77

#C25E77 Color Information

#C25E77 is a dark color. The closest websafe version is #C25E77. A complement of this color would be #5CC1A8, perceived brightness is 0.50, and the grayscale version is #909090.

In the HSL color space, this color has a hue angle of 345°,a saturation of 45%, and a lightness of 56%.The HSV representation shows a hue of 345°, a saturation of 52%, and a value of 76%.

In a RGB color space, #C25E77 is composed of 76% red, 37% green and 47% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 52% magenta, 39% yellow and 24% black.

In the Yxy color space, this color is represented as Y: 21.15, x: 0.4573, and y: 0.3174.

Color Code #C25E77

#C25E77rgb(194, 94, 119)
HEX
#C25E77
RGB
rgb(194, 94, 119)
HSL
hsl(345, 45%, 56%)
HSV
hsv(345, 52%, 76%)
CMYK
0%, 52%, 39%, 24%
XYZ
X: 30.47, Y: 21.15, Z: 15.01
Lab
L: 53.11, a: 42.70, b: 5.83
Name

Shades of Color #C25E77

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

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

#C25E77rgb(194, 94, 119)

About #C25E77 Color Code

In the HSL color space, this color has a hue angle of 345°, a saturation of 45%, and a lightness of 56%. The HSV representation shows a hue of 345°, a saturation of 52%, and a value of 76%.

  • HEX: #C25E77
  • RGB: rgb(194, 94, 119)
  • HSL: hsl(345, 45%, 56%)
  • HSV: hsv(345, 52%, 76%)
  • CMYK: 0.00% cyan, 52.00% magenta, 39.00% yellow, 24.00% black
  • XYZ: 30.47, 21.15, 15.01
  • Yxy: 21.15, 0.4573, 0.3174
  • Hunter Lab: 53.11, 42.70, 5.83
  • CIE-Lab: 53.11, 42.70, 5.83

In the XYZ color space, this color is represented as X: 30.47, Y: 21.15, Z: 15.01. The Yxy representation further refines this as Y: 21.15, x: 0.4573, and y: 0.3174.

In the Hunter Lab color space, this color is represented as L: 53.11, a: 42.70, and b: 5.83. Similarly, in the CIE-Lab color space, it is represented as L: 53.11, a: 42.70, and b: 5.83.

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

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

Analogous Colors of #C25E77

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

Split Complementary Colors of #C25E77

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

Tetradic Colors of #C25E77

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

Monochromatic Colors of #C25E77

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

Complementary Color of #C25E77

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

/* Using HEX */
body {
  background-color: #c25e77;
}
/* Using RGB */
body {
  background-color: rgb(194, 94, 119);
}
/* Using RGB with opacity */
body {
  background-color: rgba(194, 94, 119, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(345, 45%, 56%);
}
/* Text color */
p {
  color: #c25e77;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c25e77;
}
/* Border color */
.box {
  border: 4px solid #c25e77;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c25e77;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c25e77;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C25E77
On Black Background
#C25E77
On White Background
#C25E77

HTML Examples of #C25E77

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

Related Colors of #C25E77

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