Shades of Bronze #CF7930
Tints of Bronze #CF7930
RGB
CMYK
RGB Variations
Color information
#CF7930 (or 0xCF7930) is known color: Bronze. HEX triplet: CF, 79 and 30. RGB value is (207,121,48). Sum of RGB (Red+Green+Blue) = 207+121+48=376 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.05% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 48 (19.14% from 255 or 12.77% from 376); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7930 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7930 is #3086CF. Grayscale: #8A8A8A. Windows color (decimal): -3180240 or 3176911. OLE color: 3176911.
HSL color Cylindrical-coordinate representation of color #CF7930: hue angle of 27.55º 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 #CF7930 is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 121 | 48 | - |
| CMYK | 0 | 0.42 | 0.77 | 0.19 |
| HSL | 27.55º | 0.62% | 0.5% | - |
| HSV(B) | 27.55º | 0.77% | 0.81% | - |
| XYZ | 33.1 | 27.15 | 6.29 | - |
| YUV | 138.39 | 76.99 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 121 | 48 | 0 | 0.42 | 0.77 | 0.19 | 27.55 | 0.62 | 0.5 |
| Hex | CF | 79 | 30 | 0 | 2A | 4D | 13 | 1C | 3E | 32 |
| Octal | 317 | 171 | 60 | 0 | 52 | 115 | 23 | 34 | 76 | 62 |
| Binary | 11001111 | 1111001 | 110000 | 0 | 101010 | 1001101 | 10011 | 11100 | 111110 | 110010 |
Color Harmonies of #CF7930
Complementary color
Monochromatic Colors of #CF7930
Black with #CF7930
Text Example
Text Example
White with #CF7930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7930; }
p { color: rgb(207,121,48); }
H1.HeaderClassName
{
color: #CF7930;
}
.AnyTagClassName
{
color: #CF7930;
}
</style>
background-color css
<style>
a { background-color: #CF7930; }
a { background-color: rgb(207,121,48); }
div.DivClassName
{
background-color: #CF7930;
}
.BgClassName
{
background-color: #CF7930;
}
</style>
border-color css
<style>
span { border-color: #CF7930; }
span { border-color: rgb(207,121,48); }
td.TdClassName
{
border-color: #CF7930;
}
.TagClassName
{
border-color: #CF7930;
}
</style>