Shades of Bronze #CC8131
Tints of Bronze #CC8131
RGB
CMYK
RGB Variations
Color information
#CC8131 (or 0xCC8131) is known color: Bronze. HEX triplet: CC, 81 and 31. RGB value is (204,129,49). Sum of RGB (Red+Green+Blue) = 204+129+49=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 49 (19.53% from 255 or 12.83% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8131 is #337ECE. Grayscale: #8E8E8E. Windows color (decimal): -3374799 or 3244492. OLE color: 3244492.
HSL color Cylindrical-coordinate representation of color #CC8131: hue angle of 30.97º 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 #CC8131 is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 129 | 49 | - |
| CMYK | 0 | 0.37 | 0.76 | 0.2 |
| HSL | 30.97º | 0.61% | 0.5% | - |
| HSV(B) | 30.97º | 0.76% | 0.8% | - |
| XYZ | 33.31 | 28.76 | 6.7 | - |
| YUV | 142.31 | 75.35 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 129 | 49 | 0 | 0.37 | 0.76 | 0.2 | 30.97 | 0.61 | 0.5 |
| Hex | CC | 81 | 31 | 0 | 25 | 4C | 14 | 1F | 3D | 32 |
| Octal | 314 | 201 | 61 | 0 | 45 | 114 | 24 | 37 | 75 | 62 |
| Binary | 11001100 | 10000001 | 110001 | 0 | 100101 | 1001100 | 10100 | 11111 | 111101 | 110010 |
Color Harmonies of #CC8131
Complementary color
Monochromatic Colors of #CC8131
Black with #CC8131
Text Example
Text Example
White with #CC8131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8131; }
p { color: rgb(204,129,49); }
H1.HeaderClassName
{
color: #CC8131;
}
.AnyTagClassName
{
color: #CC8131;
}
</style>
background-color css
<style>
a { background-color: #CC8131; }
a { background-color: rgb(204,129,49); }
div.DivClassName
{
background-color: #CC8131;
}
.BgClassName
{
background-color: #CC8131;
}
</style>
border-color css
<style>
span { border-color: #CC8131; }
span { border-color: rgb(204,129,49); }
td.TdClassName
{
border-color: #CC8131;
}
.TagClassName
{
border-color: #CC8131;
}
</style>