Shades of Bronze #CE802F
Tints of Bronze #CE802F
RGB
CMYK
RGB Variations
Color information
#CE802F (or 0xCE802F) is known color: Bronze. HEX triplet: CE, 80 and 2F. RGB value is (206,128,47). Sum of RGB (Red+Green+Blue) = 206+128+47=381 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.07% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 47 (18.75% from 255 or 12.34% from 381); Max value from RGB is 206 - color contains mainly: red. Hex color #CE802F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE802F is #317FD0. Grayscale: #8E8E8E. Windows color (decimal): -3243985 or 3113166. OLE color: 3113166.
HSL color Cylindrical-coordinate representation of color #CE802F: hue angle of 30.57º 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 #CE802F is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 128 | 47 | - |
| CMYK | 0 | 0.38 | 0.77 | 0.19 |
| HSL | 30.57º | 0.63% | 0.5% | - |
| HSV(B) | 30.57º | 0.77% | 0.81% | - |
| XYZ | 33.69 | 28.77 | 6.47 | - |
| YUV | 142.09 | 74.34 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 128 | 47 | 0 | 0.38 | 0.77 | 0.19 | 30.57 | 0.63 | 0.5 |
| Hex | CE | 80 | 2F | 0 | 26 | 4D | 13 | 1F | 3F | 32 |
| Octal | 316 | 200 | 57 | 0 | 46 | 115 | 23 | 37 | 77 | 62 |
| Binary | 11001110 | 10000000 | 101111 | 0 | 100110 | 1001101 | 10011 | 11111 | 111111 | 110010 |
Color Harmonies of #CE802F
Complementary color
Monochromatic Colors of #CE802F
Black with #CE802F
Text Example
Text Example
White with #CE802F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE802F; }
p { color: rgb(206,128,47); }
H1.HeaderClassName
{
color: #CE802F;
}
.AnyTagClassName
{
color: #CE802F;
}
</style>
background-color css
<style>
a { background-color: #CE802F; }
a { background-color: rgb(206,128,47); }
div.DivClassName
{
background-color: #CE802F;
}
.BgClassName
{
background-color: #CE802F;
}
</style>
border-color css
<style>
span { border-color: #CE802F; }
span { border-color: rgb(206,128,47); }
td.TdClassName
{
border-color: #CE802F;
}
.TagClassName
{
border-color: #CE802F;
}
</style>