Shades of Bronze #CE7F2D
Tints of Bronze #CE7F2D
RGB
CMYK
RGB Variations
Color information
#CE7F2D (or 0xCE7F2D) is known color: Bronze. HEX triplet: CE, 7F and 2D. RGB value is (206,127,45). Sum of RGB (Red+Green+Blue) = 206+127+45=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 127 (50% from 255 or 33.60% from 378); Blue value is 45 (17.97% from 255 or 11.90% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7F2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7F2D is #3180D2. Grayscale: #8D8D8D. Windows color (decimal): -3244243 or 2981838. OLE color: 2981838.
HSL color Cylindrical-coordinate representation of color #CE7F2D: hue angle of 30.56º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE7F2D is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 127 | 45 | - |
| CMYK | 0 | 0.38 | 0.78 | 0.19 |
| HSL | 30.56º | 0.64% | 0.49% | - |
| HSV(B) | 30.56º | 0.78% | 0.81% | - |
| XYZ | 33.52 | 28.49 | 6.22 | - |
| YUV | 141.27 | 73.67 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 127 | 45 | 0 | 0.38 | 0.78 | 0.19 | 30.56 | 0.64 | 0.49 |
| Hex | CE | 7F | 2D | 0 | 26 | 4E | 13 | 1F | 40 | 31 |
| Octal | 316 | 177 | 55 | 0 | 46 | 116 | 23 | 37 | 100 | 61 |
| Binary | 11001110 | 1111111 | 101101 | 0 | 100110 | 1001110 | 10011 | 11111 | 1000000 | 110001 |
Color Harmonies of #CE7F2D
Complementary color
Monochromatic Colors of #CE7F2D
Black with #CE7F2D
Text Example
Text Example
White with #CE7F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7F2D; }
p { color: rgb(206,127,45); }
H1.HeaderClassName
{
color: #CE7F2D;
}
.AnyTagClassName
{
color: #CE7F2D;
}
</style>
background-color css
<style>
a { background-color: #CE7F2D; }
a { background-color: rgb(206,127,45); }
div.DivClassName
{
background-color: #CE7F2D;
}
.BgClassName
{
background-color: #CE7F2D;
}
</style>
border-color css
<style>
span { border-color: #CE7F2D; }
span { border-color: rgb(206,127,45); }
td.TdClassName
{
border-color: #CE7F2D;
}
.TagClassName
{
border-color: #CE7F2D;
}
</style>