Shades of Bronze #CC7C31
Tints of Bronze #CC7C31
RGB
CMYK
RGB Variations
Color information
#CC7C31 (or 0xCC7C31) is known color: Bronze. HEX triplet: CC, 7C and 31. RGB value is (204,124,49). Sum of RGB (Red+Green+Blue) = 204+124+49=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 49 (19.53% from 255 or 13.00% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7C31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7C31 is #3383CE. Grayscale: #8B8B8B. Windows color (decimal): -3376079 or 3243212. OLE color: 3243212.
HSL color Cylindrical-coordinate representation of color #CC7C31: hue angle of 29.03º 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 #CC7C31 is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 124 | 49 | - |
| CMYK | 0 | 0.39 | 0.76 | 0.2 |
| HSL | 29.03º | 0.61% | 0.5% | - |
| HSV(B) | 29.03º | 0.76% | 0.8% | - |
| XYZ | 32.66 | 27.47 | 6.49 | - |
| YUV | 139.37 | 77 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 124 | 49 | 0 | 0.39 | 0.76 | 0.2 | 29.03 | 0.61 | 0.5 |
| Hex | CC | 7C | 31 | 0 | 27 | 4C | 14 | 1D | 3D | 32 |
| Octal | 314 | 174 | 61 | 0 | 47 | 114 | 24 | 35 | 75 | 62 |
| Binary | 11001100 | 1111100 | 110001 | 0 | 100111 | 1001100 | 10100 | 11101 | 111101 | 110010 |
Color Harmonies of #CC7C31
Complementary color
Monochromatic Colors of #CC7C31
Black with #CC7C31
Text Example
Text Example
White with #CC7C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7C31; }
p { color: rgb(204,124,49); }
H1.HeaderClassName
{
color: #CC7C31;
}
.AnyTagClassName
{
color: #CC7C31;
}
</style>
background-color css
<style>
a { background-color: #CC7C31; }
a { background-color: rgb(204,124,49); }
div.DivClassName
{
background-color: #CC7C31;
}
.BgClassName
{
background-color: #CC7C31;
}
</style>
border-color css
<style>
span { border-color: #CC7C31; }
span { border-color: rgb(204,124,49); }
td.TdClassName
{
border-color: #CC7C31;
}
.TagClassName
{
border-color: #CC7C31;
}
</style>