Shades of Bronze #CC7D32
Tints of Bronze #CC7D32
RGB
CMYK
RGB Variations
Color information
#CC7D32 (or 0xCC7D32) is known color: Bronze. HEX triplet: CC, 7D and 32. RGB value is (204,125,50). Sum of RGB (Red+Green+Blue) = 204+125+50=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 50 (19.92% from 255 or 13.19% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7D32 is #3382CD. Grayscale: #8C8C8C. Windows color (decimal): -3375822 or 3309004. OLE color: 3309004.
HSL color Cylindrical-coordinate representation of color #CC7D32: hue angle of 29.22º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC7D32 is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 125 | 50 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.2 |
| HSL | 29.22º | 0.61% | 0.5% | - |
| HSV(B) | 29.22º | 0.75% | 0.8% | - |
| XYZ | 32.81 | 27.73 | 6.64 | - |
| YUV | 140.07 | 77.17 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 125 | 50 | 0 | 0.39 | 0.75 | 0.2 | 29.22 | 0.61 | 0.5 |
| Hex | CC | 7D | 32 | 0 | 27 | 4B | 14 | 1D | 3D | 32 |
| Octal | 314 | 175 | 62 | 0 | 47 | 113 | 24 | 35 | 75 | 62 |
| Binary | 11001100 | 1111101 | 110010 | 0 | 100111 | 1001011 | 10100 | 11101 | 111101 | 110010 |
Color Harmonies of #CC7D32
Complementary color
Monochromatic Colors of #CC7D32
Black with #CC7D32
Text Example
Text Example
White with #CC7D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7D32; }
p { color: rgb(204,125,50); }
H1.HeaderClassName
{
color: #CC7D32;
}
.AnyTagClassName
{
color: #CC7D32;
}
</style>
background-color css
<style>
a { background-color: #CC7D32; }
a { background-color: rgb(204,125,50); }
div.DivClassName
{
background-color: #CC7D32;
}
.BgClassName
{
background-color: #CC7D32;
}
</style>
border-color css
<style>
span { border-color: #CC7D32; }
span { border-color: rgb(204,125,50); }
td.TdClassName
{
border-color: #CC7D32;
}
.TagClassName
{
border-color: #CC7D32;
}
</style>