Shades of Bronze #C97A32
Tints of Bronze #C97A32
RGB
CMYK
RGB Variations
Color information
#C97A32 (or 0xC97A32) is known color: Bronze. HEX triplet: C9, 7A and 32. RGB value is (201,122,50). Sum of RGB (Red+Green+Blue) = 201+122+50=373 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.89% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 50 (19.92% from 255 or 13.40% from 373); Max value from RGB is 201 - color contains mainly: red. Hex color #C97A32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97A32 is #3685CD. Grayscale: #898989. Windows color (decimal): -3573198 or 3308233. OLE color: 3308233.
HSL color Cylindrical-coordinate representation of color #C97A32: hue angle of 28.61º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C97A32 is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 122 | 50 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.21 |
| HSL | 28.61º | 0.6% | 0.49% | - |
| HSV(B) | 28.61º | 0.75% | 0.79% | - |
| XYZ | 31.62 | 26.57 | 6.48 | - |
| YUV | 137.41 | 78.67 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 122 | 50 | 0 | 0.39 | 0.75 | 0.21 | 28.61 | 0.6 | 0.49 |
| Hex | C9 | 7A | 32 | 0 | 27 | 4B | 15 | 1D | 3C | 31 |
| Octal | 311 | 172 | 62 | 0 | 47 | 113 | 25 | 35 | 74 | 61 |
| Binary | 11001001 | 1111010 | 110010 | 0 | 100111 | 1001011 | 10101 | 11101 | 111100 | 110001 |
Color Harmonies of #C97A32
Complementary color
Monochromatic Colors of #C97A32
Black with #C97A32
Text Example
Text Example
White with #C97A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97A32; }
p { color: rgb(201,122,50); }
H1.HeaderClassName
{
color: #C97A32;
}
.AnyTagClassName
{
color: #C97A32;
}
</style>
background-color css
<style>
a { background-color: #C97A32; }
a { background-color: rgb(201,122,50); }
div.DivClassName
{
background-color: #C97A32;
}
.BgClassName
{
background-color: #C97A32;
}
</style>
border-color css
<style>
span { border-color: #C97A32; }
span { border-color: rgb(201,122,50); }
td.TdClassName
{
border-color: #C97A32;
}
.TagClassName
{
border-color: #C97A32;
}
</style>