Shades of Bronze #CF802E
Tints of Bronze #CF802E
RGB
CMYK
RGB Variations
Color information
#CF802E (or 0xCF802E) is known color: Bronze. HEX triplet: CF, 80 and 2E. RGB value is (207,128,46). Sum of RGB (Red+Green+Blue) = 207+128+46=381 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.33% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 46 (18.36% from 255 or 12.07% from 381); Max value from RGB is 207 - color contains mainly: red. Hex color #CF802E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF802E is #307FD1. Grayscale: #8E8E8E. Windows color (decimal): -3178450 or 3047631. OLE color: 3047631.
HSL color Cylindrical-coordinate representation of color #CF802E: hue angle of 30.56º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF802E is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 128 | 46 | - |
| CMYK | 0 | 0.38 | 0.78 | 0.19 |
| HSL | 30.56º | 0.64% | 0.5% | - |
| HSV(B) | 30.56º | 0.78% | 0.81% | - |
| XYZ | 33.94 | 28.9 | 6.37 | - |
| YUV | 142.27 | 73.67 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 128 | 46 | 0 | 0.38 | 0.78 | 0.19 | 30.56 | 0.64 | 0.5 |
| Hex | CF | 80 | 2E | 0 | 26 | 4E | 13 | 1F | 40 | 32 |
| Octal | 317 | 200 | 56 | 0 | 46 | 116 | 23 | 37 | 100 | 62 |
| Binary | 11001111 | 10000000 | 101110 | 0 | 100110 | 1001110 | 10011 | 11111 | 1000000 | 110010 |
Color Harmonies of #CF802E
Complementary color
Monochromatic Colors of #CF802E
Black with #CF802E
Text Example
Text Example
White with #CF802E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF802E; }
p { color: rgb(207,128,46); }
H1.HeaderClassName
{
color: #CF802E;
}
.AnyTagClassName
{
color: #CF802E;
}
</style>
background-color css
<style>
a { background-color: #CF802E; }
a { background-color: rgb(207,128,46); }
div.DivClassName
{
background-color: #CF802E;
}
.BgClassName
{
background-color: #CF802E;
}
</style>
border-color css
<style>
span { border-color: #CF802E; }
span { border-color: rgb(207,128,46); }
td.TdClassName
{
border-color: #CF802E;
}
.TagClassName
{
border-color: #CF802E;
}
</style>