Shades of Bronze #CE802C
Tints of Bronze #CE802C
RGB
CMYK
RGB Variations
Color information
#CE802C (or 0xCE802C) is known color: Bronze. HEX triplet: CE, 80 and 2C. RGB value is (206,128,44). Sum of RGB (Red+Green+Blue) = 206+128+44=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 44 (17.58% from 255 or 11.64% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CE802C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE802C is #317FD3. Grayscale: #8E8E8E. Windows color (decimal): -3243988 or 2916558. OLE color: 2916558.
HSL color Cylindrical-coordinate representation of color #CE802C: hue angle of 31.11º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE802C is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 128 | 44 | - |
| CMYK | 0 | 0.38 | 0.79 | 0.19 |
| HSL | 31.11º | 0.65% | 0.49% | - |
| HSV(B) | 31.11º | 0.79% | 0.81% | - |
| XYZ | 33.63 | 28.74 | 6.16 | - |
| YUV | 141.75 | 72.84 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 128 | 44 | 0 | 0.38 | 0.79 | 0.19 | 31.11 | 0.65 | 0.49 |
| Hex | CE | 80 | 2C | 0 | 26 | 4F | 13 | 1F | 41 | 31 |
| Octal | 316 | 200 | 54 | 0 | 46 | 117 | 23 | 37 | 101 | 61 |
| Binary | 11001110 | 10000000 | 101100 | 0 | 100110 | 1001111 | 10011 | 11111 | 1000001 | 110001 |
Color Harmonies of #CE802C
Complementary color
Monochromatic Colors of #CE802C
Black with #CE802C
Text Example
Text Example
White with #CE802C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE802C; }
p { color: rgb(206,128,44); }
H1.HeaderClassName
{
color: #CE802C;
}
.AnyTagClassName
{
color: #CE802C;
}
</style>
background-color css
<style>
a { background-color: #CE802C; }
a { background-color: rgb(206,128,44); }
div.DivClassName
{
background-color: #CE802C;
}
.BgClassName
{
background-color: #CE802C;
}
</style>
border-color css
<style>
span { border-color: #CE802C; }
span { border-color: rgb(206,128,44); }
td.TdClassName
{
border-color: #CE802C;
}
.TagClassName
{
border-color: #CE802C;
}
</style>