Shades of Bronze #CF792E
Tints of Bronze #CF792E
RGB
CMYK
RGB Variations
Color information
#CF792E (or 0xCF792E) is known color: Bronze. HEX triplet: CF, 79 and 2E. RGB value is (207,121,46). Sum of RGB (Red+Green+Blue) = 207+121+46=374 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.35% from 374); Green value is 121 (47.66% from 255 or 32.35% from 374); Blue value is 46 (18.36% from 255 or 12.30% from 374); Max value from RGB is 207 - color contains mainly: red. Hex color #CF792E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF792E is #3086D1. Grayscale: #8A8A8A. Windows color (decimal): -3180242 or 3045839. OLE color: 3045839.
HSL color Cylindrical-coordinate representation of color #CF792E: hue angle of 27.95º 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 #CF792E is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 121 | 46 | - |
| CMYK | 0 | 0.42 | 0.78 | 0.19 |
| HSL | 27.95º | 0.64% | 0.5% | - |
| HSV(B) | 27.95º | 0.78% | 0.81% | - |
| XYZ | 33.06 | 27.14 | 6.08 | - |
| YUV | 138.16 | 75.99 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 121 | 46 | 0 | 0.42 | 0.78 | 0.19 | 27.95 | 0.64 | 0.5 |
| Hex | CF | 79 | 2E | 0 | 2A | 4E | 13 | 1C | 40 | 32 |
| Octal | 317 | 171 | 56 | 0 | 52 | 116 | 23 | 34 | 100 | 62 |
| Binary | 11001111 | 1111001 | 101110 | 0 | 101010 | 1001110 | 10011 | 11100 | 1000000 | 110010 |
Color Harmonies of #CF792E
Complementary color
Monochromatic Colors of #CF792E
Black with #CF792E
Text Example
Text Example
White with #CF792E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF792E; }
p { color: rgb(207,121,46); }
H1.HeaderClassName
{
color: #CF792E;
}
.AnyTagClassName
{
color: #CF792E;
}
</style>
background-color css
<style>
a { background-color: #CF792E; }
a { background-color: rgb(207,121,46); }
div.DivClassName
{
background-color: #CF792E;
}
.BgClassName
{
background-color: #CF792E;
}
</style>
border-color css
<style>
span { border-color: #CF792E; }
span { border-color: rgb(207,121,46); }
td.TdClassName
{
border-color: #CF792E;
}
.TagClassName
{
border-color: #CF792E;
}
</style>