Shades of Bronze #CE792F
Tints of Bronze #CE792F
RGB
CMYK
RGB Variations
Color information
#CE792F (or 0xCE792F) is known color: Bronze. HEX triplet: CE, 79 and 2F. RGB value is (206,121,47). Sum of RGB (Red+Green+Blue) = 206+121+47=374 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.08% from 374); Green value is 121 (47.66% from 255 or 32.35% from 374); Blue value is 47 (18.75% from 255 or 12.57% from 374); Max value from RGB is 206 - color contains mainly: red. Hex color #CE792F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE792F is #3186D0. Grayscale: #8A8A8A. Windows color (decimal): -3245777 or 3111374. OLE color: 3111374.
HSL color Cylindrical-coordinate representation of color #CE792F: hue angle of 27.92º 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 #CE792F is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 121 | 47 | - |
| CMYK | 0 | 0.41 | 0.77 | 0.19 |
| HSL | 27.92º | 0.63% | 0.5% | - |
| HSV(B) | 27.92º | 0.77% | 0.81% | - |
| XYZ | 32.8 | 27 | 6.17 | - |
| YUV | 137.98 | 76.66 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 121 | 47 | 0 | 0.41 | 0.77 | 0.19 | 27.92 | 0.63 | 0.5 |
| Hex | CE | 79 | 2F | 0 | 29 | 4D | 13 | 1C | 3F | 32 |
| Octal | 316 | 171 | 57 | 0 | 51 | 115 | 23 | 34 | 77 | 62 |
| Binary | 11001110 | 1111001 | 101111 | 0 | 101001 | 1001101 | 10011 | 11100 | 111111 | 110010 |
Color Harmonies of #CE792F
Complementary color
Monochromatic Colors of #CE792F
Black with #CE792F
Text Example
Text Example
White with #CE792F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE792F; }
p { color: rgb(206,121,47); }
H1.HeaderClassName
{
color: #CE792F;
}
.AnyTagClassName
{
color: #CE792F;
}
</style>
background-color css
<style>
a { background-color: #CE792F; }
a { background-color: rgb(206,121,47); }
div.DivClassName
{
background-color: #CE792F;
}
.BgClassName
{
background-color: #CE792F;
}
</style>
border-color css
<style>
span { border-color: #CE792F; }
span { border-color: rgb(206,121,47); }
td.TdClassName
{
border-color: #CE792F;
}
.TagClassName
{
border-color: #CE792F;
}
</style>