Shades of Bronze #CE7A2D
Tints of Bronze #CE7A2D
RGB
CMYK
RGB Variations
Color information
#CE7A2D (or 0xCE7A2D) is known color: Bronze. HEX triplet: CE, 7A and 2D. RGB value is (206,122,45). Sum of RGB (Red+Green+Blue) = 206+122+45=373 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.23% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 45 (17.97% from 255 or 12.06% from 373); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7A2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7A2D is #3185D2. Grayscale: #8A8A8A. Windows color (decimal): -3245523 or 2980558. OLE color: 2980558.
HSL color Cylindrical-coordinate representation of color #CE7A2D: hue angle of 28.7º degrees, saturation: 0.64, 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 #CE7A2D is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 122 | 45 | - |
| CMYK | 0 | 0.41 | 0.78 | 0.19 |
| HSL | 28.7º | 0.64% | 0.49% | - |
| HSV(B) | 28.7º | 0.78% | 0.81% | - |
| XYZ | 32.89 | 27.23 | 6.01 | - |
| YUV | 138.34 | 75.33 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 122 | 45 | 0 | 0.41 | 0.78 | 0.19 | 28.7 | 0.64 | 0.49 |
| Hex | CE | 7A | 2D | 0 | 29 | 4E | 13 | 1D | 40 | 31 |
| Octal | 316 | 172 | 55 | 0 | 51 | 116 | 23 | 35 | 100 | 61 |
| Binary | 11001110 | 1111010 | 101101 | 0 | 101001 | 1001110 | 10011 | 11101 | 1000000 | 110001 |
Color Harmonies of #CE7A2D
Complementary color
Monochromatic Colors of #CE7A2D
Black with #CE7A2D
Text Example
Text Example
White with #CE7A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7A2D; }
p { color: rgb(206,122,45); }
H1.HeaderClassName
{
color: #CE7A2D;
}
.AnyTagClassName
{
color: #CE7A2D;
}
</style>
background-color css
<style>
a { background-color: #CE7A2D; }
a { background-color: rgb(206,122,45); }
div.DivClassName
{
background-color: #CE7A2D;
}
.BgClassName
{
background-color: #CE7A2D;
}
</style>
border-color css
<style>
span { border-color: #CE7A2D; }
span { border-color: rgb(206,122,45); }
td.TdClassName
{
border-color: #CE7A2D;
}
.TagClassName
{
border-color: #CE7A2D;
}
</style>