Shades of Bronze #CE8133
Tints of Bronze #CE8133
RGB
CMYK
RGB Variations
Color information
#CE8133 (or 0xCE8133) is known color: Bronze. HEX triplet: CE, 81 and 33. RGB value is (206,129,51). Sum of RGB (Red+Green+Blue) = 206+129+51=386 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.37% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 51 (20.31% from 255 or 13.21% from 386); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8133 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8133 is #317ECC. Grayscale: #8F8F8F. Windows color (decimal): -3243725 or 3375566. OLE color: 3375566.
HSL color Cylindrical-coordinate representation of color #CE8133: hue angle of 30.19º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE8133 is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 129 | 51 | - |
| CMYK | 0 | 0.37 | 0.75 | 0.19 |
| HSL | 30.19º | 0.61% | 0.5% | - |
| HSV(B) | 30.19º | 0.75% | 0.81% | - |
| XYZ | 33.9 | 29.06 | 6.95 | - |
| YUV | 143.13 | 76.01 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 129 | 51 | 0 | 0.37 | 0.75 | 0.19 | 30.19 | 0.61 | 0.5 |
| Hex | CE | 81 | 33 | 0 | 25 | 4B | 13 | 1E | 3D | 32 |
| Octal | 316 | 201 | 63 | 0 | 45 | 113 | 23 | 36 | 75 | 62 |
| Binary | 11001110 | 10000001 | 110011 | 0 | 100101 | 1001011 | 10011 | 11110 | 111101 | 110010 |
Color Harmonies of #CE8133
Complementary color
Monochromatic Colors of #CE8133
Black with #CE8133
Text Example
Text Example
White with #CE8133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8133; }
p { color: rgb(206,129,51); }
H1.HeaderClassName
{
color: #CE8133;
}
.AnyTagClassName
{
color: #CE8133;
}
</style>
background-color css
<style>
a { background-color: #CE8133; }
a { background-color: rgb(206,129,51); }
div.DivClassName
{
background-color: #CE8133;
}
.BgClassName
{
background-color: #CE8133;
}
</style>
border-color css
<style>
span { border-color: #CE8133; }
span { border-color: rgb(206,129,51); }
td.TdClassName
{
border-color: #CE8133;
}
.TagClassName
{
border-color: #CE8133;
}
</style>