Shades of Bronze #CC7633
Tints of Bronze #CC7633
RGB
CMYK
RGB Variations
Color information
#CC7633 (or 0xCC7633) is known color: Bronze. HEX triplet: CC, 76 and 33. RGB value is (204,118,51). Sum of RGB (Red+Green+Blue) = 204+118+51=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 51 (20.31% from 255 or 13.67% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7633 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7633 is #3389CC. Grayscale: #888888. Windows color (decimal): -3377613 or 3372748. OLE color: 3372748.
HSL color Cylindrical-coordinate representation of color #CC7633: hue angle of 26.27º 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 #CC7633 is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 118 | 51 | - |
| CMYK | 0 | 0.42 | 0.75 | 0.2 |
| HSL | 26.27º | 0.6% | 0.5% | - |
| HSV(B) | 26.27º | 0.75% | 0.8% | - |
| XYZ | 31.98 | 26.03 | 6.47 | - |
| YUV | 136.08 | 79.99 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 118 | 51 | 0 | 0.42 | 0.75 | 0.2 | 26.27 | 0.6 | 0.5 |
| Hex | CC | 76 | 33 | 0 | 2A | 4B | 14 | 1A | 3C | 32 |
| Octal | 314 | 166 | 63 | 0 | 52 | 113 | 24 | 32 | 74 | 62 |
| Binary | 11001100 | 1110110 | 110011 | 0 | 101010 | 1001011 | 10100 | 11010 | 111100 | 110010 |
Color Harmonies of #CC7633
Complementary color
Monochromatic Colors of #CC7633
Black with #CC7633
Text Example
Text Example
White with #CC7633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7633; }
p { color: rgb(204,118,51); }
H1.HeaderClassName
{
color: #CC7633;
}
.AnyTagClassName
{
color: #CC7633;
}
</style>
background-color css
<style>
a { background-color: #CC7633; }
a { background-color: rgb(204,118,51); }
div.DivClassName
{
background-color: #CC7633;
}
.BgClassName
{
background-color: #CC7633;
}
</style>
border-color css
<style>
span { border-color: #CC7633; }
span { border-color: rgb(204,118,51); }
td.TdClassName
{
border-color: #CC7633;
}
.TagClassName
{
border-color: #CC7633;
}
</style>