Shades of Bronze #CF7C2E
Tints of Bronze #CF7C2E
RGB
CMYK
RGB Variations
Color information
#CF7C2E (or 0xCF7C2E) is known color: Bronze. HEX triplet: CF, 7C and 2E. RGB value is (207,124,46). Sum of RGB (Red+Green+Blue) = 207+124+46=377 (49% of max value = 765). Red value is 207 (81.25% from 255 or 54.91% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 46 (18.36% from 255 or 12.20% from 377); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7C2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7C2E is #3083D1. Grayscale: #8C8C8C. Windows color (decimal): -3179474 or 3046607. OLE color: 3046607.
HSL color Cylindrical-coordinate representation of color #CF7C2E: hue angle of 29.07º 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 #CF7C2E is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 124 | 46 | - |
| CMYK | 0 | 0.40 | 0.78 | 0.19 |
| HSL | 29.07º | 0.64% | 0.5% | - |
| HSV(B) | 29.07º | 0.78% | 0.81% | - |
| XYZ | 33.43 | 27.88 | 6.2 | - |
| YUV | 139.93 | 75 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 124 | 46 | 0 | 0.40 | 0.78 | 0.19 | 29.07 | 0.64 | 0.5 |
| Hex | CF | 7C | 2E | 0 | 28 | 4E | 13 | 1D | 40 | 32 |
| Octal | 317 | 174 | 56 | 0 | 50 | 116 | 23 | 35 | 100 | 62 |
| Binary | 11001111 | 1111100 | 101110 | 0 | 101000 | 1001110 | 10011 | 11101 | 1000000 | 110010 |
Color Harmonies of #CF7C2E
Complementary color
Monochromatic Colors of #CF7C2E
Black with #CF7C2E
Text Example
Text Example
White with #CF7C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7C2E; }
p { color: rgb(207,124,46); }
H1.HeaderClassName
{
color: #CF7C2E;
}
.AnyTagClassName
{
color: #CF7C2E;
}
</style>
background-color css
<style>
a { background-color: #CF7C2E; }
a { background-color: rgb(207,124,46); }
div.DivClassName
{
background-color: #CF7C2E;
}
.BgClassName
{
background-color: #CF7C2E;
}
</style>
border-color css
<style>
span { border-color: #CF7C2E; }
span { border-color: rgb(207,124,46); }
td.TdClassName
{
border-color: #CF7C2E;
}
.TagClassName
{
border-color: #CF7C2E;
}
</style>