Shades of Bronze #CF782E
Tints of Bronze #CF782E
RGB
CMYK
RGB Variations
Color information
#CF782E (or 0xCF782E) is known color: Bronze. HEX triplet: CF, 78 and 2E. RGB value is (207,120,46). Sum of RGB (Red+Green+Blue) = 207+120+46=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 46 (18.36% from 255 or 12.33% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CF782E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF782E is #3087D1. Grayscale: #898989. Windows color (decimal): -3180498 or 3045583. OLE color: 3045583.
HSL color Cylindrical-coordinate representation of color #CF782E: hue angle of 27.58º 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 #CF782E is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 120 | 46 | - |
| CMYK | 0 | 0.42 | 0.78 | 0.19 |
| HSL | 27.58º | 0.64% | 0.5% | - |
| HSV(B) | 27.58º | 0.78% | 0.81% | - |
| XYZ | 32.94 | 26.9 | 6.04 | - |
| YUV | 137.58 | 76.32 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 120 | 46 | 0 | 0.42 | 0.78 | 0.19 | 27.58 | 0.64 | 0.5 |
| Hex | CF | 78 | 2E | 0 | 2A | 4E | 13 | 1C | 40 | 32 |
| Octal | 317 | 170 | 56 | 0 | 52 | 116 | 23 | 34 | 100 | 62 |
| Binary | 11001111 | 1111000 | 101110 | 0 | 101010 | 1001110 | 10011 | 11100 | 1000000 | 110010 |
Color Harmonies of #CF782E
Complementary color
Monochromatic Colors of #CF782E
Black with #CF782E
Text Example
Text Example
White with #CF782E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF782E; }
p { color: rgb(207,120,46); }
H1.HeaderClassName
{
color: #CF782E;
}
.AnyTagClassName
{
color: #CF782E;
}
</style>
background-color css
<style>
a { background-color: #CF782E; }
a { background-color: rgb(207,120,46); }
div.DivClassName
{
background-color: #CF782E;
}
.BgClassName
{
background-color: #CF782E;
}
</style>
border-color css
<style>
span { border-color: #CF782E; }
span { border-color: rgb(207,120,46); }
td.TdClassName
{
border-color: #CF782E;
}
.TagClassName
{
border-color: #CF782E;
}
</style>