Shades of Bronze #C97E2E
Tints of Bronze #C97E2E
RGB
CMYK
RGB Variations
Color information
#C97E2E (or 0xC97E2E) is known color: Bronze. HEX triplet: C9, 7E and 2E. RGB value is (201,126,46). Sum of RGB (Red+Green+Blue) = 201+126+46=373 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.89% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 46 (18.36% from 255 or 12.33% from 373); Max value from RGB is 201 - color contains mainly: red. Hex color #C97E2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97E2E is #3681D1. Grayscale: #8B8B8B. Windows color (decimal): -3572178 or 3047113. OLE color: 3047113.
HSL color Cylindrical-coordinate representation of color #C97E2E: hue angle of 30.97º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C97E2E is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 126 | 46 | - |
| CMYK | 0 | 0.37 | 0.77 | 0.21 |
| HSL | 30.97º | 0.63% | 0.48% | - |
| HSV(B) | 30.97º | 0.77% | 0.79% | - |
| XYZ | 32.04 | 27.54 | 6.21 | - |
| YUV | 139.31 | 75.35 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 126 | 46 | 0 | 0.37 | 0.77 | 0.21 | 30.97 | 0.63 | 0.48 |
| Hex | C9 | 7E | 2E | 0 | 25 | 4D | 15 | 1F | 3F | 30 |
| Octal | 311 | 176 | 56 | 0 | 45 | 115 | 25 | 37 | 77 | 60 |
| Binary | 11001001 | 1111110 | 101110 | 0 | 100101 | 1001101 | 10101 | 11111 | 111111 | 110000 |
Color Harmonies of #C97E2E
Complementary color
Monochromatic Colors of #C97E2E
Black with #C97E2E
Text Example
Text Example
White with #C97E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97E2E; }
p { color: rgb(201,126,46); }
H1.HeaderClassName
{
color: #C97E2E;
}
.AnyTagClassName
{
color: #C97E2E;
}
</style>
background-color css
<style>
a { background-color: #C97E2E; }
a { background-color: rgb(201,126,46); }
div.DivClassName
{
background-color: #C97E2E;
}
.BgClassName
{
background-color: #C97E2E;
}
</style>
border-color css
<style>
span { border-color: #C97E2E; }
span { border-color: rgb(201,126,46); }
td.TdClassName
{
border-color: #C97E2E;
}
.TagClassName
{
border-color: #C97E2E;
}
</style>