Shades of Bronze #CE7C33
Tints of Bronze #CE7C33
RGB
CMYK
RGB Variations
Color information
#CE7C33 (or 0xCE7C33) is known color: Bronze. HEX triplet: CE, 7C and 33. RGB value is (206,124,51). Sum of RGB (Red+Green+Blue) = 206+124+51=381 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.07% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 51 (20.31% from 255 or 13.39% from 381); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7C33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7C33 is #3183CC. Grayscale: #8C8C8C. Windows color (decimal): -3245005 or 3374286. OLE color: 3374286.
HSL color Cylindrical-coordinate representation of color #CE7C33: hue angle of 28.26º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE7C33 is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 124 | 51 | - |
| CMYK | 0 | 0.40 | 0.75 | 0.19 |
| HSL | 28.26º | 0.61% | 0.5% | - |
| HSV(B) | 28.26º | 0.75% | 0.81% | - |
| XYZ | 33.26 | 27.78 | 6.74 | - |
| YUV | 140.2 | 77.67 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 124 | 51 | 0 | 0.40 | 0.75 | 0.19 | 28.26 | 0.61 | 0.5 |
| Hex | CE | 7C | 33 | 0 | 28 | 4B | 13 | 1C | 3D | 32 |
| Octal | 316 | 174 | 63 | 0 | 50 | 113 | 23 | 34 | 75 | 62 |
| Binary | 11001110 | 1111100 | 110011 | 0 | 101000 | 1001011 | 10011 | 11100 | 111101 | 110010 |
Color Harmonies of #CE7C33
Complementary color
Monochromatic Colors of #CE7C33
Black with #CE7C33
Text Example
Text Example
White with #CE7C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7C33; }
p { color: rgb(206,124,51); }
H1.HeaderClassName
{
color: #CE7C33;
}
.AnyTagClassName
{
color: #CE7C33;
}
</style>
background-color css
<style>
a { background-color: #CE7C33; }
a { background-color: rgb(206,124,51); }
div.DivClassName
{
background-color: #CE7C33;
}
.BgClassName
{
background-color: #CE7C33;
}
</style>
border-color css
<style>
span { border-color: #CE7C33; }
span { border-color: rgb(206,124,51); }
td.TdClassName
{
border-color: #CE7C33;
}
.TagClassName
{
border-color: #CE7C33;
}
</style>