Shades of Bronze #CC802E
Tints of Bronze #CC802E
RGB
CMYK
RGB Variations
Color information
#CC802E (or 0xCC802E) is known color: Bronze. HEX triplet: CC, 80 and 2E. RGB value is (204,128,46). Sum of RGB (Red+Green+Blue) = 204+128+46=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 46 (18.36% from 255 or 12.17% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC802E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC802E is #337FD1. Grayscale: #8D8D8D. Windows color (decimal): -3375058 or 3047628. OLE color: 3047628.
HSL color Cylindrical-coordinate representation of color #CC802E: hue angle of 31.14º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC802E is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 128 | 46 | - |
| CMYK | 0 | 0.37 | 0.77 | 0.2 |
| HSL | 31.14º | 0.63% | 0.49% | - |
| HSV(B) | 31.14º | 0.77% | 0.8% | - |
| XYZ | 33.11 | 28.47 | 6.34 | - |
| YUV | 141.38 | 74.18 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 128 | 46 | 0 | 0.37 | 0.77 | 0.2 | 31.14 | 0.63 | 0.49 |
| Hex | CC | 80 | 2E | 0 | 25 | 4D | 14 | 1F | 3F | 31 |
| Octal | 314 | 200 | 56 | 0 | 45 | 115 | 24 | 37 | 77 | 61 |
| Binary | 11001100 | 10000000 | 101110 | 0 | 100101 | 1001101 | 10100 | 11111 | 111111 | 110001 |
Color Harmonies of #CC802E
Complementary color
Monochromatic Colors of #CC802E
Black with #CC802E
Text Example
Text Example
White with #CC802E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC802E; }
p { color: rgb(204,128,46); }
H1.HeaderClassName
{
color: #CC802E;
}
.AnyTagClassName
{
color: #CC802E;
}
</style>
background-color css
<style>
a { background-color: #CC802E; }
a { background-color: rgb(204,128,46); }
div.DivClassName
{
background-color: #CC802E;
}
.BgClassName
{
background-color: #CC802E;
}
</style>
border-color css
<style>
span { border-color: #CC802E; }
span { border-color: rgb(204,128,46); }
td.TdClassName
{
border-color: #CC802E;
}
.TagClassName
{
border-color: #CC802E;
}
</style>