Color: #C09DAF

#C09DAF Color Information

#C09DAF is a light color. The closest websafe version is #C09DAF. A complement of this color would be #9BBFAD, perceived brightness is 0.66, and the grayscale version is #AFAFAF.

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

In a RGB color space, #C09DAF is composed of 75% red, 62% green and 69% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 18% magenta, 9% yellow and 25% black.

In the Yxy color space, this color is represented as Y: 38.50, x: 0.3654, and y: 0.3341.

Color Code #C09DAF

HEX
#C09DAF
RGB
rgb(192, 157, 175)
HSL
hsl(329, 22%, 68%)
HSV
hsv(329, 18%, 75%)
CMYK
0%, 18%, 9%, 25%
XYZ
X: 42.10, Y: 38.50, Z: 34.62
Lab
L: 68.39, a: 15.60, b: -4.23
Name

Shades of Color #C09DAF

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

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

In the HSL color space, this color has a hue angle of 329°, a saturation of 22%, and a lightness of 68%. The HSV representation shows a hue of 329°, a saturation of 18%, and a value of 75%.

  • HEX: #C09DAF
  • RGB: rgb(192, 157, 175)
  • HSL: hsl(329, 22%, 68%)
  • HSV: hsv(329, 18%, 75%)
  • CMYK: 0.00% cyan, 18.00% magenta, 9.00% yellow, 25.00% black
  • XYZ: 42.10, 38.50, 34.62
  • Yxy: 38.50, 0.3654, 0.3341
  • Hunter Lab: 68.39, 15.60, -4.23
  • CIE-Lab: 68.39, 15.60, -4.23

In the XYZ color space, this color is represented as X: 42.10, Y: 38.50, Z: 34.62. The Yxy representation further refines this as Y: 38.50, x: 0.3654, and y: 0.3341.

In the Hunter Lab color space, this color is represented as L: 68.39, a: 15.60, and b: -4.23. Similarly, in the CIE-Lab color space, it is represented as L: 68.39, a: 15.60, and b: -4.23.

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

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

Analogous Colors of #C09DAF

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

Monochromatic Colors of #C09DAF

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

Complementary Color of #C09DAF

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

/* Using HEX */
body {
  background-color: #c09daf;
}
/* Using RGB */
body {
  background-color: rgb(192, 157, 175);
}
/* Using RGB with opacity */
body {
  background-color: rgba(192, 157, 175, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(329, 22%, 68%);
}
/* Text color */
p {
  color: #c09daf;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c09daf;
}

HTML Examples of #C09DAF

<!-- Using HEX -->
<div style="background-color: #c09daf; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(192, 157, 175); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(192, 157, 175, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(329, 22%, 68%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #c09daf;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #c09daf; width: 100px; height: 100px;"></div>

Related Colors of #C09DAF

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