Shades of Bronze #C9782C
Tints of Bronze #C9782C
RGB
CMYK
RGB Variations
Color information
#C9782C (or 0xC9782C) is known color: Bronze. HEX triplet: C9, 78 and 2C. RGB value is (201,120,44). Sum of RGB (Red+Green+Blue) = 201+120+44=365 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.07% from 365); Green value is 120 (47.27% from 255 or 32.88% from 365); Blue value is 44 (17.58% from 255 or 12.05% from 365); Max value from RGB is 201 - color contains mainly: red. Hex color #C9782C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9782C is #3687D3. Grayscale: #878787. Windows color (decimal): -3573716 or 2914505. OLE color: 2914505.
HSL color Cylindrical-coordinate representation of color #C9782C: hue angle of 29.04º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C9782C is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 120 | 44 | - |
| CMYK | 0 | 0.40 | 0.78 | 0.21 |
| HSL | 29.04º | 0.64% | 0.48% | - |
| HSV(B) | 29.04º | 0.78% | 0.79% | - |
| XYZ | 31.26 | 26.03 | 5.76 | - |
| YUV | 135.56 | 76.34 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 120 | 44 | 0 | 0.40 | 0.78 | 0.21 | 29.04 | 0.64 | 0.48 |
| Hex | C9 | 78 | 2C | 0 | 28 | 4E | 15 | 1D | 40 | 30 |
| Octal | 311 | 170 | 54 | 0 | 50 | 116 | 25 | 35 | 100 | 60 |
| Binary | 11001001 | 1111000 | 101100 | 0 | 101000 | 1001110 | 10101 | 11101 | 1000000 | 110000 |
Color Harmonies of #C9782C
Complementary color
Monochromatic Colors of #C9782C
Black with #C9782C
Text Example
Text Example
White with #C9782C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9782C; }
p { color: rgb(201,120,44); }
H1.HeaderClassName
{
color: #C9782C;
}
.AnyTagClassName
{
color: #C9782C;
}
</style>
background-color css
<style>
a { background-color: #C9782C; }
a { background-color: rgb(201,120,44); }
div.DivClassName
{
background-color: #C9782C;
}
.BgClassName
{
background-color: #C9782C;
}
</style>
border-color css
<style>
span { border-color: #C9782C; }
span { border-color: rgb(201,120,44); }
td.TdClassName
{
border-color: #C9782C;
}
.TagClassName
{
border-color: #C9782C;
}
</style>