Shades of Bronze #CF7D2E
Tints of Bronze #CF7D2E
RGB
CMYK
RGB Variations
Color information
#CF7D2E (or 0xCF7D2E) is known color: Bronze. HEX triplet: CF, 7D and 2E. RGB value is (207,125,46). Sum of RGB (Red+Green+Blue) = 207+125+46=378 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.76% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 46 (18.36% from 255 or 12.17% from 378); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7D2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7D2E is #3082D1. Grayscale: #8C8C8C. Windows color (decimal): -3179218 or 3046863. OLE color: 3046863.
HSL color Cylindrical-coordinate representation of color #CF7D2E: hue angle of 29.44º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF7D2E is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 125 | 46 | - |
| CMYK | 0 | 0.40 | 0.78 | 0.19 |
| HSL | 29.44º | 0.64% | 0.5% | - |
| HSV(B) | 29.44º | 0.78% | 0.81% | - |
| XYZ | 33.56 | 28.13 | 6.25 | - |
| YUV | 140.51 | 74.67 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 125 | 46 | 0 | 0.40 | 0.78 | 0.19 | 29.44 | 0.64 | 0.5 |
| Hex | CF | 7D | 2E | 0 | 28 | 4E | 13 | 1D | 40 | 32 |
| Octal | 317 | 175 | 56 | 0 | 50 | 116 | 23 | 35 | 100 | 62 |
| Binary | 11001111 | 1111101 | 101110 | 0 | 101000 | 1001110 | 10011 | 11101 | 1000000 | 110010 |
Color Harmonies of #CF7D2E
Complementary color
Monochromatic Colors of #CF7D2E
Black with #CF7D2E
Text Example
Text Example
White with #CF7D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7D2E; }
p { color: rgb(207,125,46); }
H1.HeaderClassName
{
color: #CF7D2E;
}
.AnyTagClassName
{
color: #CF7D2E;
}
</style>
background-color css
<style>
a { background-color: #CF7D2E; }
a { background-color: rgb(207,125,46); }
div.DivClassName
{
background-color: #CF7D2E;
}
.BgClassName
{
background-color: #CF7D2E;
}
</style>
border-color css
<style>
span { border-color: #CF7D2E; }
span { border-color: rgb(207,125,46); }
td.TdClassName
{
border-color: #CF7D2E;
}
.TagClassName
{
border-color: #CF7D2E;
}
</style>