Color: #CB876F
#CB876F Color Information
#CB876F is a light color. The closest websafe version is #CB876F. A complement of this color would be #71B3CC, perceived brightness is 0.60, and the grayscale version is #9D9D9D.
In the HSL color space, this color has a hue angle of 16°,a saturation of 47%, and a lightness of 62%.The HSV representation shows a hue of 16°, a saturation of 45%, and a value of 80%.
In a RGB color space, #CB876F is composed of 80% red, 53% green and 44% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 33% magenta, 45% yellow and 20% black.
In the Yxy color space, this color is represented as Y: 31.62, x: 0.4492, and y: 0.3773.
Color Code #CB876F
Shades of Color #CB876F
Shades are created by darkening the original color #CB876F 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 #CB876F
Tints are created by lightening the original color #CB876F 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 #CB876F Color Code
In the HSL color space, this color has a hue angle of 16°, a saturation of 47%, and a lightness of 62%. The HSV representation shows a hue of 16°, a saturation of 45%, and a value of 80%.
- HEX: #CB876F
- RGB: rgb(203, 135, 111)
- HSL: hsl(16, 47%, 62%)
- HSV: hsv(16, 45%, 80%)
- CMYK: 0.00% cyan, 33.00% magenta, 45.00% yellow, 20.00% black
- XYZ: 37.65, 31.62, 14.54
- Yxy: 31.62, 0.4492, 0.3773
- Hunter Lab: 63.03, 24.81, 24.14
- CIE-Lab: 63.03, 24.81, 24.14
In the XYZ color space, this color is represented as X: 37.65, Y: 31.62, Z: 14.54. The Yxy representation further refines this as Y: 31.62, x: 0.4492, and y: 0.3773.
In the Hunter Lab color space, this color is represented as L: 63.03, a: 24.81, and b: 24.14. Similarly, in the CIE-Lab color space, it is represented as L: 63.03, a: 24.81, and b: 24.14.
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 #CB876F
Triadic colors are three colors evenly spaced around the color wheel, including #CB876F. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #CB876F
Split complementary colors are two colors adjacent to the complementary color of #CB876F. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #CB876F
Monochromatic colors are variations of #CB876F, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CB876F
The complementary color of #CB876F 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 #CB876F
/* Using HEX */ body { background-color: #cb876f; }
/* Using RGB */ body { background-color: rgb(203, 135, 111); }
/* Using RGB with opacity */ body { background-color: rgba(203, 135, 111, 0.5); }
/* Using HSL */ body { background-color: hsl(16, 47%, 62%); }
/* Text color */ p { color: #cb876f; }
/* Box shadow */ div { box-shadow: 4px 4px #cb876f; }
/* Border color */ .box { border: 4px solid #cb876f; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #cb876f; }
/* Background with text */ div { background: #cb876f; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #CB876F
<!-- Using HEX --> <div style="background-color: #cb876f; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(203, 135, 111); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(203, 135, 111, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(16, 47%, 62%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #cb876f;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #cb876f; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #cb876f; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #cb876f;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #cb876f; color: #fff; padding: 16px; border-radius: 8px;"> #CB876F </div>
Related Colors of #CB876F
These colors are similar to #CB876F, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.