Shades of Bronze #CE8036
Tints of Bronze #CE8036
RGB
CMYK
RGB Variations
Color information
#CE8036 (or 0xCE8036) is known color: Bronze. HEX triplet: CE, 80 and 36. RGB value is (206,128,54). Sum of RGB (Red+Green+Blue) = 206+128+54=388 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.09% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 54 (21.48% from 255 or 13.92% from 388); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8036 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8036 is #317FC9. Grayscale: #8F8F8F. Windows color (decimal): -3243978 or 3571918. OLE color: 3571918.
HSL color Cylindrical-coordinate representation of color #CE8036: hue angle of 29.21º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE8036 is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 128 | 54 | - |
| CMYK | 0 | 0.38 | 0.74 | 0.19 |
| HSL | 29.21º | 0.61% | 0.51% | - |
| HSV(B) | 29.21º | 0.74% | 0.81% | - |
| XYZ | 33.84 | 28.83 | 7.27 | - |
| YUV | 142.89 | 77.84 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 128 | 54 | 0 | 0.38 | 0.74 | 0.19 | 29.21 | 0.61 | 0.51 |
| Hex | CE | 80 | 36 | 0 | 26 | 4A | 13 | 1D | 3D | 33 |
| Octal | 316 | 200 | 66 | 0 | 46 | 112 | 23 | 35 | 75 | 63 |
| Binary | 11001110 | 10000000 | 110110 | 0 | 100110 | 1001010 | 10011 | 11101 | 111101 | 110011 |
Color Harmonies of #CE8036
Complementary color
Monochromatic Colors of #CE8036
Black with #CE8036
Text Example
Text Example
White with #CE8036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8036; }
p { color: rgb(206,128,54); }
H1.HeaderClassName
{
color: #CE8036;
}
.AnyTagClassName
{
color: #CE8036;
}
</style>
background-color css
<style>
a { background-color: #CE8036; }
a { background-color: rgb(206,128,54); }
div.DivClassName
{
background-color: #CE8036;
}
.BgClassName
{
background-color: #CE8036;
}
</style>
border-color css
<style>
span { border-color: #CE8036; }
span { border-color: rgb(206,128,54); }
td.TdClassName
{
border-color: #CE8036;
}
.TagClassName
{
border-color: #CE8036;
}
</style>