Color: #C9840C

#C9840C Color Information

#C9840C is a light color. The closest websafe version is #C9840C. A complement of this color would be #0C52CA, perceived brightness is 0.54, and the grayscale version is #6A6A6A.

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

In a RGB color space, #C9840C is composed of 79% red, 52% green and 5% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 34% magenta, 94% yellow and 21% black.

In the Yxy color space, this color is represented as Y: 29.56, x: 0.5114, and y: 0.4393.

Color Code #C9840C

HEX
#C9840C
RGB
rgb(201, 132, 12)
HSL
hsl(38, 89%, 42%)
HSV
hsv(38, 94%, 79%)
CMYK
0%, 34%, 94%, 21%
XYZ
X: 34.41, Y: 29.56, Z: 3.32
Lab
L: 61.27, a: 21.58, b: 64.72
Name

Shades of Color #C9840C

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

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

In the HSL color space, this color has a hue angle of 38°, a saturation of 89%, and a lightness of 42%. The HSV representation shows a hue of 38°, a saturation of 94%, and a value of 79%.

  • HEX: #C9840C
  • RGB: rgb(201, 132, 12)
  • HSL: hsl(38, 89%, 42%)
  • HSV: hsv(38, 94%, 79%)
  • CMYK: 0.00% cyan, 34.00% magenta, 94.00% yellow, 21.00% black
  • XYZ: 34.41, 29.56, 3.32
  • Yxy: 29.56, 0.5114, 0.4393
  • Hunter Lab: 61.27, 21.58, 64.72
  • CIE-Lab: 61.27, 21.58, 64.72

In the XYZ color space, this color is represented as X: 34.41, Y: 29.56, Z: 3.32. The Yxy representation further refines this as Y: 29.56, x: 0.5114, and y: 0.4393.

In the Hunter Lab color space, this color is represented as L: 61.27, a: 21.58, and b: 64.72. Similarly, in the CIE-Lab color space, it is represented as L: 61.27, a: 21.58, and b: 64.72.

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

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

Analogous Colors of #C9840C

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

Monochromatic Colors of #C9840C

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

Complementary Color of #C9840C

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

/* Using HEX */
body {
  background-color: #c9840c;
}
/* Using RGB */
body {
  background-color: rgb(201, 132, 12);
}
/* Using RGB with opacity */
body {
  background-color: rgba(201, 132, 12, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(38, 89%, 42%);
}
/* Text color */
p {
  color: #c9840c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c9840c;
}

HTML Examples of #C9840C

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

Related Colors of #C9840C

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