Shades of Bronze #CE7832
Tints of Bronze #CE7832
RGB
CMYK
RGB Variations
Color information
#CE7832 (or 0xCE7832) is known color: Bronze. HEX triplet: CE, 78 and 32. RGB value is (206,120,50). Sum of RGB (Red+Green+Blue) = 206+120+50=376 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.79% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 50 (19.92% from 255 or 13.30% from 376); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7832 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7832 is #3187CD. Grayscale: #8A8A8A. Windows color (decimal): -3246030 or 3307726. OLE color: 3307726.
HSL color Cylindrical-coordinate representation of color #CE7832: hue angle of 26.92º degrees, saturation: 0.61, 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 #CE7832 is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 120 | 50 | - |
| CMYK | 0 | 0.42 | 0.76 | 0.19 |
| HSL | 26.92º | 0.61% | 0.5% | - |
| HSV(B) | 26.92º | 0.76% | 0.81% | - |
| XYZ | 32.75 | 26.79 | 6.46 | - |
| YUV | 137.73 | 78.49 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 120 | 50 | 0 | 0.42 | 0.76 | 0.19 | 26.92 | 0.61 | 0.5 |
| Hex | CE | 78 | 32 | 0 | 2A | 4C | 13 | 1B | 3D | 32 |
| Octal | 316 | 170 | 62 | 0 | 52 | 114 | 23 | 33 | 75 | 62 |
| Binary | 11001110 | 1111000 | 110010 | 0 | 101010 | 1001100 | 10011 | 11011 | 111101 | 110010 |
Color Harmonies of #CE7832
Complementary color
Monochromatic Colors of #CE7832
Black with #CE7832
Text Example
Text Example
White with #CE7832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7832; }
p { color: rgb(206,120,50); }
H1.HeaderClassName
{
color: #CE7832;
}
.AnyTagClassName
{
color: #CE7832;
}
</style>
background-color css
<style>
a { background-color: #CE7832; }
a { background-color: rgb(206,120,50); }
div.DivClassName
{
background-color: #CE7832;
}
.BgClassName
{
background-color: #CE7832;
}
</style>
border-color css
<style>
span { border-color: #CE7832; }
span { border-color: rgb(206,120,50); }
td.TdClassName
{
border-color: #CE7832;
}
.TagClassName
{
border-color: #CE7832;
}
</style>