Shades of Bronze #CE7B2E
Tints of Bronze #CE7B2E
RGB
CMYK
RGB Variations
Color information
#CE7B2E (or 0xCE7B2E) is known color: Bronze. HEX triplet: CE, 7B and 2E. RGB value is (206,123,46). Sum of RGB (Red+Green+Blue) = 206+123+46=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 46 (18.36% from 255 or 12.27% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7B2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7B2E is #3184D1. Grayscale: #8B8B8B. Windows color (decimal): -3245266 or 3046350. OLE color: 3046350.
HSL color Cylindrical-coordinate representation of color #CE7B2E: hue angle of 28.88º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE7B2E is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 123 | 46 | - |
| CMYK | 0 | 0.40 | 0.78 | 0.19 |
| HSL | 28.88º | 0.63% | 0.49% | - |
| HSV(B) | 28.88º | 0.78% | 0.81% | - |
| XYZ | 33.03 | 27.48 | 6.15 | - |
| YUV | 139.04 | 75.5 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 123 | 46 | 0 | 0.40 | 0.78 | 0.19 | 28.88 | 0.63 | 0.49 |
| Hex | CE | 7B | 2E | 0 | 28 | 4E | 13 | 1D | 3F | 31 |
| Octal | 316 | 173 | 56 | 0 | 50 | 116 | 23 | 35 | 77 | 61 |
| Binary | 11001110 | 1111011 | 101110 | 0 | 101000 | 1001110 | 10011 | 11101 | 111111 | 110001 |
Color Harmonies of #CE7B2E
Complementary color
Monochromatic Colors of #CE7B2E
Black with #CE7B2E
Text Example
Text Example
White with #CE7B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7B2E; }
p { color: rgb(206,123,46); }
H1.HeaderClassName
{
color: #CE7B2E;
}
.AnyTagClassName
{
color: #CE7B2E;
}
</style>
background-color css
<style>
a { background-color: #CE7B2E; }
a { background-color: rgb(206,123,46); }
div.DivClassName
{
background-color: #CE7B2E;
}
.BgClassName
{
background-color: #CE7B2E;
}
</style>
border-color css
<style>
span { border-color: #CE7B2E; }
span { border-color: rgb(206,123,46); }
td.TdClassName
{
border-color: #CE7B2E;
}
.TagClassName
{
border-color: #CE7B2E;
}
</style>