Shades of Bronze #CC7D34
Tints of Bronze #CC7D34
RGB
CMYK
RGB Variations
Color information
#CC7D34 (or 0xCC7D34) is known color: Bronze. HEX triplet: CC, 7D and 34. RGB value is (204,125,52). Sum of RGB (Red+Green+Blue) = 204+125+52=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 52 (20.70% from 255 or 13.65% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7D34 is #3382CB. Grayscale: #8C8C8C. Windows color (decimal): -3375820 or 3440076. OLE color: 3440076.
HSL color Cylindrical-coordinate representation of color #CC7D34: hue angle of 28.82º 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 #CC7D34 is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 125 | 52 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.2 |
| HSL | 28.82º | 0.6% | 0.5% | - |
| HSV(B) | 28.82º | 0.75% | 0.8% | - |
| XYZ | 32.86 | 27.75 | 6.87 | - |
| YUV | 140.3 | 78.17 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 125 | 52 | 0 | 0.39 | 0.75 | 0.2 | 28.82 | 0.6 | 0.5 |
| Hex | CC | 7D | 34 | 0 | 27 | 4B | 14 | 1D | 3C | 32 |
| Octal | 314 | 175 | 64 | 0 | 47 | 113 | 24 | 35 | 74 | 62 |
| Binary | 11001100 | 1111101 | 110100 | 0 | 100111 | 1001011 | 10100 | 11101 | 111100 | 110010 |
Color Harmonies of #CC7D34
Complementary color
Monochromatic Colors of #CC7D34
Black with #CC7D34
Text Example
Text Example
White with #CC7D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7D34; }
p { color: rgb(204,125,52); }
H1.HeaderClassName
{
color: #CC7D34;
}
.AnyTagClassName
{
color: #CC7D34;
}
</style>
background-color css
<style>
a { background-color: #CC7D34; }
a { background-color: rgb(204,125,52); }
div.DivClassName
{
background-color: #CC7D34;
}
.BgClassName
{
background-color: #CC7D34;
}
</style>
border-color css
<style>
span { border-color: #CC7D34; }
span { border-color: rgb(204,125,52); }
td.TdClassName
{
border-color: #CC7D34;
}
.TagClassName
{
border-color: #CC7D34;
}
</style>