Color: #C99F52
#C99F52 Color Information
#C99F52 is a light color. The closest websafe version is #C99F52. A complement of this color would be #517AC8, perceived brightness is 0.64, and the grayscale version is #8E8E8E.
In the HSL color space, this color has a hue angle of 39°,a saturation of 52%, and a lightness of 55%.The HSV representation shows a hue of 39°, a saturation of 100%, and a value of 100%.
In a RGB color space, #C99F52 is composed of 79% red, 62% green and 32% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 21% magenta, 59% yellow and 21% black.
In the Yxy color space, this color is represented as Y: 38.36, x: 0.4518, and y: 0.4330.
Color Code #C99F52
Shades of Color #C99F52
Shades are created by darkening the original color #C99F52 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 #C99F52
Tints are created by lightening the original color #C99F52 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 #C99F52 Color Code
In the HSL color space, this color has a hue angle of 39°, a saturation of 52%, and a lightness of 55%. The HSV representation shows a hue of 39°, a saturation of 59%, and a value of 79%.
- HEX: #C99F52
- RGB: rgb(201, 159, 82)
- HSL: hsl(39, 52%, 55%)
- HSV: hsv(39, 59%, 79%)
- CMYK: 0.00% cyan, 21.00% magenta, 59.00% yellow, 21.00% black
- XYZ: 40.03, 38.36, 10.21
- Yxy: 38.36, 0.4518, 0.4330
- Hunter Lab: 68.29, 9.69, 45.67
- CIE-Lab: 68.29, 9.69, 45.67
In the XYZ color space, this color is represented as X: 40.03, Y: 38.36, Z: 10.21. The Yxy representation further refines this as Y: 38.36, x: 0.4518, and y: 0.4330.
In the Hunter Lab color space, this color is represented as L: 68.29, a: 9.69, and b: 45.67. Similarly, in the CIE-Lab color space, it is represented as L: 68.29, a: 9.69, and b: 45.67.
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 #C99F52
Triadic colors are three colors evenly spaced around the color wheel, including #C99F52. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #C99F52
Monochromatic colors are variations of #C99F52, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #C99F52
The complementary color of #C99F52 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 #C99F52
/* Using HEX */ body { background-color: #c99f52; }
/* Using RGB */ body { background-color: rgb(201, 159, 82); }
/* Using RGB with opacity */ body { background-color: rgba(201, 159, 82, 0.5); }
/* Using HSL */ body { background-color: hsl(39, 52%, 55%); }
/* Text color */ p { color: #c99f52; }
/* Box shadow */ div { box-shadow: 4px 4px #c99f52; }
HTML Examples of #C99F52
<!-- Using HEX --> <div style="background-color: #c99f52; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(201, 159, 82); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(201, 159, 82, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(39, 52%, 55%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #c99f52;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #c99f52; width: 100px; height: 100px;"></div>
Related Colors of #C99F52
These colors are similar to #C99F52, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.