Shades of Bronze #CF7E33
Tints of Bronze #CF7E33
RGB
CMYK
RGB Variations
Color information
#CF7E33 (or 0xCF7E33) is known color: Bronze. HEX triplet: CF, 7E and 33. RGB value is (207,126,51). Sum of RGB (Red+Green+Blue) = 207+126+51=384 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.91% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 51 (20.31% from 255 or 13.28% from 384); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7E33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7E33 is #3081CC. Grayscale: #8E8E8E. Windows color (decimal): -3178957 or 3374799. OLE color: 3374799.
HSL color Cylindrical-coordinate representation of color #CF7E33: hue angle of 28.85º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF7E33 is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 126 | 51 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.19 |
| HSL | 28.85º | 0.62% | 0.51% | - |
| HSV(B) | 28.85º | 0.75% | 0.81% | - |
| XYZ | 33.79 | 28.43 | 6.84 | - |
| YUV | 141.67 | 76.84 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 126 | 51 | 0 | 0.39 | 0.75 | 0.19 | 28.85 | 0.62 | 0.51 |
| Hex | CF | 7E | 33 | 0 | 27 | 4B | 13 | 1D | 3E | 33 |
| Octal | 317 | 176 | 63 | 0 | 47 | 113 | 23 | 35 | 76 | 63 |
| Binary | 11001111 | 1111110 | 110011 | 0 | 100111 | 1001011 | 10011 | 11101 | 111110 | 110011 |
Color Harmonies of #CF7E33
Complementary color
Monochromatic Colors of #CF7E33
Black with #CF7E33
Text Example
Text Example
White with #CF7E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7E33; }
p { color: rgb(207,126,51); }
H1.HeaderClassName
{
color: #CF7E33;
}
.AnyTagClassName
{
color: #CF7E33;
}
</style>
background-color css
<style>
a { background-color: #CF7E33; }
a { background-color: rgb(207,126,51); }
div.DivClassName
{
background-color: #CF7E33;
}
.BgClassName
{
background-color: #CF7E33;
}
</style>
border-color css
<style>
span { border-color: #CF7E33; }
span { border-color: rgb(207,126,51); }
td.TdClassName
{
border-color: #CF7E33;
}
.TagClassName
{
border-color: #CF7E33;
}
</style>