Shades of Bronze #C97632
Tints of Bronze #C97632
RGB
CMYK
RGB Variations
Color information
#C97632 (or 0xC97632) is known color: Bronze. HEX triplet: C9, 76 and 32. RGB value is (201,118,50). Sum of RGB (Red+Green+Blue) = 201+118+50=369 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.47% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 50 (19.92% from 255 or 13.55% from 369); Max value from RGB is 201 - color contains mainly: red. Hex color #C97632 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97632 is #3689CD. Grayscale: #878787. Windows color (decimal): -3574222 or 3307209. OLE color: 3307209.
HSL color Cylindrical-coordinate representation of color #C97632: hue angle of 27.02º 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 #C97632 is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 118 | 50 | - |
| CMYK | 0 | 0.41 | 0.75 | 0.21 |
| HSL | 27.02º | 0.6% | 0.49% | - |
| HSV(B) | 27.02º | 0.75% | 0.79% | - |
| XYZ | 31.14 | 25.6 | 6.32 | - |
| YUV | 135.07 | 80 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 118 | 50 | 0 | 0.41 | 0.75 | 0.21 | 27.02 | 0.6 | 0.49 |
| Hex | C9 | 76 | 32 | 0 | 29 | 4B | 15 | 1B | 3C | 31 |
| Octal | 311 | 166 | 62 | 0 | 51 | 113 | 25 | 33 | 74 | 61 |
| Binary | 11001001 | 1110110 | 110010 | 0 | 101001 | 1001011 | 10101 | 11011 | 111100 | 110001 |
Color Harmonies of #C97632
Complementary color
Monochromatic Colors of #C97632
Black with #C97632
Text Example
Text Example
White with #C97632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97632; }
p { color: rgb(201,118,50); }
H1.HeaderClassName
{
color: #C97632;
}
.AnyTagClassName
{
color: #C97632;
}
</style>
background-color css
<style>
a { background-color: #C97632; }
a { background-color: rgb(201,118,50); }
div.DivClassName
{
background-color: #C97632;
}
.BgClassName
{
background-color: #C97632;
}
</style>
border-color css
<style>
span { border-color: #C97632; }
span { border-color: rgb(201,118,50); }
td.TdClassName
{
border-color: #C97632;
}
.TagClassName
{
border-color: #C97632;
}
</style>