Shades of Bronze #CF7D2D
Tints of Bronze #CF7D2D
RGB
CMYK
RGB Variations
Color information
#CF7D2D (or 0xCF7D2D) is known color: Bronze. HEX triplet: CF, 7D and 2D. RGB value is (207,125,45). Sum of RGB (Red+Green+Blue) = 207+125+45=377 (49% of max value = 765). Red value is 207 (81.25% from 255 or 54.91% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 45 (17.97% from 255 or 11.94% from 377); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7D2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7D2D is #3082D2. Grayscale: #8C8C8C. Windows color (decimal): -3179219 or 2981327. OLE color: 2981327.
HSL color Cylindrical-coordinate representation of color #CF7D2D: hue angle of 29.63º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF7D2D is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 125 | 45 | - |
| CMYK | 0 | 0.40 | 0.78 | 0.19 |
| HSL | 29.63º | 0.64% | 0.49% | - |
| HSV(B) | 29.63º | 0.78% | 0.81% | - |
| XYZ | 33.54 | 28.12 | 6.14 | - |
| YUV | 140.4 | 74.17 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 125 | 45 | 0 | 0.40 | 0.78 | 0.19 | 29.63 | 0.64 | 0.49 |
| Hex | CF | 7D | 2D | 0 | 28 | 4E | 13 | 1E | 40 | 31 |
| Octal | 317 | 175 | 55 | 0 | 50 | 116 | 23 | 36 | 100 | 61 |
| Binary | 11001111 | 1111101 | 101101 | 0 | 101000 | 1001110 | 10011 | 11110 | 1000000 | 110001 |
Color Harmonies of #CF7D2D
Complementary color
Monochromatic Colors of #CF7D2D
Black with #CF7D2D
Text Example
Text Example
White with #CF7D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7D2D; }
p { color: rgb(207,125,45); }
H1.HeaderClassName
{
color: #CF7D2D;
}
.AnyTagClassName
{
color: #CF7D2D;
}
</style>
background-color css
<style>
a { background-color: #CF7D2D; }
a { background-color: rgb(207,125,45); }
div.DivClassName
{
background-color: #CF7D2D;
}
.BgClassName
{
background-color: #CF7D2D;
}
</style>
border-color css
<style>
span { border-color: #CF7D2D; }
span { border-color: rgb(207,125,45); }
td.TdClassName
{
border-color: #CF7D2D;
}
.TagClassName
{
border-color: #CF7D2D;
}
</style>