Color: #C38A70

#C38A70 Color Information

#C38A70 is a light color. The closest websafe version is #C38A70. A complement of this color would be #6FA8C3, perceived brightness is 0.60, and the grayscale version is #9A9A9A.

In the HSL color space, this color has a hue angle of 19°,a saturation of 41%, and a lightness of 60%.The HSV representation shows a hue of 19°, a saturation of 43%, and a value of 76%.

In a RGB color space, #C38A70 is composed of 76% red, 54% green and 44% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 29% magenta, 43% yellow and 24% black.

In the Yxy color space, this color is represented as Y: 31.34, x: 0.4376, and y: 0.3820.

Color Code #C38A70

#C38A70rgb(195, 138, 112)
HEX
#C38A70
RGB
rgb(195, 138, 112)
HSL
hsl(19, 41%, 60%)
HSV
hsv(19, 43%, 76%)
CMYK
0%, 29%, 43%, 24%
XYZ
X: 35.90, Y: 31.34, Z: 14.80
Lab
L: 62.80, a: 20.07, b: 23.07
Name

Shades of Color #C38A70

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

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

#C38A70rgb(195, 138, 112)

About #C38A70 Color Code

In the HSL color space, this color has a hue angle of 19°, a saturation of 41%, and a lightness of 60%. The HSV representation shows a hue of 19°, a saturation of 43%, and a value of 76%.

  • HEX: #C38A70
  • RGB: rgb(195, 138, 112)
  • HSL: hsl(19, 41%, 60%)
  • HSV: hsv(19, 43%, 76%)
  • CMYK: 0.00% cyan, 29.00% magenta, 43.00% yellow, 24.00% black
  • XYZ: 35.90, 31.34, 14.80
  • Yxy: 31.34, 0.4376, 0.3820
  • Hunter Lab: 62.80, 20.07, 23.07
  • CIE-Lab: 62.80, 20.07, 23.07

In the XYZ color space, this color is represented as X: 35.90, Y: 31.34, Z: 14.80. The Yxy representation further refines this as Y: 31.34, x: 0.4376, and y: 0.3820.

In the Hunter Lab color space, this color is represented as L: 62.80, a: 20.07, and b: 23.07. Similarly, in the CIE-Lab color space, it is represented as L: 62.80, a: 20.07, and b: 23.07.

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

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

Analogous Colors of #C38A70

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

Monochromatic Colors of #C38A70

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

Complementary Color of #C38A70

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

/* Using HEX */
body {
  background-color: #c38a70;
}
/* Using RGB */
body {
  background-color: rgb(195, 138, 112);
}
/* Using RGB with opacity */
body {
  background-color: rgba(195, 138, 112, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(19, 41%, 60%);
}
/* Text color */
p {
  color: #c38a70;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c38a70;
}
/* Border color */
.box {
  border: 4px solid #c38a70;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c38a70;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c38a70;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C38A70
On Black Background
#C38A70
On White Background
#C38A70

HTML Examples of #C38A70

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

Related Colors of #C38A70

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