Shades of Bronze #CE7B2D
Tints of Bronze #CE7B2D
RGB
CMYK
RGB Variations
Color information
#CE7B2D (or 0xCE7B2D) is known color: Bronze. HEX triplet: CE, 7B and 2D. RGB value is (206,123,45). Sum of RGB (Red+Green+Blue) = 206+123+45=374 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.08% from 374); Green value is 123 (48.44% from 255 or 32.89% from 374); Blue value is 45 (17.97% from 255 or 12.03% from 374); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7B2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7B2D is #3184D2. Grayscale: #8B8B8B. Windows color (decimal): -3245267 or 2980814. OLE color: 2980814.
HSL color Cylindrical-coordinate representation of color #CE7B2D: hue angle of 29.07º 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 #CE7B2D is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 123 | 45 | - |
| CMYK | 0 | 0.40 | 0.78 | 0.19 |
| HSL | 29.07º | 0.64% | 0.49% | - |
| HSV(B) | 29.07º | 0.78% | 0.81% | - |
| XYZ | 33.01 | 27.48 | 6.05 | - |
| YUV | 138.93 | 75 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 123 | 45 | 0 | 0.40 | 0.78 | 0.19 | 29.07 | 0.64 | 0.49 |
| Hex | CE | 7B | 2D | 0 | 28 | 4E | 13 | 1D | 40 | 31 |
| Octal | 316 | 173 | 55 | 0 | 50 | 116 | 23 | 35 | 100 | 61 |
| Binary | 11001110 | 1111011 | 101101 | 0 | 101000 | 1001110 | 10011 | 11101 | 1000000 | 110001 |
Color Harmonies of #CE7B2D
Complementary color
Monochromatic Colors of #CE7B2D
Black with #CE7B2D
Text Example
Text Example
White with #CE7B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7B2D; }
p { color: rgb(206,123,45); }
H1.HeaderClassName
{
color: #CE7B2D;
}
.AnyTagClassName
{
color: #CE7B2D;
}
</style>
background-color css
<style>
a { background-color: #CE7B2D; }
a { background-color: rgb(206,123,45); }
div.DivClassName
{
background-color: #CE7B2D;
}
.BgClassName
{
background-color: #CE7B2D;
}
</style>
border-color css
<style>
span { border-color: #CE7B2D; }
span { border-color: rgb(206,123,45); }
td.TdClassName
{
border-color: #CE7B2D;
}
.TagClassName
{
border-color: #CE7B2D;
}
</style>