Shades of Bronze #C9802F
Tints of Bronze #C9802F
RGB
CMYK
RGB Variations
Color information
#C9802F (or 0xC9802F) is known color: Bronze. HEX triplet: C9, 80 and 2F. RGB value is (201,128,47). Sum of RGB (Red+Green+Blue) = 201+128+47=376 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.46% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 47 (18.75% from 255 or 12.5% from 376); Max value from RGB is 201 - color contains mainly: red. Hex color #C9802F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9802F is #367FD0. Grayscale: #8C8C8C. Windows color (decimal): -3571665 or 3113161. OLE color: 3113161.
HSL color Cylindrical-coordinate representation of color #C9802F: hue angle of 31.56º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C9802F is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 128 | 47 | - |
| CMYK | 0 | 0.36 | 0.77 | 0.21 |
| HSL | 31.56º | 0.62% | 0.49% | - |
| HSV(B) | 31.56º | 0.77% | 0.79% | - |
| XYZ | 32.32 | 28.06 | 6.4 | - |
| YUV | 140.59 | 75.18 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 128 | 47 | 0 | 0.36 | 0.77 | 0.21 | 31.56 | 0.62 | 0.49 |
| Hex | C9 | 80 | 2F | 0 | 24 | 4D | 15 | 20 | 3E | 31 |
| Octal | 311 | 200 | 57 | 0 | 44 | 115 | 25 | 40 | 76 | 61 |
| Binary | 11001001 | 10000000 | 101111 | 0 | 100100 | 1001101 | 10101 | 100000 | 111110 | 110001 |
Color Harmonies of #C9802F
Complementary color
Monochromatic Colors of #C9802F
Black with #C9802F
Text Example
Text Example
White with #C9802F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9802F; }
p { color: rgb(201,128,47); }
H1.HeaderClassName
{
color: #C9802F;
}
.AnyTagClassName
{
color: #C9802F;
}
</style>
background-color css
<style>
a { background-color: #C9802F; }
a { background-color: rgb(201,128,47); }
div.DivClassName
{
background-color: #C9802F;
}
.BgClassName
{
background-color: #C9802F;
}
</style>
border-color css
<style>
span { border-color: #C9802F; }
span { border-color: rgb(201,128,47); }
td.TdClassName
{
border-color: #C9802F;
}
.TagClassName
{
border-color: #C9802F;
}
</style>