Shades of Bronze #CF8130
Tints of Bronze #CF8130
RGB
CMYK
RGB Variations
Color information
#CF8130 (or 0xCF8130) is known color: Bronze. HEX triplet: CF, 81 and 30. RGB value is (207,129,48). Sum of RGB (Red+Green+Blue) = 207+129+48=384 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.91% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 48 (19.14% from 255 or 12.5% from 384); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8130 is #307ECF. Grayscale: #8F8F8F. Windows color (decimal): -3178192 or 3178959. OLE color: 3178959.
HSL color Cylindrical-coordinate representation of color #CF8130: hue angle of 30.57º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF8130 is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 129 | 48 | - |
| CMYK | 0 | 0.38 | 0.77 | 0.19 |
| HSL | 30.57º | 0.62% | 0.5% | - |
| HSV(B) | 30.57º | 0.77% | 0.81% | - |
| XYZ | 34.12 | 29.18 | 6.63 | - |
| YUV | 143.09 | 74.34 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 129 | 48 | 0 | 0.38 | 0.77 | 0.19 | 30.57 | 0.62 | 0.5 |
| Hex | CF | 81 | 30 | 0 | 26 | 4D | 13 | 1F | 3E | 32 |
| Octal | 317 | 201 | 60 | 0 | 46 | 115 | 23 | 37 | 76 | 62 |
| Binary | 11001111 | 10000001 | 110000 | 0 | 100110 | 1001101 | 10011 | 11111 | 111110 | 110010 |
Color Harmonies of #CF8130
Complementary color
Monochromatic Colors of #CF8130
Black with #CF8130
Text Example
Text Example
White with #CF8130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8130; }
p { color: rgb(207,129,48); }
H1.HeaderClassName
{
color: #CF8130;
}
.AnyTagClassName
{
color: #CF8130;
}
</style>
background-color css
<style>
a { background-color: #CF8130; }
a { background-color: rgb(207,129,48); }
div.DivClassName
{
background-color: #CF8130;
}
.BgClassName
{
background-color: #CF8130;
}
</style>
border-color css
<style>
span { border-color: #CF8130; }
span { border-color: rgb(207,129,48); }
td.TdClassName
{
border-color: #CF8130;
}
.TagClassName
{
border-color: #CF8130;
}
</style>