Color: #C9828F

#C9828F Color Information

#C9828F is a light color. The closest websafe version is #C9828F. A complement of this color would be #82C9BC, perceived brightness is 0.60, and the grayscale version is #A6A6A6.

In the HSL color space, this color has a hue angle of 349°,a saturation of 40%, and a lightness of 65%.The HSV representation shows a hue of 349°, a saturation of 35%, and a value of 79%.

In a RGB color space, #C9828F is composed of 79% red, 51% green and 56% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 35% magenta, 29% yellow and 21% black.

In the Yxy color space, this color is represented as Y: 30.66, x: 0.4164, and y: 0.3360.

Color Code #C9828F

#C9828Frgb(201, 130, 143)
HEX
#C9828F
RGB
rgb(201, 130, 143)
HSL
hsl(349, 40%, 65%)
HSV
hsv(349, 35%, 79%)
CMYK
0%, 35%, 29%, 21%
XYZ
X: 38.00, Y: 30.66, Z: 22.60
Lab
L: 62.22, a: 29.40, b: 4.99
Name

Shades of Color #C9828F

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

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

#C9828Frgb(201, 130, 143)

About #C9828F Color Code

In the HSL color space, this color has a hue angle of 349°, a saturation of 40%, and a lightness of 65%. The HSV representation shows a hue of 349°, a saturation of 35%, and a value of 79%.

  • HEX: #C9828F
  • RGB: rgb(201, 130, 143)
  • HSL: hsl(349, 40%, 65%)
  • HSV: hsv(349, 35%, 79%)
  • CMYK: 0.00% cyan, 35.00% magenta, 29.00% yellow, 21.00% black
  • XYZ: 38.00, 30.66, 22.60
  • Yxy: 30.66, 0.4164, 0.3360
  • Hunter Lab: 62.22, 29.40, 4.99
  • CIE-Lab: 62.22, 29.40, 4.99

In the XYZ color space, this color is represented as X: 38.00, Y: 30.66, Z: 22.60. The Yxy representation further refines this as Y: 30.66, x: 0.4164, and y: 0.3360.

In the Hunter Lab color space, this color is represented as L: 62.22, a: 29.40, and b: 4.99. Similarly, in the CIE-Lab color space, it is represented as L: 62.22, a: 29.40, and b: 4.99.

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

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

Analogous Colors of #C9828F

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

Monochromatic Colors of #C9828F

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

Complementary Color of #C9828F

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

/* Using HEX */
body {
  background-color: #c9828f;
}
/* Using RGB */
body {
  background-color: rgb(201, 130, 143);
}
/* Using RGB with opacity */
body {
  background-color: rgba(201, 130, 143, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(349, 40%, 65%);
}
/* Text color */
p {
  color: #c9828f;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c9828f;
}
/* Border color */
.box {
  border: 4px solid #c9828f;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c9828f;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c9828f;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C9828F
On Black Background
#C9828F
On White Background
#C9828F

HTML Examples of #C9828F

<!-- Using HEX -->
<div style="background-color: #c9828f; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(201, 130, 143); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(201, 130, 143, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(349, 40%, 65%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #c9828f;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #c9828f; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #c9828f; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #c9828f;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #c9828f; color: #fff; padding: 16px; border-radius: 8px;">
  #C9828F
</div>
#C9828F
On Black Background
#C9828F
On White Background
#C9828F

Related Colors of #C9828F

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