Shades of Bronze #CE7E2B
Tints of Bronze #CE7E2B
RGB
CMYK
RGB Variations
Color information
#CE7E2B (or 0xCE7E2B) is known color: Bronze. HEX triplet: CE, 7E and 2B. RGB value is (206,126,43). Sum of RGB (Red+Green+Blue) = 206+126+43=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 126 (49.61% from 255 or 33.6% from 375); Blue value is 43 (17.19% from 255 or 11.47% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7E2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7E2B is #3181D4. Grayscale: #8C8C8C. Windows color (decimal): -3244501 or 2850510. OLE color: 2850510.
HSL color Cylindrical-coordinate representation of color #CE7E2B: hue angle of 30.55º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE7E2B is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 126 | 43 | - |
| CMYK | 0 | 0.39 | 0.79 | 0.19 |
| HSL | 30.55º | 0.65% | 0.49% | - |
| HSV(B) | 30.55º | 0.79% | 0.81% | - |
| XYZ | 33.35 | 28.22 | 5.97 | - |
| YUV | 140.46 | 73 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 126 | 43 | 0 | 0.39 | 0.79 | 0.19 | 30.55 | 0.65 | 0.49 |
| Hex | CE | 7E | 2B | 0 | 27 | 4F | 13 | 1F | 41 | 31 |
| Octal | 316 | 176 | 53 | 0 | 47 | 117 | 23 | 37 | 101 | 61 |
| Binary | 11001110 | 1111110 | 101011 | 0 | 100111 | 1001111 | 10011 | 11111 | 1000001 | 110001 |
Color Harmonies of #CE7E2B
Complementary color
Monochromatic Colors of #CE7E2B
Black with #CE7E2B
Text Example
Text Example
White with #CE7E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7E2B; }
p { color: rgb(206,126,43); }
H1.HeaderClassName
{
color: #CE7E2B;
}
.AnyTagClassName
{
color: #CE7E2B;
}
</style>
background-color css
<style>
a { background-color: #CE7E2B; }
a { background-color: rgb(206,126,43); }
div.DivClassName
{
background-color: #CE7E2B;
}
.BgClassName
{
background-color: #CE7E2B;
}
</style>
border-color css
<style>
span { border-color: #CE7E2B; }
span { border-color: rgb(206,126,43); }
td.TdClassName
{
border-color: #CE7E2B;
}
.TagClassName
{
border-color: #CE7E2B;
}
</style>