Shades of Bronze #CE7E2E
Tints of Bronze #CE7E2E
RGB
CMYK
RGB Variations
Color information
#CE7E2E (or 0xCE7E2E) is known color: Bronze. HEX triplet: CE, 7E and 2E. RGB value is (206,126,46). Sum of RGB (Red+Green+Blue) = 206+126+46=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 126 (49.61% from 255 or 33.33% from 378); Blue value is 46 (18.36% from 255 or 12.17% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7E2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7E2E is #3181D1. Grayscale: #8D8D8D. Windows color (decimal): -3244498 or 3047118. OLE color: 3047118.
HSL color Cylindrical-coordinate representation of color #CE7E2E: hue angle of 30º 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 #CE7E2E is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 126 | 46 | - |
| CMYK | 0 | 0.39 | 0.78 | 0.19 |
| HSL | 30º | 0.63% | 0.49% | - |
| HSV(B) | 30º | 0.78% | 0.81% | - |
| XYZ | 33.41 | 28.24 | 6.28 | - |
| YUV | 140.8 | 74.5 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 126 | 46 | 0 | 0.39 | 0.78 | 0.19 | 30 | 0.63 | 0.49 |
| Hex | CE | 7E | 2E | 0 | 27 | 4E | 13 | 1E | 3F | 31 |
| Octal | 316 | 176 | 56 | 0 | 47 | 116 | 23 | 36 | 77 | 61 |
| Binary | 11001110 | 1111110 | 101110 | 0 | 100111 | 1001110 | 10011 | 11110 | 111111 | 110001 |
Color Harmonies of #CE7E2E
Complementary color
Monochromatic Colors of #CE7E2E
Black with #CE7E2E
Text Example
Text Example
White with #CE7E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7E2E; }
p { color: rgb(206,126,46); }
H1.HeaderClassName
{
color: #CE7E2E;
}
.AnyTagClassName
{
color: #CE7E2E;
}
</style>
background-color css
<style>
a { background-color: #CE7E2E; }
a { background-color: rgb(206,126,46); }
div.DivClassName
{
background-color: #CE7E2E;
}
.BgClassName
{
background-color: #CE7E2E;
}
</style>
border-color css
<style>
span { border-color: #CE7E2E; }
span { border-color: rgb(206,126,46); }
td.TdClassName
{
border-color: #CE7E2E;
}
.TagClassName
{
border-color: #CE7E2E;
}
</style>