Shades of Bronze #CE7936
Tints of Bronze #CE7936
RGB
CMYK
RGB Variations
Color information
#CE7936 (or 0xCE7936) is known color: Bronze. HEX triplet: CE, 79 and 36. RGB value is (206,121,54). Sum of RGB (Red+Green+Blue) = 206+121+54=381 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.07% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 54 (21.48% from 255 or 14.17% from 381); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7936 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7936 is #3186C9. Grayscale: #8B8B8B. Windows color (decimal): -3245770 or 3570126. OLE color: 3570126.
HSL color Cylindrical-coordinate representation of color #CE7936: hue angle of 26.45º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE7936 is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 121 | 54 | - |
| CMYK | 0 | 0.41 | 0.74 | 0.19 |
| HSL | 26.45º | 0.61% | 0.51% | - |
| HSV(B) | 26.45º | 0.74% | 0.81% | - |
| XYZ | 32.96 | 27.06 | 6.98 | - |
| YUV | 138.78 | 80.16 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 121 | 54 | 0 | 0.41 | 0.74 | 0.19 | 26.45 | 0.61 | 0.51 |
| Hex | CE | 79 | 36 | 0 | 29 | 4A | 13 | 1A | 3D | 33 |
| Octal | 316 | 171 | 66 | 0 | 51 | 112 | 23 | 32 | 75 | 63 |
| Binary | 11001110 | 1111001 | 110110 | 0 | 101001 | 1001010 | 10011 | 11010 | 111101 | 110011 |
Color Harmonies of #CE7936
Complementary color
Monochromatic Colors of #CE7936
Black with #CE7936
Text Example
Text Example
White with #CE7936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7936; }
p { color: rgb(206,121,54); }
H1.HeaderClassName
{
color: #CE7936;
}
.AnyTagClassName
{
color: #CE7936;
}
</style>
background-color css
<style>
a { background-color: #CE7936; }
a { background-color: rgb(206,121,54); }
div.DivClassName
{
background-color: #CE7936;
}
.BgClassName
{
background-color: #CE7936;
}
</style>
border-color css
<style>
span { border-color: #CE7936; }
span { border-color: rgb(206,121,54); }
td.TdClassName
{
border-color: #CE7936;
}
.TagClassName
{
border-color: #CE7936;
}
</style>