Color: #C78067
#C78067 Color Information
#C78067 is a light color. The closest websafe version is #C78067. A complement of this color would be #66ADC7, perceived brightness is 0.57, and the grayscale version is #979797.
In the HSL color space, this color has a hue angle of 16°,a saturation of 46%, and a lightness of 59%.The HSV representation shows a hue of 16°, a saturation of 100%, and a value of 100%.
In a RGB color space, #C78067 is composed of 78% red, 50% green and 40% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 36% magenta, 48% yellow and 22% black.
In the Yxy color space, this color is represented as Y: 29.00, x: 0.4582, and y: 0.3779.
Color Code #C78067
Shades of Color #C78067
Shades are created by darkening the original color #C78067 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 #C78067
Tints are created by lightening the original color #C78067 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 #C78067 Color Code
In the HSL color space, this color has a hue angle of 16°, a saturation of 46%, and a lightness of 59%. The HSV representation shows a hue of 16°, a saturation of 48%, and a value of 78%.
- HEX: #C78067
- RGB: rgb(199, 128, 103)
- HSL: hsl(16, 46%, 59%)
- HSV: hsv(16, 48%, 78%)
- CMYK: 0.00% cyan, 36.00% magenta, 48.00% yellow, 22.00% black
- XYZ: 35.16, 29.00, 12.58
- Yxy: 29.00, 0.4582, 0.3779
- Hunter Lab: 60.79, 26.23, 25.55
- CIE-Lab: 60.79, 26.23, 25.55
In the XYZ color space, this color is represented as X: 35.16, Y: 29.00, Z: 12.58. The Yxy representation further refines this as Y: 29.00, x: 0.4582, and y: 0.3779.
In the Hunter Lab color space, this color is represented as L: 60.79, a: 26.23, and b: 25.55. Similarly, in the CIE-Lab color space, it is represented as L: 60.79, a: 26.23, and b: 25.55.
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 #C78067
Triadic colors are three colors evenly spaced around the color wheel, including #C78067. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #C78067
Monochromatic colors are variations of #C78067, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #C78067
The complementary color of #C78067 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 #C78067
/* Using HEX */ body { background-color: #c78067; }
/* Using RGB */ body { background-color: rgb(199, 128, 103); }
/* Using RGB with opacity */ body { background-color: rgba(199, 128, 103, 0.5); }
/* Using HSL */ body { background-color: hsl(16, 46%, 59%); }
/* Text color */ p { color: #c78067; }
/* Box shadow */ div { box-shadow: 4px 4px #c78067; }
HTML Examples of #C78067
<!-- Using HEX --> <div style="background-color: #c78067; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(199, 128, 103); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(199, 128, 103, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(16, 46%, 59%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #c78067;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #c78067; width: 100px; height: 100px;"></div>
Related Colors of #C78067
These colors are similar to #C78067, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.