Shades of Bronze #CE7E2F
Tints of Bronze #CE7E2F
RGB
CMYK
RGB Variations
Color information
#CE7E2F (or 0xCE7E2F) is known color: Bronze. HEX triplet: CE, 7E and 2F. RGB value is (206,126,47). Sum of RGB (Red+Green+Blue) = 206+126+47=379 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.35% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 47 (18.75% from 255 or 12.40% from 379); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7E2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7E2F is #3181D0. Grayscale: #8D8D8D. Windows color (decimal): -3244497 or 3112654. OLE color: 3112654.
HSL color Cylindrical-coordinate representation of color #CE7E2F: hue angle of 29.81º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE7E2F is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 126 | 47 | - |
| CMYK | 0 | 0.39 | 0.77 | 0.19 |
| HSL | 29.81º | 0.63% | 0.5% | - |
| HSV(B) | 29.81º | 0.77% | 0.81% | - |
| XYZ | 33.43 | 28.25 | 6.38 | - |
| YUV | 140.91 | 75 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 126 | 47 | 0 | 0.39 | 0.77 | 0.19 | 29.81 | 0.63 | 0.5 |
| Hex | CE | 7E | 2F | 0 | 27 | 4D | 13 | 1E | 3F | 32 |
| Octal | 316 | 176 | 57 | 0 | 47 | 115 | 23 | 36 | 77 | 62 |
| Binary | 11001110 | 1111110 | 101111 | 0 | 100111 | 1001101 | 10011 | 11110 | 111111 | 110010 |
Color Harmonies of #CE7E2F
Complementary color
Monochromatic Colors of #CE7E2F
Black with #CE7E2F
Text Example
Text Example
White with #CE7E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7E2F; }
p { color: rgb(206,126,47); }
H1.HeaderClassName
{
color: #CE7E2F;
}
.AnyTagClassName
{
color: #CE7E2F;
}
</style>
background-color css
<style>
a { background-color: #CE7E2F; }
a { background-color: rgb(206,126,47); }
div.DivClassName
{
background-color: #CE7E2F;
}
.BgClassName
{
background-color: #CE7E2F;
}
</style>
border-color css
<style>
span { border-color: #CE7E2F; }
span { border-color: rgb(206,126,47); }
td.TdClassName
{
border-color: #CE7E2F;
}
.TagClassName
{
border-color: #CE7E2F;
}
</style>