Shades of Bronze #CF8133
Tints of Bronze #CF8133
RGB
CMYK
RGB Variations
Color information
#CF8133 (or 0xCF8133) is known color: Bronze. HEX triplet: CF, 81 and 33. RGB value is (207,129,51). Sum of RGB (Red+Green+Blue) = 207+129+51=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 51 (20.31% from 255 or 13.18% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8133 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8133 is #307ECC. Grayscale: #8F8F8F. Windows color (decimal): -3178189 or 3375567. OLE color: 3375567.
HSL color Cylindrical-coordinate representation of color #CF8133: hue angle of 30º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF8133 is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 129 | 51 | - |
| CMYK | 0 | 0.38 | 0.75 | 0.19 |
| HSL | 30º | 0.62% | 0.51% | - |
| HSV(B) | 30º | 0.75% | 0.81% | - |
| XYZ | 34.18 | 29.2 | 6.97 | - |
| YUV | 143.43 | 75.84 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 129 | 51 | 0 | 0.38 | 0.75 | 0.19 | 30 | 0.62 | 0.51 |
| Hex | CF | 81 | 33 | 0 | 26 | 4B | 13 | 1E | 3E | 33 |
| Octal | 317 | 201 | 63 | 0 | 46 | 113 | 23 | 36 | 76 | 63 |
| Binary | 11001111 | 10000001 | 110011 | 0 | 100110 | 1001011 | 10011 | 11110 | 111110 | 110011 |
Color Harmonies of #CF8133
Complementary color
Monochromatic Colors of #CF8133
Black with #CF8133
Text Example
Text Example
White with #CF8133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8133; }
p { color: rgb(207,129,51); }
H1.HeaderClassName
{
color: #CF8133;
}
.AnyTagClassName
{
color: #CF8133;
}
</style>
background-color css
<style>
a { background-color: #CF8133; }
a { background-color: rgb(207,129,51); }
div.DivClassName
{
background-color: #CF8133;
}
.BgClassName
{
background-color: #CF8133;
}
</style>
border-color css
<style>
span { border-color: #CF8133; }
span { border-color: rgb(207,129,51); }
td.TdClassName
{
border-color: #CF8133;
}
.TagClassName
{
border-color: #CF8133;
}
</style>