Shades of Bronze #CF7C37
Tints of Bronze #CF7C37
RGB
CMYK
RGB Variations
Color information
#CF7C37 (or 0xCF7C37) is known color: Bronze. HEX triplet: CF, 7C and 37. RGB value is (207,124,55). Sum of RGB (Red+Green+Blue) = 207+124+55=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 55 (21.88% from 255 or 14.25% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7C37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7C37 is #3083C8. Grayscale: #8D8D8D. Windows color (decimal): -3179465 or 3636431. OLE color: 3636431.
HSL color Cylindrical-coordinate representation of color #CF7C37: hue angle of 27.24º 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 #CF7C37 is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 124 | 55 | - |
| CMYK | 0 | 0.40 | 0.73 | 0.19 |
| HSL | 27.24º | 0.61% | 0.51% | - |
| HSV(B) | 27.24º | 0.73% | 0.81% | - |
| XYZ | 33.63 | 27.96 | 7.24 | - |
| YUV | 140.95 | 79.5 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 124 | 55 | 0 | 0.40 | 0.73 | 0.19 | 27.24 | 0.61 | 0.51 |
| Hex | CF | 7C | 37 | 0 | 28 | 49 | 13 | 1B | 3D | 33 |
| Octal | 317 | 174 | 67 | 0 | 50 | 111 | 23 | 33 | 75 | 63 |
| Binary | 11001111 | 1111100 | 110111 | 0 | 101000 | 1001001 | 10011 | 11011 | 111101 | 110011 |
Color Harmonies of #CF7C37
Complementary color
Monochromatic Colors of #CF7C37
Black with #CF7C37
Text Example
Text Example
White with #CF7C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7C37; }
p { color: rgb(207,124,55); }
H1.HeaderClassName
{
color: #CF7C37;
}
.AnyTagClassName
{
color: #CF7C37;
}
</style>
background-color css
<style>
a { background-color: #CF7C37; }
a { background-color: rgb(207,124,55); }
div.DivClassName
{
background-color: #CF7C37;
}
.BgClassName
{
background-color: #CF7C37;
}
</style>
border-color css
<style>
span { border-color: #CF7C37; }
span { border-color: rgb(207,124,55); }
td.TdClassName
{
border-color: #CF7C37;
}
.TagClassName
{
border-color: #CF7C37;
}
</style>