Color: #C3963E

#C3963E Color Information

#C3963E is a light color. The closest websafe version is #C3963E. A complement of this color would be #3C69C3, perceived brightness is 0.60, and the grayscale version is #818181.

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

In a RGB color space, #C3963E is composed of 76% red, 59% green and 24% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 23% magenta, 68% yellow and 24% black.

In the Yxy color space, this color is represented as Y: 34.30, x: 0.4663, and y: 0.4415.

Color Code #C3963E

#C3963Ergb(195, 150, 62)
HEX
#C3963E
RGB
rgb(195, 150, 62)
HSL
hsl(40, 53%, 50%)
HSV
hsv(40, 68%, 76%)
CMYK
0%, 23%, 68%, 24%
XYZ
X: 36.23, Y: 34.30, Z: 7.16
Lab
L: 65.20, a: 10.81, b: 51.45
Name

Shades of Color #C3963E

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

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

#C3963Ergb(195, 150, 62)

About #C3963E Color Code

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

  • HEX: #C3963E
  • RGB: rgb(195, 150, 62)
  • HSL: hsl(40, 53%, 50%)
  • HSV: hsv(40, 68%, 76%)
  • CMYK: 0.00% cyan, 23.00% magenta, 68.00% yellow, 24.00% black
  • XYZ: 36.23, 34.30, 7.16
  • Yxy: 34.30, 0.4663, 0.4415
  • Hunter Lab: 65.20, 10.81, 51.45
  • CIE-Lab: 65.20, 10.81, 51.45

In the XYZ color space, this color is represented as X: 36.23, Y: 34.30, Z: 7.16. The Yxy representation further refines this as Y: 34.30, x: 0.4663, and y: 0.4415.

In the Hunter Lab color space, this color is represented as L: 65.20, a: 10.81, and b: 51.45. Similarly, in the CIE-Lab color space, it is represented as L: 65.20, a: 10.81, and b: 51.45.

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

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

Analogous Colors of #C3963E

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

Split Complementary Colors of #C3963E

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

Tetradic Colors of #C3963E

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

Monochromatic Colors of #C3963E

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

Complementary Color of #C3963E

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

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

HTML Examples of #C3963E

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

Related Colors of #C3963E

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