Shades of Bronze #CE802D
Tints of Bronze #CE802D
RGB
CMYK
RGB Variations
Color information
#CE802D (or 0xCE802D) is known color: Bronze. HEX triplet: CE, 80 and 2D. RGB value is (206,128,45). Sum of RGB (Red+Green+Blue) = 206+128+45=379 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.35% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 45 (17.97% from 255 or 11.87% from 379); Max value from RGB is 206 - color contains mainly: red. Hex color #CE802D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE802D is #317FD2. Grayscale: #8E8E8E. Windows color (decimal): -3243987 or 2982094. OLE color: 2982094.
HSL color Cylindrical-coordinate representation of color #CE802D: hue angle of 30.93º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE802D is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 128 | 45 | - |
| CMYK | 0 | 0.38 | 0.78 | 0.19 |
| HSL | 30.93º | 0.64% | 0.49% | - |
| HSV(B) | 30.93º | 0.78% | 0.81% | - |
| XYZ | 33.65 | 28.75 | 6.26 | - |
| YUV | 141.86 | 73.34 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 128 | 45 | 0 | 0.38 | 0.78 | 0.19 | 30.93 | 0.64 | 0.49 |
| Hex | CE | 80 | 2D | 0 | 26 | 4E | 13 | 1F | 40 | 31 |
| Octal | 316 | 200 | 55 | 0 | 46 | 116 | 23 | 37 | 100 | 61 |
| Binary | 11001110 | 10000000 | 101101 | 0 | 100110 | 1001110 | 10011 | 11111 | 1000000 | 110001 |
Color Harmonies of #CE802D
Complementary color
Monochromatic Colors of #CE802D
Black with #CE802D
Text Example
Text Example
White with #CE802D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE802D; }
p { color: rgb(206,128,45); }
H1.HeaderClassName
{
color: #CE802D;
}
.AnyTagClassName
{
color: #CE802D;
}
</style>
background-color css
<style>
a { background-color: #CE802D; }
a { background-color: rgb(206,128,45); }
div.DivClassName
{
background-color: #CE802D;
}
.BgClassName
{
background-color: #CE802D;
}
</style>
border-color css
<style>
span { border-color: #CE802D; }
span { border-color: rgb(206,128,45); }
td.TdClassName
{
border-color: #CE802D;
}
.TagClassName
{
border-color: #CE802D;
}
</style>