Shades of Bronze #CE782F
Tints of Bronze #CE782F
RGB
CMYK
RGB Variations
Color information
#CE782F (or 0xCE782F) is known color: Bronze. HEX triplet: CE, 78 and 2F. RGB value is (206,120,47). Sum of RGB (Red+Green+Blue) = 206+120+47=373 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.23% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 47 (18.75% from 255 or 12.60% from 373); Max value from RGB is 206 - color contains mainly: red. Hex color #CE782F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE782F is #3187D0. Grayscale: #898989. Windows color (decimal): -3246033 or 3111118. OLE color: 3111118.
HSL color Cylindrical-coordinate representation of color #CE782F: hue angle of 27.55º 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 #CE782F is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 120 | 47 | - |
| CMYK | 0 | 0.42 | 0.77 | 0.19 |
| HSL | 27.55º | 0.63% | 0.5% | - |
| HSV(B) | 27.55º | 0.77% | 0.81% | - |
| XYZ | 32.68 | 26.76 | 6.13 | - |
| YUV | 137.39 | 76.99 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 120 | 47 | 0 | 0.42 | 0.77 | 0.19 | 27.55 | 0.63 | 0.5 |
| Hex | CE | 78 | 2F | 0 | 2A | 4D | 13 | 1C | 3F | 32 |
| Octal | 316 | 170 | 57 | 0 | 52 | 115 | 23 | 34 | 77 | 62 |
| Binary | 11001110 | 1111000 | 101111 | 0 | 101010 | 1001101 | 10011 | 11100 | 111111 | 110010 |
Color Harmonies of #CE782F
Complementary color
Monochromatic Colors of #CE782F
Black with #CE782F
Text Example
Text Example
White with #CE782F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE782F; }
p { color: rgb(206,120,47); }
H1.HeaderClassName
{
color: #CE782F;
}
.AnyTagClassName
{
color: #CE782F;
}
</style>
background-color css
<style>
a { background-color: #CE782F; }
a { background-color: rgb(206,120,47); }
div.DivClassName
{
background-color: #CE782F;
}
.BgClassName
{
background-color: #CE782F;
}
</style>
border-color css
<style>
span { border-color: #CE782F; }
span { border-color: rgb(206,120,47); }
td.TdClassName
{
border-color: #CE782F;
}
.TagClassName
{
border-color: #CE782F;
}
</style>