Shades of Bronze #C57A2E
Tints of Bronze #C57A2E
RGB
CMYK
RGB Variations
Color information
#C57A2E (or 0xC57A2E) is known color: Bronze. HEX triplet: C5, 7A and 2E. RGB value is (197,122,46). Sum of RGB (Red+Green+Blue) = 197+122+46=365 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.97% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 46 (18.36% from 255 or 12.60% from 365); Max value from RGB is 197 - color contains mainly: red. Hex color #C57A2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57A2E is #3A85D1. Grayscale: #888888. Windows color (decimal): -3835346 or 3046085. OLE color: 3046085.
HSL color Cylindrical-coordinate representation of color #C57A2E: hue angle of 30.2º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C57A2E is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 122 | 46 | - |
| CMYK | 0 | 0.38 | 0.77 | 0.23 |
| HSL | 30.2º | 0.62% | 0.48% | - |
| HSV(B) | 30.2º | 0.77% | 0.77% | - |
| XYZ | 30.48 | 25.99 | 5.99 | - |
| YUV | 135.76 | 77.35 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 122 | 46 | 0 | 0.38 | 0.77 | 0.23 | 30.2 | 0.62 | 0.48 |
| Hex | C5 | 7A | 2E | 0 | 26 | 4D | 17 | 1E | 3E | 30 |
| Octal | 305 | 172 | 56 | 0 | 46 | 115 | 27 | 36 | 76 | 60 |
| Binary | 11000101 | 1111010 | 101110 | 0 | 100110 | 1001101 | 10111 | 11110 | 111110 | 110000 |
Color Harmonies of #C57A2E
Complementary color
Monochromatic Colors of #C57A2E
Black with #C57A2E
Text Example
Text Example
White with #C57A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57A2E; }
p { color: rgb(197,122,46); }
H1.HeaderClassName
{
color: #C57A2E;
}
.AnyTagClassName
{
color: #C57A2E;
}
</style>
background-color css
<style>
a { background-color: #C57A2E; }
a { background-color: rgb(197,122,46); }
div.DivClassName
{
background-color: #C57A2E;
}
.BgClassName
{
background-color: #C57A2E;
}
</style>
border-color css
<style>
span { border-color: #C57A2E; }
span { border-color: rgb(197,122,46); }
td.TdClassName
{
border-color: #C57A2E;
}
.TagClassName
{
border-color: #C57A2E;
}
</style>