Shades of Bronze #CC7A33
Tints of Bronze #CC7A33
RGB
CMYK
RGB Variations
Color information
#CC7A33 (or 0xCC7A33) is known color: Bronze. HEX triplet: CC, 7A and 33. RGB value is (204,122,51). Sum of RGB (Red+Green+Blue) = 204+122+51=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 51 (20.31% from 255 or 13.53% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7A33 is #3385CC. Grayscale: #8A8A8A. Windows color (decimal): -3376589 or 3373772. OLE color: 3373772.
HSL color Cylindrical-coordinate representation of color #CC7A33: hue angle of 27.84º 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 #CC7A33 is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 122 | 51 | - |
| CMYK | 0 | 0.40 | 0.75 | 0.2 |
| HSL | 27.84º | 0.6% | 0.5% | - |
| HSV(B) | 27.84º | 0.75% | 0.8% | - |
| XYZ | 32.46 | 27 | 6.63 | - |
| YUV | 138.42 | 78.67 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 122 | 51 | 0 | 0.40 | 0.75 | 0.2 | 27.84 | 0.6 | 0.5 |
| Hex | CC | 7A | 33 | 0 | 28 | 4B | 14 | 1C | 3C | 32 |
| Octal | 314 | 172 | 63 | 0 | 50 | 113 | 24 | 34 | 74 | 62 |
| Binary | 11001100 | 1111010 | 110011 | 0 | 101000 | 1001011 | 10100 | 11100 | 111100 | 110010 |
Color Harmonies of #CC7A33
Complementary color
Monochromatic Colors of #CC7A33
Black with #CC7A33
Text Example
Text Example
White with #CC7A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7A33; }
p { color: rgb(204,122,51); }
H1.HeaderClassName
{
color: #CC7A33;
}
.AnyTagClassName
{
color: #CC7A33;
}
</style>
background-color css
<style>
a { background-color: #CC7A33; }
a { background-color: rgb(204,122,51); }
div.DivClassName
{
background-color: #CC7A33;
}
.BgClassName
{
background-color: #CC7A33;
}
</style>
border-color css
<style>
span { border-color: #CC7A33; }
span { border-color: rgb(204,122,51); }
td.TdClassName
{
border-color: #CC7A33;
}
.TagClassName
{
border-color: #CC7A33;
}
</style>