Shades of Bronze #C9762F
Tints of Bronze #C9762F
RGB
CMYK
RGB Variations
Color information
#C9762F (or 0xC9762F) is known color: Bronze. HEX triplet: C9, 76 and 2F. RGB value is (201,118,47). Sum of RGB (Red+Green+Blue) = 201+118+47=366 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.92% from 366); Green value is 118 (46.48% from 255 or 32.24% from 366); Blue value is 47 (18.75% from 255 or 12.84% from 366); Max value from RGB is 201 - color contains mainly: red. Hex color #C9762F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9762F is #3689D0. Grayscale: #878787. Windows color (decimal): -3574225 or 3110601. OLE color: 3110601.
HSL color Cylindrical-coordinate representation of color #C9762F: hue angle of 27.66º 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 #C9762F is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 118 | 47 | - |
| CMYK | 0 | 0.41 | 0.77 | 0.21 |
| HSL | 27.66º | 0.62% | 0.49% | - |
| HSV(B) | 27.66º | 0.77% | 0.79% | - |
| XYZ | 31.08 | 25.58 | 5.99 | - |
| YUV | 134.72 | 78.5 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 118 | 47 | 0 | 0.41 | 0.77 | 0.21 | 27.66 | 0.62 | 0.49 |
| Hex | C9 | 76 | 2F | 0 | 29 | 4D | 15 | 1C | 3E | 31 |
| Octal | 311 | 166 | 57 | 0 | 51 | 115 | 25 | 34 | 76 | 61 |
| Binary | 11001001 | 1110110 | 101111 | 0 | 101001 | 1001101 | 10101 | 11100 | 111110 | 110001 |
Color Harmonies of #C9762F
Complementary color
Monochromatic Colors of #C9762F
Black with #C9762F
Text Example
Text Example
White with #C9762F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9762F; }
p { color: rgb(201,118,47); }
H1.HeaderClassName
{
color: #C9762F;
}
.AnyTagClassName
{
color: #C9762F;
}
</style>
background-color css
<style>
a { background-color: #C9762F; }
a { background-color: rgb(201,118,47); }
div.DivClassName
{
background-color: #C9762F;
}
.BgClassName
{
background-color: #C9762F;
}
</style>
border-color css
<style>
span { border-color: #C9762F; }
span { border-color: rgb(201,118,47); }
td.TdClassName
{
border-color: #C9762F;
}
.TagClassName
{
border-color: #C9762F;
}
</style>