Shades of Bronze #CC762E
Tints of Bronze #CC762E
RGB
CMYK
RGB Variations
Color information
#CC762E (or 0xCC762E) is known color: Bronze. HEX triplet: CC, 76 and 2E. RGB value is (204,118,46). Sum of RGB (Red+Green+Blue) = 204+118+46=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 46 (18.36% from 255 or 12.5% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC762E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC762E is #3389D1. Grayscale: #878787. Windows color (decimal): -3377618 or 3045068. OLE color: 3045068.
HSL color Cylindrical-coordinate representation of color #CC762E: hue angle of 27.34º 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 #CC762E is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 118 | 46 | - |
| CMYK | 0 | 0.42 | 0.77 | 0.2 |
| HSL | 27.34º | 0.63% | 0.49% | - |
| HSV(B) | 27.34º | 0.77% | 0.8% | - |
| XYZ | 31.87 | 25.99 | 5.92 | - |
| YUV | 135.51 | 77.49 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 118 | 46 | 0 | 0.42 | 0.77 | 0.2 | 27.34 | 0.63 | 0.49 |
| Hex | CC | 76 | 2E | 0 | 2A | 4D | 14 | 1B | 3F | 31 |
| Octal | 314 | 166 | 56 | 0 | 52 | 115 | 24 | 33 | 77 | 61 |
| Binary | 11001100 | 1110110 | 101110 | 0 | 101010 | 1001101 | 10100 | 11011 | 111111 | 110001 |
Color Harmonies of #CC762E
Complementary color
Monochromatic Colors of #CC762E
Black with #CC762E
Text Example
Text Example
White with #CC762E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC762E; }
p { color: rgb(204,118,46); }
H1.HeaderClassName
{
color: #CC762E;
}
.AnyTagClassName
{
color: #CC762E;
}
</style>
background-color css
<style>
a { background-color: #CC762E; }
a { background-color: rgb(204,118,46); }
div.DivClassName
{
background-color: #CC762E;
}
.BgClassName
{
background-color: #CC762E;
}
</style>
border-color css
<style>
span { border-color: #CC762E; }
span { border-color: rgb(204,118,46); }
td.TdClassName
{
border-color: #CC762E;
}
.TagClassName
{
border-color: #CC762E;
}
</style>