Shades of Bronze #CE8031
Tints of Bronze #CE8031
RGB
CMYK
RGB Variations
Color information
#CE8031 (or 0xCE8031) is known color: Bronze. HEX triplet: CE, 80 and 31. RGB value is (206,128,49). Sum of RGB (Red+Green+Blue) = 206+128+49=383 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.79% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 49 (19.53% from 255 or 12.79% from 383); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8031 is #317FCE. Grayscale: #8E8E8E. Windows color (decimal): -3243983 or 3244238. OLE color: 3244238.
HSL color Cylindrical-coordinate representation of color #CE8031: hue angle of 30.19º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE8031 is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 128 | 49 | - |
| CMYK | 0 | 0.38 | 0.76 | 0.19 |
| HSL | 30.19º | 0.62% | 0.5% | - |
| HSV(B) | 30.19º | 0.76% | 0.81% | - |
| XYZ | 33.73 | 28.78 | 6.68 | - |
| YUV | 142.32 | 75.34 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 128 | 49 | 0 | 0.38 | 0.76 | 0.19 | 30.19 | 0.62 | 0.5 |
| Hex | CE | 80 | 31 | 0 | 26 | 4C | 13 | 1E | 3E | 32 |
| Octal | 316 | 200 | 61 | 0 | 46 | 114 | 23 | 36 | 76 | 62 |
| Binary | 11001110 | 10000000 | 110001 | 0 | 100110 | 1001100 | 10011 | 11110 | 111110 | 110010 |
Color Harmonies of #CE8031
Complementary color
Monochromatic Colors of #CE8031
Black with #CE8031
Text Example
Text Example
White with #CE8031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8031; }
p { color: rgb(206,128,49); }
H1.HeaderClassName
{
color: #CE8031;
}
.AnyTagClassName
{
color: #CE8031;
}
</style>
background-color css
<style>
a { background-color: #CE8031; }
a { background-color: rgb(206,128,49); }
div.DivClassName
{
background-color: #CE8031;
}
.BgClassName
{
background-color: #CE8031;
}
</style>
border-color css
<style>
span { border-color: #CE8031; }
span { border-color: rgb(206,128,49); }
td.TdClassName
{
border-color: #CE8031;
}
.TagClassName
{
border-color: #CE8031;
}
</style>