Shades of Bronze #CE7B2F
Tints of Bronze #CE7B2F
RGB
CMYK
RGB Variations
Color information
#CE7B2F (or 0xCE7B2F) is known color: Bronze. HEX triplet: CE, 7B and 2F. RGB value is (206,123,47). Sum of RGB (Red+Green+Blue) = 206+123+47=376 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.79% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 47 (18.75% from 255 or 12.5% from 376); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7B2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7B2F is #3184D0. Grayscale: #8B8B8B. Windows color (decimal): -3245265 or 3111886. OLE color: 3111886.
HSL color Cylindrical-coordinate representation of color #CE7B2F: hue angle of 28.68º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE7B2F is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 123 | 47 | - |
| CMYK | 0 | 0.40 | 0.77 | 0.19 |
| HSL | 28.68º | 0.63% | 0.5% | - |
| HSV(B) | 28.68º | 0.77% | 0.81% | - |
| XYZ | 33.05 | 27.49 | 6.25 | - |
| YUV | 139.15 | 76 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 123 | 47 | 0 | 0.40 | 0.77 | 0.19 | 28.68 | 0.63 | 0.5 |
| Hex | CE | 7B | 2F | 0 | 28 | 4D | 13 | 1D | 3F | 32 |
| Octal | 316 | 173 | 57 | 0 | 50 | 115 | 23 | 35 | 77 | 62 |
| Binary | 11001110 | 1111011 | 101111 | 0 | 101000 | 1001101 | 10011 | 11101 | 111111 | 110010 |
Color Harmonies of #CE7B2F
Complementary color
Monochromatic Colors of #CE7B2F
Black with #CE7B2F
Text Example
Text Example
White with #CE7B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7B2F; }
p { color: rgb(206,123,47); }
H1.HeaderClassName
{
color: #CE7B2F;
}
.AnyTagClassName
{
color: #CE7B2F;
}
</style>
background-color css
<style>
a { background-color: #CE7B2F; }
a { background-color: rgb(206,123,47); }
div.DivClassName
{
background-color: #CE7B2F;
}
.BgClassName
{
background-color: #CE7B2F;
}
</style>
border-color css
<style>
span { border-color: #CE7B2F; }
span { border-color: rgb(206,123,47); }
td.TdClassName
{
border-color: #CE7B2F;
}
.TagClassName
{
border-color: #CE7B2F;
}
</style>