Shades of Bronze #CE7C37
Tints of Bronze #CE7C37
RGB
CMYK
RGB Variations
Color information
#CE7C37 (or 0xCE7C37) is known color: Bronze. HEX triplet: CE, 7C and 37. RGB value is (206,124,55). Sum of RGB (Red+Green+Blue) = 206+124+55=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 55 (21.88% from 255 or 14.29% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7C37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7C37 is #3183C8. Grayscale: #8D8D8D. Windows color (decimal): -3245001 or 3636430. OLE color: 3636430.
HSL color Cylindrical-coordinate representation of color #CE7C37: hue angle of 27.42º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE7C37 is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 124 | 55 | - |
| CMYK | 0 | 0.40 | 0.73 | 0.19 |
| HSL | 27.42º | 0.61% | 0.51% | - |
| HSV(B) | 27.42º | 0.73% | 0.81% | - |
| XYZ | 33.35 | 27.81 | 7.23 | - |
| YUV | 140.65 | 79.67 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 124 | 55 | 0 | 0.40 | 0.73 | 0.19 | 27.42 | 0.61 | 0.51 |
| Hex | CE | 7C | 37 | 0 | 28 | 49 | 13 | 1B | 3D | 33 |
| Octal | 316 | 174 | 67 | 0 | 50 | 111 | 23 | 33 | 75 | 63 |
| Binary | 11001110 | 1111100 | 110111 | 0 | 101000 | 1001001 | 10011 | 11011 | 111101 | 110011 |
Color Harmonies of #CE7C37
Complementary color
Monochromatic Colors of #CE7C37
Black with #CE7C37
Text Example
Text Example
White with #CE7C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7C37; }
p { color: rgb(206,124,55); }
H1.HeaderClassName
{
color: #CE7C37;
}
.AnyTagClassName
{
color: #CE7C37;
}
</style>
background-color css
<style>
a { background-color: #CE7C37; }
a { background-color: rgb(206,124,55); }
div.DivClassName
{
background-color: #CE7C37;
}
.BgClassName
{
background-color: #CE7C37;
}
</style>
border-color css
<style>
span { border-color: #CE7C37; }
span { border-color: rgb(206,124,55); }
td.TdClassName
{
border-color: #CE7C37;
}
.TagClassName
{
border-color: #CE7C37;
}
</style>