Shades of Bronze #CF7C31
Tints of Bronze #CF7C31
RGB
CMYK
RGB Variations
Color information
#CF7C31 (or 0xCF7C31) is known color: Bronze. HEX triplet: CF, 7C and 31. RGB value is (207,124,49). Sum of RGB (Red+Green+Blue) = 207+124+49=380 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.47% from 380); Green value is 124 (48.83% from 255 or 32.63% from 380); Blue value is 49 (19.53% from 255 or 12.89% from 380); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7C31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7C31 is #3083CE. Grayscale: #8C8C8C. Windows color (decimal): -3179471 or 3243215. OLE color: 3243215.
HSL color Cylindrical-coordinate representation of color #CF7C31: hue angle of 28.48º 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 #CF7C31 is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 124 | 49 | - |
| CMYK | 0 | 0.40 | 0.76 | 0.19 |
| HSL | 28.48º | 0.62% | 0.5% | - |
| HSV(B) | 28.48º | 0.76% | 0.81% | - |
| XYZ | 33.49 | 27.9 | 6.53 | - |
| YUV | 140.27 | 76.5 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 124 | 49 | 0 | 0.40 | 0.76 | 0.19 | 28.48 | 0.62 | 0.5 |
| Hex | CF | 7C | 31 | 0 | 28 | 4C | 13 | 1C | 3E | 32 |
| Octal | 317 | 174 | 61 | 0 | 50 | 114 | 23 | 34 | 76 | 62 |
| Binary | 11001111 | 1111100 | 110001 | 0 | 101000 | 1001100 | 10011 | 11100 | 111110 | 110010 |
Color Harmonies of #CF7C31
Complementary color
Monochromatic Colors of #CF7C31
Black with #CF7C31
Text Example
Text Example
White with #CF7C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7C31; }
p { color: rgb(207,124,49); }
H1.HeaderClassName
{
color: #CF7C31;
}
.AnyTagClassName
{
color: #CF7C31;
}
</style>
background-color css
<style>
a { background-color: #CF7C31; }
a { background-color: rgb(207,124,49); }
div.DivClassName
{
background-color: #CF7C31;
}
.BgClassName
{
background-color: #CF7C31;
}
</style>
border-color css
<style>
span { border-color: #CF7C31; }
span { border-color: rgb(207,124,49); }
td.TdClassName
{
border-color: #CF7C31;
}
.TagClassName
{
border-color: #CF7C31;
}
</style>