Shades of Bronze #C87E31
Tints of Bronze #C87E31
RGB
CMYK
RGB Variations
Color information
#C87E31 (or 0xC87E31) is known color: Bronze. HEX triplet: C8, 7E and 31. RGB value is (200,126,49). Sum of RGB (Red+Green+Blue) = 200+126+49=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 126 (49.61% from 255 or 33.6% from 375); Blue value is 49 (19.53% from 255 or 13.07% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C87E31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87E31 is #3781CE. Grayscale: #8B8B8B. Windows color (decimal): -3637711 or 3243720. OLE color: 3243720.
HSL color Cylindrical-coordinate representation of color #C87E31: hue angle of 30.6º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C87E31 is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 126 | 49 | - |
| CMYK | 0 | 0.37 | 0.76 | 0.22 |
| HSL | 30.6º | 0.61% | 0.49% | - |
| HSV(B) | 30.6º | 0.76% | 0.78% | - |
| XYZ | 31.83 | 27.42 | 6.52 | - |
| YUV | 139.35 | 77.02 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 126 | 49 | 0 | 0.37 | 0.76 | 0.22 | 30.6 | 0.61 | 0.49 |
| Hex | C8 | 7E | 31 | 0 | 25 | 4C | 16 | 1F | 3D | 31 |
| Octal | 310 | 176 | 61 | 0 | 45 | 114 | 26 | 37 | 75 | 61 |
| Binary | 11001000 | 1111110 | 110001 | 0 | 100101 | 1001100 | 10110 | 11111 | 111101 | 110001 |
Color Harmonies of #C87E31
Complementary color
Monochromatic Colors of #C87E31
Black with #C87E31
Text Example
Text Example
White with #C87E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87E31; }
p { color: rgb(200,126,49); }
H1.HeaderClassName
{
color: #C87E31;
}
.AnyTagClassName
{
color: #C87E31;
}
</style>
background-color css
<style>
a { background-color: #C87E31; }
a { background-color: rgb(200,126,49); }
div.DivClassName
{
background-color: #C87E31;
}
.BgClassName
{
background-color: #C87E31;
}
</style>
border-color css
<style>
span { border-color: #C87E31; }
span { border-color: rgb(200,126,49); }
td.TdClassName
{
border-color: #C87E31;
}
.TagClassName
{
border-color: #C87E31;
}
</style>