Color: #C0953E

#C0953E Color Information

#C0953E is a light color. The closest websafe version is #C0953E. A complement of this color would be #3E6AC1, perceived brightness is 0.60, and the grayscale version is #7F7F7F.

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

In a RGB color space, #C0953E is composed of 75% red, 58% green and 24% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 22% magenta, 68% yellow and 25% black.

In the Yxy color space, this color is represented as Y: 33.57, x: 0.4644, and y: 0.4422.

Color Code #C0953E

#C0953Ergb(192, 149, 62)
HEX
#C0953E
RGB
rgb(192, 149, 62)
HSL
hsl(40, 51%, 50%)
HSV
hsv(40, 68%, 75%)
CMYK
0%, 22%, 68%, 25%
XYZ
X: 35.25, Y: 33.57, Z: 7.09
Lab
L: 64.62, a: 10.03, b: 50.73
Name

Shades of Color #C0953E

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

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

#C0953Ergb(192, 149, 62)

About #C0953E Color Code

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

  • HEX: #C0953E
  • RGB: rgb(192, 149, 62)
  • HSL: hsl(40, 51%, 50%)
  • HSV: hsv(40, 68%, 75%)
  • CMYK: 0.00% cyan, 22.00% magenta, 68.00% yellow, 25.00% black
  • XYZ: 35.25, 33.57, 7.09
  • Yxy: 33.57, 0.4644, 0.4422
  • Hunter Lab: 64.62, 10.03, 50.73
  • CIE-Lab: 64.62, 10.03, 50.73

In the XYZ color space, this color is represented as X: 35.25, Y: 33.57, Z: 7.09. The Yxy representation further refines this as Y: 33.57, x: 0.4644, and y: 0.4422.

In the Hunter Lab color space, this color is represented as L: 64.62, a: 10.03, and b: 50.73. Similarly, in the CIE-Lab color space, it is represented as L: 64.62, a: 10.03, and b: 50.73.

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

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

Analogous Colors of #C0953E

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

Split Complementary Colors of #C0953E

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

Tetradic Colors of #C0953E

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

Monochromatic Colors of #C0953E

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

Complementary Color of #C0953E

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

/* Using HEX */
body {
  background-color: #c0953e;
}
/* Using RGB */
body {
  background-color: rgb(192, 149, 62);
}
/* Using RGB with opacity */
body {
  background-color: rgba(192, 149, 62, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(40, 51%, 50%);
}
/* Text color */
p {
  color: #c0953e;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c0953e;
}
/* Border color */
.box {
  border: 4px solid #c0953e;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c0953e;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c0953e;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C0953E
On Black Background
#C0953E
On White Background
#C0953E

HTML Examples of #C0953E

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

Related Colors of #C0953E

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