Shades of Bronze #CE7C38
Tints of Bronze #CE7C38
RGB
CMYK
RGB Variations
Color information
#CE7C38 (or 0xCE7C38) is known color: Bronze. HEX triplet: CE, 7C and 38. RGB value is (206,124,56). Sum of RGB (Red+Green+Blue) = 206+124+56=386 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.37% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 56 (22.27% from 255 or 14.51% from 386); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7C38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7C38 is #3183C7. Grayscale: #8D8D8D. Windows color (decimal): -3245000 or 3701966. OLE color: 3701966.
HSL color Cylindrical-coordinate representation of color #CE7C38: hue angle of 27.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE7C38 is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 124 | 56 | - |
| CMYK | 0 | 0.40 | 0.73 | 0.19 |
| HSL | 27.2º | 0.6% | 0.51% | - |
| HSV(B) | 27.2º | 0.73% | 0.81% | - |
| XYZ | 33.38 | 27.82 | 7.35 | - |
| YUV | 140.77 | 80.17 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 124 | 56 | 0 | 0.40 | 0.73 | 0.19 | 27.2 | 0.6 | 0.51 |
| Hex | CE | 7C | 38 | 0 | 28 | 49 | 13 | 1B | 3C | 33 |
| Octal | 316 | 174 | 70 | 0 | 50 | 111 | 23 | 33 | 74 | 63 |
| Binary | 11001110 | 1111100 | 111000 | 0 | 101000 | 1001001 | 10011 | 11011 | 111100 | 110011 |
Color Harmonies of #CE7C38
Complementary color
Monochromatic Colors of #CE7C38
Black with #CE7C38
Text Example
Text Example
White with #CE7C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7C38; }
p { color: rgb(206,124,56); }
H1.HeaderClassName
{
color: #CE7C38;
}
.AnyTagClassName
{
color: #CE7C38;
}
</style>
background-color css
<style>
a { background-color: #CE7C38; }
a { background-color: rgb(206,124,56); }
div.DivClassName
{
background-color: #CE7C38;
}
.BgClassName
{
background-color: #CE7C38;
}
</style>
border-color css
<style>
span { border-color: #CE7C38; }
span { border-color: rgb(206,124,56); }
td.TdClassName
{
border-color: #CE7C38;
}
.TagClassName
{
border-color: #CE7C38;
}
</style>