Shades of Bronze #CF7830
Tints of Bronze #CF7830
RGB
CMYK
RGB Variations
Color information
#CF7830 (or 0xCF7830) is known color: Bronze. HEX triplet: CF, 78 and 30. RGB value is (207,120,48). Sum of RGB (Red+Green+Blue) = 207+120+48=375 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.2% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 48 (19.14% from 255 or 12.8% from 375); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7830 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7830 is #3087CF. Grayscale: #8A8A8A. Windows color (decimal): -3180496 or 3176655. OLE color: 3176655.
HSL color Cylindrical-coordinate representation of color #CF7830: hue angle of 27.17º 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 #CF7830 is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 120 | 48 | - |
| CMYK | 0 | 0.42 | 0.77 | 0.19 |
| HSL | 27.17º | 0.62% | 0.5% | - |
| HSV(B) | 27.17º | 0.77% | 0.81% | - |
| XYZ | 32.98 | 26.91 | 6.25 | - |
| YUV | 137.81 | 77.32 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 120 | 48 | 0 | 0.42 | 0.77 | 0.19 | 27.17 | 0.62 | 0.5 |
| Hex | CF | 78 | 30 | 0 | 2A | 4D | 13 | 1B | 3E | 32 |
| Octal | 317 | 170 | 60 | 0 | 52 | 115 | 23 | 33 | 76 | 62 |
| Binary | 11001111 | 1111000 | 110000 | 0 | 101010 | 1001101 | 10011 | 11011 | 111110 | 110010 |
Color Harmonies of #CF7830
Complementary color
Monochromatic Colors of #CF7830
Black with #CF7830
Text Example
Text Example
White with #CF7830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7830; }
p { color: rgb(207,120,48); }
H1.HeaderClassName
{
color: #CF7830;
}
.AnyTagClassName
{
color: #CF7830;
}
</style>
background-color css
<style>
a { background-color: #CF7830; }
a { background-color: rgb(207,120,48); }
div.DivClassName
{
background-color: #CF7830;
}
.BgClassName
{
background-color: #CF7830;
}
</style>
border-color css
<style>
span { border-color: #CF7830; }
span { border-color: rgb(207,120,48); }
td.TdClassName
{
border-color: #CF7830;
}
.TagClassName
{
border-color: #CF7830;
}
</style>