Shades of Bronze #CC8031
Tints of Bronze #CC8031
RGB
CMYK
RGB Variations
Color information
#CC8031 (or 0xCC8031) is known color: Bronze. HEX triplet: CC, 80 and 31. RGB value is (204,128,49). Sum of RGB (Red+Green+Blue) = 204+128+49=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 49 (19.53% from 255 or 12.86% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8031 is #337FCE. Grayscale: #8E8E8E. Windows color (decimal): -3375055 or 3244236. OLE color: 3244236.
HSL color Cylindrical-coordinate representation of color #CC8031: hue angle of 30.58º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC8031 is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 128 | 49 | - |
| CMYK | 0 | 0.37 | 0.76 | 0.2 |
| HSL | 30.58º | 0.61% | 0.5% | - |
| HSV(B) | 30.58º | 0.76% | 0.8% | - |
| XYZ | 33.18 | 28.5 | 6.66 | - |
| YUV | 141.72 | 75.68 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 128 | 49 | 0 | 0.37 | 0.76 | 0.2 | 30.58 | 0.61 | 0.5 |
| Hex | CC | 80 | 31 | 0 | 25 | 4C | 14 | 1F | 3D | 32 |
| Octal | 314 | 200 | 61 | 0 | 45 | 114 | 24 | 37 | 75 | 62 |
| Binary | 11001100 | 10000000 | 110001 | 0 | 100101 | 1001100 | 10100 | 11111 | 111101 | 110010 |
Color Harmonies of #CC8031
Complementary color
Monochromatic Colors of #CC8031
Black with #CC8031
Text Example
Text Example
White with #CC8031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8031; }
p { color: rgb(204,128,49); }
H1.HeaderClassName
{
color: #CC8031;
}
.AnyTagClassName
{
color: #CC8031;
}
</style>
background-color css
<style>
a { background-color: #CC8031; }
a { background-color: rgb(204,128,49); }
div.DivClassName
{
background-color: #CC8031;
}
.BgClassName
{
background-color: #CC8031;
}
</style>
border-color css
<style>
span { border-color: #CC8031; }
span { border-color: rgb(204,128,49); }
td.TdClassName
{
border-color: #CC8031;
}
.TagClassName
{
border-color: #CC8031;
}
</style>