Shades of Bronze #CF7D2B
Tints of Bronze #CF7D2B
RGB
CMYK
RGB Variations
Color information
#CF7D2B (or 0xCF7D2B) is known color: Bronze. HEX triplet: CF, 7D and 2B. RGB value is (207,125,43). Sum of RGB (Red+Green+Blue) = 207+125+43=375 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.2% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 43 (17.19% from 255 or 11.47% from 375); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7D2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7D2B is #3082D4. Grayscale: #8C8C8C. Windows color (decimal): -3179221 or 2850255. OLE color: 2850255.
HSL color Cylindrical-coordinate representation of color #CF7D2B: hue angle of 30º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF7D2B is Cyan = 0, Magento = 0.40, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 125 | 43 | - |
| CMYK | 0 | 0.40 | 0.79 | 0.19 |
| HSL | 30º | 0.66% | 0.49% | - |
| HSV(B) | 30º | 0.79% | 0.81% | - |
| XYZ | 33.5 | 28.11 | 5.94 | - |
| YUV | 140.17 | 73.17 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 125 | 43 | 0 | 0.40 | 0.79 | 0.19 | 30 | 0.66 | 0.49 |
| Hex | CF | 7D | 2B | 0 | 28 | 4F | 13 | 1E | 42 | 31 |
| Octal | 317 | 175 | 53 | 0 | 50 | 117 | 23 | 36 | 102 | 61 |
| Binary | 11001111 | 1111101 | 101011 | 0 | 101000 | 1001111 | 10011 | 11110 | 1000010 | 110001 |
Color Harmonies of #CF7D2B
Complementary color
Monochromatic Colors of #CF7D2B
Black with #CF7D2B
Text Example
Text Example
White with #CF7D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7D2B; }
p { color: rgb(207,125,43); }
H1.HeaderClassName
{
color: #CF7D2B;
}
.AnyTagClassName
{
color: #CF7D2B;
}
</style>
background-color css
<style>
a { background-color: #CF7D2B; }
a { background-color: rgb(207,125,43); }
div.DivClassName
{
background-color: #CF7D2B;
}
.BgClassName
{
background-color: #CF7D2B;
}
</style>
border-color css
<style>
span { border-color: #CF7D2B; }
span { border-color: rgb(207,125,43); }
td.TdClassName
{
border-color: #CF7D2B;
}
.TagClassName
{
border-color: #CF7D2B;
}
</style>