Shades of Bronze #C8792D
Tints of Bronze #C8792D
RGB
CMYK
RGB Variations
Color information
#C8792D (or 0xC8792D) is known color: Bronze. HEX triplet: C8, 79 and 2D. RGB value is (200,121,45). Sum of RGB (Red+Green+Blue) = 200+121+45=366 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.64% from 366); Green value is 121 (47.66% from 255 or 33.06% from 366); Blue value is 45 (17.97% from 255 or 12.30% from 366); Max value from RGB is 200 - color contains mainly: red. Hex color #C8792D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8792D is #3786D2. Grayscale: #888888. Windows color (decimal): -3638995 or 2980296. OLE color: 2980296.
HSL color Cylindrical-coordinate representation of color #C8792D: hue angle of 29.42º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C8792D is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 121 | 45 | - |
| CMYK | 0 | 0.39 | 0.78 | 0.22 |
| HSL | 29.42º | 0.63% | 0.48% | - |
| HSV(B) | 29.42º | 0.78% | 0.78% | - |
| XYZ | 31.13 | 26.14 | 5.89 | - |
| YUV | 135.96 | 76.67 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 121 | 45 | 0 | 0.39 | 0.78 | 0.22 | 29.42 | 0.63 | 0.48 |
| Hex | C8 | 79 | 2D | 0 | 27 | 4E | 16 | 1D | 3F | 30 |
| Octal | 310 | 171 | 55 | 0 | 47 | 116 | 26 | 35 | 77 | 60 |
| Binary | 11001000 | 1111001 | 101101 | 0 | 100111 | 1001110 | 10110 | 11101 | 111111 | 110000 |
Color Harmonies of #C8792D
Complementary color
Monochromatic Colors of #C8792D
Black with #C8792D
Text Example
Text Example
White with #C8792D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8792D; }
p { color: rgb(200,121,45); }
H1.HeaderClassName
{
color: #C8792D;
}
.AnyTagClassName
{
color: #C8792D;
}
</style>
background-color css
<style>
a { background-color: #C8792D; }
a { background-color: rgb(200,121,45); }
div.DivClassName
{
background-color: #C8792D;
}
.BgClassName
{
background-color: #C8792D;
}
</style>
border-color css
<style>
span { border-color: #C8792D; }
span { border-color: rgb(200,121,45); }
td.TdClassName
{
border-color: #C8792D;
}
.TagClassName
{
border-color: #C8792D;
}
</style>