Shades of Bronze #CC802D
Tints of Bronze #CC802D
RGB
CMYK
RGB Variations
Color information
#CC802D (or 0xCC802D) is known color: Bronze. HEX triplet: CC, 80 and 2D. RGB value is (204,128,45). Sum of RGB (Red+Green+Blue) = 204+128+45=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 45 (17.97% from 255 or 11.94% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CC802D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC802D is #337FD2. Grayscale: #8D8D8D. Windows color (decimal): -3375059 or 2982092. OLE color: 2982092.
HSL color Cylindrical-coordinate representation of color #CC802D: hue angle of 31.32º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC802D is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 128 | 45 | - |
| CMYK | 0 | 0.37 | 0.78 | 0.2 |
| HSL | 31.32º | 0.64% | 0.49% | - |
| HSV(B) | 31.32º | 0.78% | 0.8% | - |
| XYZ | 33.09 | 28.47 | 6.23 | - |
| YUV | 141.26 | 73.68 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 128 | 45 | 0 | 0.37 | 0.78 | 0.2 | 31.32 | 0.64 | 0.49 |
| Hex | CC | 80 | 2D | 0 | 25 | 4E | 14 | 1F | 40 | 31 |
| Octal | 314 | 200 | 55 | 0 | 45 | 116 | 24 | 37 | 100 | 61 |
| Binary | 11001100 | 10000000 | 101101 | 0 | 100101 | 1001110 | 10100 | 11111 | 1000000 | 110001 |
Color Harmonies of #CC802D
Complementary color
Monochromatic Colors of #CC802D
Black with #CC802D
Text Example
Text Example
White with #CC802D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC802D; }
p { color: rgb(204,128,45); }
H1.HeaderClassName
{
color: #CC802D;
}
.AnyTagClassName
{
color: #CC802D;
}
</style>
background-color css
<style>
a { background-color: #CC802D; }
a { background-color: rgb(204,128,45); }
div.DivClassName
{
background-color: #CC802D;
}
.BgClassName
{
background-color: #CC802D;
}
</style>
border-color css
<style>
span { border-color: #CC802D; }
span { border-color: rgb(204,128,45); }
td.TdClassName
{
border-color: #CC802D;
}
.TagClassName
{
border-color: #CC802D;
}
</style>