Shades of Bronze #CF8030
Tints of Bronze #CF8030
RGB
CMYK
RGB Variations
Color information
#CF8030 (or 0xCF8030) is known color: Bronze. HEX triplet: CF, 80 and 30. RGB value is (207,128,48). Sum of RGB (Red+Green+Blue) = 207+128+48=383 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.05% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 48 (19.14% from 255 or 12.53% from 383); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8030 is #307FCF. Grayscale: #8E8E8E. Windows color (decimal): -3178448 or 3178703. OLE color: 3178703.
HSL color Cylindrical-coordinate representation of color #CF8030: hue angle of 30.19º 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 #CF8030 is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 128 | 48 | - |
| CMYK | 0 | 0.38 | 0.77 | 0.19 |
| HSL | 30.19º | 0.62% | 0.5% | - |
| HSV(B) | 30.19º | 0.77% | 0.81% | - |
| XYZ | 33.98 | 28.92 | 6.59 | - |
| YUV | 142.5 | 74.67 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 128 | 48 | 0 | 0.38 | 0.77 | 0.19 | 30.19 | 0.62 | 0.5 |
| Hex | CF | 80 | 30 | 0 | 26 | 4D | 13 | 1E | 3E | 32 |
| Octal | 317 | 200 | 60 | 0 | 46 | 115 | 23 | 36 | 76 | 62 |
| Binary | 11001111 | 10000000 | 110000 | 0 | 100110 | 1001101 | 10011 | 11110 | 111110 | 110010 |
Color Harmonies of #CF8030
Complementary color
Monochromatic Colors of #CF8030
Black with #CF8030
Text Example
Text Example
White with #CF8030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8030; }
p { color: rgb(207,128,48); }
H1.HeaderClassName
{
color: #CF8030;
}
.AnyTagClassName
{
color: #CF8030;
}
</style>
background-color css
<style>
a { background-color: #CF8030; }
a { background-color: rgb(207,128,48); }
div.DivClassName
{
background-color: #CF8030;
}
.BgClassName
{
background-color: #CF8030;
}
</style>
border-color css
<style>
span { border-color: #CF8030; }
span { border-color: rgb(207,128,48); }
td.TdClassName
{
border-color: #CF8030;
}
.TagClassName
{
border-color: #CF8030;
}
</style>