Shades of Bronze #CC7936
Tints of Bronze #CC7936
RGB
CMYK
RGB Variations
Color information
#CC7936 (or 0xCC7936) is known color: Bronze. HEX triplet: CC, 79 and 36. RGB value is (204,121,54). Sum of RGB (Red+Green+Blue) = 204+121+54=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 54 (21.48% from 255 or 14.25% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7936 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7936 is #3386C9. Grayscale: #8A8A8A. Windows color (decimal): -3376842 or 3570124. OLE color: 3570124.
HSL color Cylindrical-coordinate representation of color #CC7936: hue angle of 26.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC7936 is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 121 | 54 | - |
| CMYK | 0 | 0.41 | 0.74 | 0.2 |
| HSL | 26.8º | 0.6% | 0.51% | - |
| HSV(B) | 26.8º | 0.74% | 0.8% | - |
| XYZ | 32.41 | 26.78 | 6.95 | - |
| YUV | 138.18 | 80.5 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 121 | 54 | 0 | 0.41 | 0.74 | 0.2 | 26.8 | 0.6 | 0.51 |
| Hex | CC | 79 | 36 | 0 | 29 | 4A | 14 | 1B | 3C | 33 |
| Octal | 314 | 171 | 66 | 0 | 51 | 112 | 24 | 33 | 74 | 63 |
| Binary | 11001100 | 1111001 | 110110 | 0 | 101001 | 1001010 | 10100 | 11011 | 111100 | 110011 |
Color Harmonies of #CC7936
Complementary color
Monochromatic Colors of #CC7936
Black with #CC7936
Text Example
Text Example
White with #CC7936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7936; }
p { color: rgb(204,121,54); }
H1.HeaderClassName
{
color: #CC7936;
}
.AnyTagClassName
{
color: #CC7936;
}
</style>
background-color css
<style>
a { background-color: #CC7936; }
a { background-color: rgb(204,121,54); }
div.DivClassName
{
background-color: #CC7936;
}
.BgClassName
{
background-color: #CC7936;
}
</style>
border-color css
<style>
span { border-color: #CC7936; }
span { border-color: rgb(204,121,54); }
td.TdClassName
{
border-color: #CC7936;
}
.TagClassName
{
border-color: #CC7936;
}
</style>