Shades of Bronze #CF7C2F
Tints of Bronze #CF7C2F
RGB
CMYK
RGB Variations
Color information
#CF7C2F (or 0xCF7C2F) is known color: Bronze. HEX triplet: CF, 7C and 2F. RGB value is (207,124,47). Sum of RGB (Red+Green+Blue) = 207+124+47=378 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.76% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 47 (18.75% from 255 or 12.43% from 378); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7C2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7C2F is #3083D0. Grayscale: #8C8C8C. Windows color (decimal): -3179473 or 3112143. OLE color: 3112143.
HSL color Cylindrical-coordinate representation of color #CF7C2F: hue angle of 28.88º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF7C2F is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 124 | 47 | - |
| CMYK | 0 | 0.40 | 0.77 | 0.19 |
| HSL | 28.88º | 0.63% | 0.5% | - |
| HSV(B) | 28.88º | 0.77% | 0.81% | - |
| XYZ | 33.45 | 27.89 | 6.31 | - |
| YUV | 140.04 | 75.5 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 124 | 47 | 0 | 0.40 | 0.77 | 0.19 | 28.88 | 0.63 | 0.5 |
| Hex | CF | 7C | 2F | 0 | 28 | 4D | 13 | 1D | 3F | 32 |
| Octal | 317 | 174 | 57 | 0 | 50 | 115 | 23 | 35 | 77 | 62 |
| Binary | 11001111 | 1111100 | 101111 | 0 | 101000 | 1001101 | 10011 | 11101 | 111111 | 110010 |
Color Harmonies of #CF7C2F
Complementary color
Monochromatic Colors of #CF7C2F
Black with #CF7C2F
Text Example
Text Example
White with #CF7C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7C2F; }
p { color: rgb(207,124,47); }
H1.HeaderClassName
{
color: #CF7C2F;
}
.AnyTagClassName
{
color: #CF7C2F;
}
</style>
background-color css
<style>
a { background-color: #CF7C2F; }
a { background-color: rgb(207,124,47); }
div.DivClassName
{
background-color: #CF7C2F;
}
.BgClassName
{
background-color: #CF7C2F;
}
</style>
border-color css
<style>
span { border-color: #CF7C2F; }
span { border-color: rgb(207,124,47); }
td.TdClassName
{
border-color: #CF7C2F;
}
.TagClassName
{
border-color: #CF7C2F;
}
</style>