Shades of Bronze #CF8131
Tints of Bronze #CF8131
RGB
CMYK
RGB Variations
Color information
#CF8131 (or 0xCF8131) is known color: Bronze. HEX triplet: CF, 81 and 31. RGB value is (207,129,49). Sum of RGB (Red+Green+Blue) = 207+129+49=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 129 (50.78% from 255 or 33.51% from 385); Blue value is 49 (19.53% from 255 or 12.73% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8131 is #307ECE. Grayscale: #8F8F8F. Windows color (decimal): -3178191 or 3244495. OLE color: 3244495.
HSL color Cylindrical-coordinate representation of color #CF8131: hue angle of 30.38º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF8131 is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 129 | 49 | - |
| CMYK | 0 | 0.38 | 0.76 | 0.19 |
| HSL | 30.38º | 0.62% | 0.5% | - |
| HSV(B) | 30.38º | 0.76% | 0.81% | - |
| XYZ | 34.14 | 29.19 | 6.74 | - |
| YUV | 143.2 | 74.84 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 129 | 49 | 0 | 0.38 | 0.76 | 0.19 | 30.38 | 0.62 | 0.5 |
| Hex | CF | 81 | 31 | 0 | 26 | 4C | 13 | 1E | 3E | 32 |
| Octal | 317 | 201 | 61 | 0 | 46 | 114 | 23 | 36 | 76 | 62 |
| Binary | 11001111 | 10000001 | 110001 | 0 | 100110 | 1001100 | 10011 | 11110 | 111110 | 110010 |
Color Harmonies of #CF8131
Complementary color
Monochromatic Colors of #CF8131
Black with #CF8131
Text Example
Text Example
White with #CF8131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8131; }
p { color: rgb(207,129,49); }
H1.HeaderClassName
{
color: #CF8131;
}
.AnyTagClassName
{
color: #CF8131;
}
</style>
background-color css
<style>
a { background-color: #CF8131; }
a { background-color: rgb(207,129,49); }
div.DivClassName
{
background-color: #CF8131;
}
.BgClassName
{
background-color: #CF8131;
}
</style>
border-color css
<style>
span { border-color: #CF8131; }
span { border-color: rgb(207,129,49); }
td.TdClassName
{
border-color: #CF8131;
}
.TagClassName
{
border-color: #CF8131;
}
</style>