Shades of Bronze #CC7A2C
Tints of Bronze #CC7A2C
RGB
CMYK
RGB Variations
Color information
#CC7A2C (or 0xCC7A2C) is known color: Bronze. HEX triplet: CC, 7A and 2C. RGB value is (204,122,44). Sum of RGB (Red+Green+Blue) = 204+122+44=370 (49% of max value = 765). Red value is 204 (80.08% from 255 or 55.14% from 370); Green value is 122 (48.05% from 255 or 32.97% from 370); Blue value is 44 (17.58% from 255 or 11.89% from 370); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7A2C is #3385D3. Grayscale: #8A8A8A. Windows color (decimal): -3376596 or 2915020. OLE color: 2915020.
HSL color Cylindrical-coordinate representation of color #CC7A2C: hue angle of 29.25º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC7A2C is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 122 | 44 | - |
| CMYK | 0 | 0.40 | 0.78 | 0.2 |
| HSL | 29.25º | 0.65% | 0.49% | - |
| HSV(B) | 29.25º | 0.78% | 0.8% | - |
| XYZ | 32.32 | 26.94 | 5.88 | - |
| YUV | 137.63 | 75.17 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 122 | 44 | 0 | 0.40 | 0.78 | 0.2 | 29.25 | 0.65 | 0.49 |
| Hex | CC | 7A | 2C | 0 | 28 | 4E | 14 | 1D | 41 | 31 |
| Octal | 314 | 172 | 54 | 0 | 50 | 116 | 24 | 35 | 101 | 61 |
| Binary | 11001100 | 1111010 | 101100 | 0 | 101000 | 1001110 | 10100 | 11101 | 1000001 | 110001 |
Color Harmonies of #CC7A2C
Complementary color
Monochromatic Colors of #CC7A2C
Black with #CC7A2C
Text Example
Text Example
White with #CC7A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7A2C; }
p { color: rgb(204,122,44); }
H1.HeaderClassName
{
color: #CC7A2C;
}
.AnyTagClassName
{
color: #CC7A2C;
}
</style>
background-color css
<style>
a { background-color: #CC7A2C; }
a { background-color: rgb(204,122,44); }
div.DivClassName
{
background-color: #CC7A2C;
}
.BgClassName
{
background-color: #CC7A2C;
}
</style>
border-color css
<style>
span { border-color: #CC7A2C; }
span { border-color: rgb(204,122,44); }
td.TdClassName
{
border-color: #CC7A2C;
}
.TagClassName
{
border-color: #CC7A2C;
}
</style>