Shades of Bronze #CC7C34
Tints of Bronze #CC7C34
RGB
CMYK
RGB Variations
Color information
#CC7C34 (or 0xCC7C34) is known color: Bronze. HEX triplet: CC, 7C and 34. RGB value is (204,124,52). Sum of RGB (Red+Green+Blue) = 204+124+52=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 124 (48.83% from 255 or 32.63% from 380); Blue value is 52 (20.70% from 255 or 13.68% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7C34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7C34 is #3383CB. Grayscale: #8C8C8C. Windows color (decimal): -3376076 or 3439820. OLE color: 3439820.
HSL color Cylindrical-coordinate representation of color #CC7C34: hue angle of 28.42º degrees, saturation: 0.6, 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 #CC7C34 is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 124 | 52 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.2 |
| HSL | 28.42º | 0.6% | 0.5% | - |
| HSV(B) | 28.42º | 0.75% | 0.8% | - |
| XYZ | 32.73 | 27.5 | 6.83 | - |
| YUV | 139.71 | 78.5 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 124 | 52 | 0 | 0.39 | 0.75 | 0.2 | 28.42 | 0.6 | 0.5 |
| Hex | CC | 7C | 34 | 0 | 27 | 4B | 14 | 1C | 3C | 32 |
| Octal | 314 | 174 | 64 | 0 | 47 | 113 | 24 | 34 | 74 | 62 |
| Binary | 11001100 | 1111100 | 110100 | 0 | 100111 | 1001011 | 10100 | 11100 | 111100 | 110010 |
Color Harmonies of #CC7C34
Complementary color
Monochromatic Colors of #CC7C34
Black with #CC7C34
Text Example
Text Example
White with #CC7C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7C34; }
p { color: rgb(204,124,52); }
H1.HeaderClassName
{
color: #CC7C34;
}
.AnyTagClassName
{
color: #CC7C34;
}
</style>
background-color css
<style>
a { background-color: #CC7C34; }
a { background-color: rgb(204,124,52); }
div.DivClassName
{
background-color: #CC7C34;
}
.BgClassName
{
background-color: #CC7C34;
}
</style>
border-color css
<style>
span { border-color: #CC7C34; }
span { border-color: rgb(204,124,52); }
td.TdClassName
{
border-color: #CC7C34;
}
.TagClassName
{
border-color: #CC7C34;
}
</style>