Shades of Bronze #CE7A2B
Tints of Bronze #CE7A2B
RGB
CMYK
RGB Variations
Color information
#CE7A2B (or 0xCE7A2B) is known color: Bronze. HEX triplet: CE, 7A and 2B. RGB value is (206,122,43). Sum of RGB (Red+Green+Blue) = 206+122+43=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 122 (48.05% from 255 or 32.88% from 371); Blue value is 43 (17.19% from 255 or 11.59% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7A2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7A2B is #3185D4. Grayscale: #8A8A8A. Windows color (decimal): -3245525 or 2849486. OLE color: 2849486.
HSL color Cylindrical-coordinate representation of color #CE7A2B: hue angle of 29.08º 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 #CE7A2B is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 122 | 43 | - |
| CMYK | 0 | 0.41 | 0.79 | 0.19 |
| HSL | 29.08º | 0.65% | 0.49% | - |
| HSV(B) | 29.08º | 0.79% | 0.81% | - |
| XYZ | 32.85 | 27.22 | 5.81 | - |
| YUV | 138.11 | 74.33 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 122 | 43 | 0 | 0.41 | 0.79 | 0.19 | 29.08 | 0.65 | 0.49 |
| Hex | CE | 7A | 2B | 0 | 29 | 4F | 13 | 1D | 41 | 31 |
| Octal | 316 | 172 | 53 | 0 | 51 | 117 | 23 | 35 | 101 | 61 |
| Binary | 11001110 | 1111010 | 101011 | 0 | 101001 | 1001111 | 10011 | 11101 | 1000001 | 110001 |
Color Harmonies of #CE7A2B
Complementary color
Monochromatic Colors of #CE7A2B
Black with #CE7A2B
Text Example
Text Example
White with #CE7A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7A2B; }
p { color: rgb(206,122,43); }
H1.HeaderClassName
{
color: #CE7A2B;
}
.AnyTagClassName
{
color: #CE7A2B;
}
</style>
background-color css
<style>
a { background-color: #CE7A2B; }
a { background-color: rgb(206,122,43); }
div.DivClassName
{
background-color: #CE7A2B;
}
.BgClassName
{
background-color: #CE7A2B;
}
</style>
border-color css
<style>
span { border-color: #CE7A2B; }
span { border-color: rgb(206,122,43); }
td.TdClassName
{
border-color: #CE7A2B;
}
.TagClassName
{
border-color: #CE7A2B;
}
</style>