Shades of Bronze #C67A33
Tints of Bronze #C67A33
RGB
CMYK
RGB Variations
Color information
#C67A33 (or 0xC67A33) is known color: Bronze. HEX triplet: C6, 7A and 33. RGB value is (198,122,51). Sum of RGB (Red+Green+Blue) = 198+122+51=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 122 (48.05% from 255 or 32.88% from 371); Blue value is 51 (20.31% from 255 or 13.75% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C67A33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67A33 is #3985CC. Grayscale: #888888. Windows color (decimal): -3769805 or 3373766. OLE color: 3373766.
HSL color Cylindrical-coordinate representation of color #C67A33: hue angle of 28.98º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C67A33 is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 122 | 51 | - |
| CMYK | 0 | 0.38 | 0.74 | 0.22 |
| HSL | 28.98º | 0.59% | 0.49% | - |
| HSV(B) | 28.98º | 0.74% | 0.78% | - |
| XYZ | 30.85 | 26.16 | 6.56 | - |
| YUV | 136.63 | 79.68 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 122 | 51 | 0 | 0.38 | 0.74 | 0.22 | 28.98 | 0.59 | 0.49 |
| Hex | C6 | 7A | 33 | 0 | 26 | 4A | 16 | 1D | 3B | 31 |
| Octal | 306 | 172 | 63 | 0 | 46 | 112 | 26 | 35 | 73 | 61 |
| Binary | 11000110 | 1111010 | 110011 | 0 | 100110 | 1001010 | 10110 | 11101 | 111011 | 110001 |
Color Harmonies of #C67A33
Complementary color
Monochromatic Colors of #C67A33
Black with #C67A33
Text Example
Text Example
White with #C67A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67A33; }
p { color: rgb(198,122,51); }
H1.HeaderClassName
{
color: #C67A33;
}
.AnyTagClassName
{
color: #C67A33;
}
</style>
background-color css
<style>
a { background-color: #C67A33; }
a { background-color: rgb(198,122,51); }
div.DivClassName
{
background-color: #C67A33;
}
.BgClassName
{
background-color: #C67A33;
}
</style>
border-color css
<style>
span { border-color: #C67A33; }
span { border-color: rgb(198,122,51); }
td.TdClassName
{
border-color: #C67A33;
}
.TagClassName
{
border-color: #C67A33;
}
</style>