Shades of Bronze #CE7C31
Tints of Bronze #CE7C31
RGB
CMYK
RGB Variations
Color information
#CE7C31 (or 0xCE7C31) is known color: Bronze. HEX triplet: CE, 7C and 31. RGB value is (206,124,49). Sum of RGB (Red+Green+Blue) = 206+124+49=379 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.35% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 49 (19.53% from 255 or 12.93% from 379); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7C31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7C31 is #3183CE. Grayscale: #8C8C8C. Windows color (decimal): -3245007 or 3243214. OLE color: 3243214.
HSL color Cylindrical-coordinate representation of color #CE7C31: hue angle of 28.66º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE7C31 is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 124 | 49 | - |
| CMYK | 0 | 0.40 | 0.76 | 0.19 |
| HSL | 28.66º | 0.62% | 0.5% | - |
| HSV(B) | 28.66º | 0.76% | 0.81% | - |
| XYZ | 33.22 | 27.76 | 6.51 | - |
| YUV | 139.97 | 76.67 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 124 | 49 | 0 | 0.40 | 0.76 | 0.19 | 28.66 | 0.62 | 0.5 |
| Hex | CE | 7C | 31 | 0 | 28 | 4C | 13 | 1D | 3E | 32 |
| Octal | 316 | 174 | 61 | 0 | 50 | 114 | 23 | 35 | 76 | 62 |
| Binary | 11001110 | 1111100 | 110001 | 0 | 101000 | 1001100 | 10011 | 11101 | 111110 | 110010 |
Color Harmonies of #CE7C31
Complementary color
Monochromatic Colors of #CE7C31
Black with #CE7C31
Text Example
Text Example
White with #CE7C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7C31; }
p { color: rgb(206,124,49); }
H1.HeaderClassName
{
color: #CE7C31;
}
.AnyTagClassName
{
color: #CE7C31;
}
</style>
background-color css
<style>
a { background-color: #CE7C31; }
a { background-color: rgb(206,124,49); }
div.DivClassName
{
background-color: #CE7C31;
}
.BgClassName
{
background-color: #CE7C31;
}
</style>
border-color css
<style>
span { border-color: #CE7C31; }
span { border-color: rgb(206,124,49); }
td.TdClassName
{
border-color: #CE7C31;
}
.TagClassName
{
border-color: #CE7C31;
}
</style>