Shades of Bronze #CF7832
Tints of Bronze #CF7832
RGB
CMYK
RGB Variations
Color information
#CF7832 (or 0xCF7832) is known color: Bronze. HEX triplet: CF, 78 and 32. RGB value is (207,120,50). Sum of RGB (Red+Green+Blue) = 207+120+50=377 (49% of max value = 765). Red value is 207 (81.25% from 255 or 54.91% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 50 (19.92% from 255 or 13.26% from 377); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7832 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7832 is #3087CD. Grayscale: #8A8A8A. Windows color (decimal): -3180494 or 3307727. OLE color: 3307727.
HSL color Cylindrical-coordinate representation of color #CF7832: hue angle of 26.75º 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 #CF7832 is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 120 | 50 | - |
| CMYK | 0 | 0.42 | 0.76 | 0.19 |
| HSL | 26.75º | 0.62% | 0.5% | - |
| HSV(B) | 26.75º | 0.76% | 0.81% | - |
| XYZ | 33.02 | 26.93 | 6.47 | - |
| YUV | 138.03 | 78.32 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 120 | 50 | 0 | 0.42 | 0.76 | 0.19 | 26.75 | 0.62 | 0.5 |
| Hex | CF | 78 | 32 | 0 | 2A | 4C | 13 | 1B | 3E | 32 |
| Octal | 317 | 170 | 62 | 0 | 52 | 114 | 23 | 33 | 76 | 62 |
| Binary | 11001111 | 1111000 | 110010 | 0 | 101010 | 1001100 | 10011 | 11011 | 111110 | 110010 |
Color Harmonies of #CF7832
Complementary color
Monochromatic Colors of #CF7832
Black with #CF7832
Text Example
Text Example
White with #CF7832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7832; }
p { color: rgb(207,120,50); }
H1.HeaderClassName
{
color: #CF7832;
}
.AnyTagClassName
{
color: #CF7832;
}
</style>
background-color css
<style>
a { background-color: #CF7832; }
a { background-color: rgb(207,120,50); }
div.DivClassName
{
background-color: #CF7832;
}
.BgClassName
{
background-color: #CF7832;
}
</style>
border-color css
<style>
span { border-color: #CF7832; }
span { border-color: rgb(207,120,50); }
td.TdClassName
{
border-color: #CF7832;
}
.TagClassName
{
border-color: #CF7832;
}
</style>