Shades of Bronze #CE7D2B
Tints of Bronze #CE7D2B
RGB
CMYK
RGB Variations
Color information
#CE7D2B (or 0xCE7D2B) is known color: Bronze. HEX triplet: CE, 7D and 2B. RGB value is (206,125,43). Sum of RGB (Red+Green+Blue) = 206+125+43=374 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.08% from 374); Green value is 125 (49.22% from 255 or 33.42% from 374); Blue value is 43 (17.19% from 255 or 11.50% from 374); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7D2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7D2B is #3182D4. Grayscale: #8C8C8C. Windows color (decimal): -3244757 or 2850254. OLE color: 2850254.
HSL color Cylindrical-coordinate representation of color #CE7D2B: hue angle of 30.18º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE7D2B is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 125 | 43 | - |
| CMYK | 0 | 0.39 | 0.79 | 0.19 |
| HSL | 30.18º | 0.65% | 0.49% | - |
| HSV(B) | 30.18º | 0.79% | 0.81% | - |
| XYZ | 33.22 | 27.96 | 5.93 | - |
| YUV | 139.87 | 73.34 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 125 | 43 | 0 | 0.39 | 0.79 | 0.19 | 30.18 | 0.65 | 0.49 |
| Hex | CE | 7D | 2B | 0 | 27 | 4F | 13 | 1E | 41 | 31 |
| Octal | 316 | 175 | 53 | 0 | 47 | 117 | 23 | 36 | 101 | 61 |
| Binary | 11001110 | 1111101 | 101011 | 0 | 100111 | 1001111 | 10011 | 11110 | 1000001 | 110001 |
Color Harmonies of #CE7D2B
Complementary color
Monochromatic Colors of #CE7D2B
Black with #CE7D2B
Text Example
Text Example
White with #CE7D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7D2B; }
p { color: rgb(206,125,43); }
H1.HeaderClassName
{
color: #CE7D2B;
}
.AnyTagClassName
{
color: #CE7D2B;
}
</style>
background-color css
<style>
a { background-color: #CE7D2B; }
a { background-color: rgb(206,125,43); }
div.DivClassName
{
background-color: #CE7D2B;
}
.BgClassName
{
background-color: #CE7D2B;
}
</style>
border-color css
<style>
span { border-color: #CE7D2B; }
span { border-color: rgb(206,125,43); }
td.TdClassName
{
border-color: #CE7D2B;
}
.TagClassName
{
border-color: #CE7D2B;
}
</style>