Shades of Bronze #CF782D
Tints of Bronze #CF782D
RGB
CMYK
RGB Variations
Color information
#CF782D (or 0xCF782D) is known color: Bronze. HEX triplet: CF, 78 and 2D. RGB value is (207,120,45). Sum of RGB (Red+Green+Blue) = 207+120+45=372 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.65% from 372); Green value is 120 (47.27% from 255 or 32.26% from 372); Blue value is 45 (17.97% from 255 or 12.10% from 372); Max value from RGB is 207 - color contains mainly: red. Hex color #CF782D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF782D is #3087D2. Grayscale: #898989. Windows color (decimal): -3180499 or 2980047. OLE color: 2980047.
HSL color Cylindrical-coordinate representation of color #CF782D: hue angle of 27.78º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF782D is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 120 | 45 | - |
| CMYK | 0 | 0.42 | 0.78 | 0.19 |
| HSL | 27.78º | 0.64% | 0.49% | - |
| HSV(B) | 27.78º | 0.78% | 0.81% | - |
| XYZ | 32.92 | 26.89 | 5.94 | - |
| YUV | 137.46 | 75.82 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 120 | 45 | 0 | 0.42 | 0.78 | 0.19 | 27.78 | 0.64 | 0.49 |
| Hex | CF | 78 | 2D | 0 | 2A | 4E | 13 | 1C | 40 | 31 |
| Octal | 317 | 170 | 55 | 0 | 52 | 116 | 23 | 34 | 100 | 61 |
| Binary | 11001111 | 1111000 | 101101 | 0 | 101010 | 1001110 | 10011 | 11100 | 1000000 | 110001 |
Color Harmonies of #CF782D
Complementary color
Monochromatic Colors of #CF782D
Black with #CF782D
Text Example
Text Example
White with #CF782D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF782D; }
p { color: rgb(207,120,45); }
H1.HeaderClassName
{
color: #CF782D;
}
.AnyTagClassName
{
color: #CF782D;
}
</style>
background-color css
<style>
a { background-color: #CF782D; }
a { background-color: rgb(207,120,45); }
div.DivClassName
{
background-color: #CF782D;
}
.BgClassName
{
background-color: #CF782D;
}
</style>
border-color css
<style>
span { border-color: #CF782D; }
span { border-color: rgb(207,120,45); }
td.TdClassName
{
border-color: #CF782D;
}
.TagClassName
{
border-color: #CF782D;
}
</style>