Shades of Bronze #CF8233
Tints of Bronze #CF8233
RGB
CMYK
RGB Variations
Color information
#CF8233 (or 0xCF8233) is known color: Bronze. HEX triplet: CF, 82 and 33. RGB value is (207,130,51). Sum of RGB (Red+Green+Blue) = 207+130+51=388 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.35% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 51 (20.31% from 255 or 13.14% from 388); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8233 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8233 is #307DCC. Grayscale: #909090. Windows color (decimal): -3177933 or 3375823. OLE color: 3375823.
HSL color Cylindrical-coordinate representation of color #CF8233: hue angle of 30.38º 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 #CF8233 is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 130 | 51 | - |
| CMYK | 0 | 0.37 | 0.75 | 0.19 |
| HSL | 30.38º | 0.62% | 0.51% | - |
| HSV(B) | 30.38º | 0.75% | 0.81% | - |
| XYZ | 34.31 | 29.47 | 7.01 | - |
| YUV | 144.02 | 75.51 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 130 | 51 | 0 | 0.37 | 0.75 | 0.19 | 30.38 | 0.62 | 0.51 |
| Hex | CF | 82 | 33 | 0 | 25 | 4B | 13 | 1E | 3E | 33 |
| Octal | 317 | 202 | 63 | 0 | 45 | 113 | 23 | 36 | 76 | 63 |
| Binary | 11001111 | 10000010 | 110011 | 0 | 100101 | 1001011 | 10011 | 11110 | 111110 | 110011 |
Color Harmonies of #CF8233
Complementary color
Monochromatic Colors of #CF8233
Black with #CF8233
Text Example
Text Example
White with #CF8233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8233; }
p { color: rgb(207,130,51); }
H1.HeaderClassName
{
color: #CF8233;
}
.AnyTagClassName
{
color: #CF8233;
}
</style>
background-color css
<style>
a { background-color: #CF8233; }
a { background-color: rgb(207,130,51); }
div.DivClassName
{
background-color: #CF8233;
}
.BgClassName
{
background-color: #CF8233;
}
</style>
border-color css
<style>
span { border-color: #CF8233; }
span { border-color: rgb(207,130,51); }
td.TdClassName
{
border-color: #CF8233;
}
.TagClassName
{
border-color: #CF8233;
}
</style>