Shades of Bronze #C97F32
Tints of Bronze #C97F32
RGB
CMYK
RGB Variations
Color information
#C97F32 (or 0xC97F32) is known color: Bronze. HEX triplet: C9, 7F and 32. RGB value is (201,127,50). Sum of RGB (Red+Green+Blue) = 201+127+50=378 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.17% from 378); Green value is 127 (50% from 255 or 33.60% from 378); Blue value is 50 (19.92% from 255 or 13.23% from 378); Max value from RGB is 201 - color contains mainly: red. Hex color #C97F32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97F32 is #3680CD. Grayscale: #8C8C8C. Windows color (decimal): -3571918 or 3309513. OLE color: 3309513.
HSL color Cylindrical-coordinate representation of color #C97F32: hue angle of 30.6º 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 #C97F32 is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 127 | 50 | - |
| CMYK | 0 | 0.37 | 0.75 | 0.21 |
| HSL | 30.6º | 0.6% | 0.49% | - |
| HSV(B) | 30.6º | 0.75% | 0.79% | - |
| XYZ | 32.25 | 27.83 | 6.69 | - |
| YUV | 140.35 | 77.02 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 127 | 50 | 0 | 0.37 | 0.75 | 0.21 | 30.6 | 0.6 | 0.49 |
| Hex | C9 | 7F | 32 | 0 | 25 | 4B | 15 | 1F | 3C | 31 |
| Octal | 311 | 177 | 62 | 0 | 45 | 113 | 25 | 37 | 74 | 61 |
| Binary | 11001001 | 1111111 | 110010 | 0 | 100101 | 1001011 | 10101 | 11111 | 111100 | 110001 |
Color Harmonies of #C97F32
Complementary color
Monochromatic Colors of #C97F32
Black with #C97F32
Text Example
Text Example
White with #C97F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97F32; }
p { color: rgb(201,127,50); }
H1.HeaderClassName
{
color: #C97F32;
}
.AnyTagClassName
{
color: #C97F32;
}
</style>
background-color css
<style>
a { background-color: #C97F32; }
a { background-color: rgb(201,127,50); }
div.DivClassName
{
background-color: #C97F32;
}
.BgClassName
{
background-color: #C97F32;
}
</style>
border-color css
<style>
span { border-color: #C97F32; }
span { border-color: rgb(201,127,50); }
td.TdClassName
{
border-color: #C97F32;
}
.TagClassName
{
border-color: #C97F32;
}
</style>