Color: #C9C94F

#C9C94F Color Information

#C9C94F is a light color. The closest websafe version is #C9C94F. A complement of this color would be #4F4FC9, perceived brightness is 0.73, and the grayscale version is #8C8C8C.

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

In a RGB color space, #C9C94F is composed of 79% red, 79% green and 31% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 0% magenta, 61% yellow and 21% black.

In the Yxy color space, this color is represented as Y: 55.34, x: 0.4213, and y: 0.4751.

Color Code #C9C94F

HEX
#C9C94F
RGB
rgb(201, 201, 79)
HSL
hsl(60, 53%, 55%)
HSV
hsv(60, 61%, 79%)
CMYK
0%, 0%, 61%, 21%
XYZ
X: 49.08, Y: 55.34, Z: 12.07
Lab
L: 79.24, a: -11.29, b: 58.83
Name

Shades of Color #C9C94F

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

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

In the HSL color space, this color has a hue angle of 60°, a saturation of 53%, and a lightness of 55%. The HSV representation shows a hue of 60°, a saturation of 61%, and a value of 79%.

  • HEX: #C9C94F
  • RGB: rgb(201, 201, 79)
  • HSL: hsl(60, 53%, 55%)
  • HSV: hsv(60, 61%, 79%)
  • CMYK: 0.00% cyan, 0.00% magenta, 61.00% yellow, 21.00% black
  • XYZ: 49.08, 55.34, 12.07
  • Yxy: 55.34, 0.4213, 0.4751
  • Hunter Lab: 79.24, -11.29, 58.83
  • CIE-Lab: 79.24, -11.29, 58.83

In the XYZ color space, this color is represented as X: 49.08, Y: 55.34, Z: 12.07. The Yxy representation further refines this as Y: 55.34, x: 0.4213, and y: 0.4751.

In the Hunter Lab color space, this color is represented as L: 79.24, a: -11.29, and b: 58.83. Similarly, in the CIE-Lab color space, it is represented as L: 79.24, a: -11.29, and b: 58.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 #C9C94F

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

Analogous Colors of #C9C94F

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

Monochromatic Colors of #C9C94F

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

Complementary Color of #C9C94F

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

/* Using HEX */
body {
  background-color: #c9c94f;
}
/* Using RGB */
body {
  background-color: rgb(201, 201, 79);
}
/* Using RGB with opacity */
body {
  background-color: rgba(201, 201, 79, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(60, 53%, 55%);
}
/* Text color */
p {
  color: #c9c94f;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c9c94f;
}

HTML Examples of #C9C94F

<!-- Using HEX -->
<div style="background-color: #c9c94f; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(201, 201, 79); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(201, 201, 79, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(60, 53%, 55%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #c9c94f;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #c9c94f; width: 100px; height: 100px;"></div>

Related Colors of #C9C94F

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