Shades of Bronze #CF7E32
Tints of Bronze #CF7E32
RGB
CMYK
RGB Variations
Color information
#CF7E32 (or 0xCF7E32) is known color: Bronze. HEX triplet: CF, 7E and 32. RGB value is (207,126,50). Sum of RGB (Red+Green+Blue) = 207+126+50=383 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.05% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 50 (19.92% from 255 or 13.05% from 383); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7E32 is #3081CD. Grayscale: #8D8D8D. Windows color (decimal): -3178958 or 3309263. OLE color: 3309263.
HSL color Cylindrical-coordinate representation of color #CF7E32: hue angle of 29.04º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF7E32 is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 126 | 50 | - |
| CMYK | 0 | 0.39 | 0.76 | 0.19 |
| HSL | 29.04º | 0.62% | 0.5% | - |
| HSV(B) | 29.04º | 0.76% | 0.81% | - |
| XYZ | 33.77 | 28.42 | 6.72 | - |
| YUV | 141.56 | 76.34 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 126 | 50 | 0 | 0.39 | 0.76 | 0.19 | 29.04 | 0.62 | 0.5 |
| Hex | CF | 7E | 32 | 0 | 27 | 4C | 13 | 1D | 3E | 32 |
| Octal | 317 | 176 | 62 | 0 | 47 | 114 | 23 | 35 | 76 | 62 |
| Binary | 11001111 | 1111110 | 110010 | 0 | 100111 | 1001100 | 10011 | 11101 | 111110 | 110010 |
Color Harmonies of #CF7E32
Complementary color
Monochromatic Colors of #CF7E32
Black with #CF7E32
Text Example
Text Example
White with #CF7E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7E32; }
p { color: rgb(207,126,50); }
H1.HeaderClassName
{
color: #CF7E32;
}
.AnyTagClassName
{
color: #CF7E32;
}
</style>
background-color css
<style>
a { background-color: #CF7E32; }
a { background-color: rgb(207,126,50); }
div.DivClassName
{
background-color: #CF7E32;
}
.BgClassName
{
background-color: #CF7E32;
}
</style>
border-color css
<style>
span { border-color: #CF7E32; }
span { border-color: rgb(207,126,50); }
td.TdClassName
{
border-color: #CF7E32;
}
.TagClassName
{
border-color: #CF7E32;
}
</style>