Shades of Bronze #CF7E37
Tints of Bronze #CF7E37
RGB
CMYK
RGB Variations
Color information
#CF7E37 (or 0xCF7E37) is known color: Bronze. HEX triplet: CF, 7E and 37. RGB value is (207,126,55). Sum of RGB (Red+Green+Blue) = 207+126+55=388 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.35% from 388); Green value is 126 (49.61% from 255 or 32.47% from 388); Blue value is 55 (21.88% from 255 or 14.18% from 388); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7E37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7E37 is #3081C8. Grayscale: #8E8E8E. Windows color (decimal): -3178953 or 3636943. OLE color: 3636943.
HSL color Cylindrical-coordinate representation of color #CF7E37: hue angle of 28.03º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF7E37 is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 126 | 55 | - |
| CMYK | 0 | 0.39 | 0.73 | 0.19 |
| HSL | 28.03º | 0.61% | 0.51% | - |
| HSV(B) | 28.03º | 0.73% | 0.81% | - |
| XYZ | 33.88 | 28.46 | 7.32 | - |
| YUV | 142.13 | 78.84 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 126 | 55 | 0 | 0.39 | 0.73 | 0.19 | 28.03 | 0.61 | 0.51 |
| Hex | CF | 7E | 37 | 0 | 27 | 49 | 13 | 1C | 3D | 33 |
| Octal | 317 | 176 | 67 | 0 | 47 | 111 | 23 | 34 | 75 | 63 |
| Binary | 11001111 | 1111110 | 110111 | 0 | 100111 | 1001001 | 10011 | 11100 | 111101 | 110011 |
Color Harmonies of #CF7E37
Complementary color
Monochromatic Colors of #CF7E37
Black with #CF7E37
Text Example
Text Example
White with #CF7E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7E37; }
p { color: rgb(207,126,55); }
H1.HeaderClassName
{
color: #CF7E37;
}
.AnyTagClassName
{
color: #CF7E37;
}
</style>
background-color css
<style>
a { background-color: #CF7E37; }
a { background-color: rgb(207,126,55); }
div.DivClassName
{
background-color: #CF7E37;
}
.BgClassName
{
background-color: #CF7E37;
}
</style>
border-color css
<style>
span { border-color: #CF7E37; }
span { border-color: rgb(207,126,55); }
td.TdClassName
{
border-color: #CF7E37;
}
.TagClassName
{
border-color: #CF7E37;
}
</style>