Shades of Bronze #CE8035
Tints of Bronze #CE8035
RGB
CMYK
RGB Variations
Color information
#CE8035 (or 0xCE8035) is known color: Bronze. HEX triplet: CE, 80 and 35. RGB value is (206,128,53). Sum of RGB (Red+Green+Blue) = 206+128+53=387 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.23% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 53 (21.09% from 255 or 13.70% from 387); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8035 is #317FCA. Grayscale: #8F8F8F. Windows color (decimal): -3243979 or 3506382. OLE color: 3506382.
HSL color Cylindrical-coordinate representation of color #CE8035: hue angle of 29.41º 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 #CE8035 is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 128 | 53 | - |
| CMYK | 0 | 0.38 | 0.74 | 0.19 |
| HSL | 29.41º | 0.61% | 0.51% | - |
| HSV(B) | 29.41º | 0.74% | 0.81% | - |
| XYZ | 33.82 | 28.82 | 7.15 | - |
| YUV | 142.77 | 77.34 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 128 | 53 | 0 | 0.38 | 0.74 | 0.19 | 29.41 | 0.61 | 0.51 |
| Hex | CE | 80 | 35 | 0 | 26 | 4A | 13 | 1D | 3D | 33 |
| Octal | 316 | 200 | 65 | 0 | 46 | 112 | 23 | 35 | 75 | 63 |
| Binary | 11001110 | 10000000 | 110101 | 0 | 100110 | 1001010 | 10011 | 11101 | 111101 | 110011 |
Color Harmonies of #CE8035
Complementary color
Monochromatic Colors of #CE8035
Black with #CE8035
Text Example
Text Example
White with #CE8035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8035; }
p { color: rgb(206,128,53); }
H1.HeaderClassName
{
color: #CE8035;
}
.AnyTagClassName
{
color: #CE8035;
}
</style>
background-color css
<style>
a { background-color: #CE8035; }
a { background-color: rgb(206,128,53); }
div.DivClassName
{
background-color: #CE8035;
}
.BgClassName
{
background-color: #CE8035;
}
</style>
border-color css
<style>
span { border-color: #CE8035; }
span { border-color: rgb(206,128,53); }
td.TdClassName
{
border-color: #CE8035;
}
.TagClassName
{
border-color: #CE8035;
}
</style>