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