Shades of Golden Bell #C78836
Tints of Golden Bell #C78836
RGB
CMYK
RGB Variations
Color information
#C78836 (or 0xC78836) is known color: Golden Bell. HEX triplet: C7, 88 and 36. RGB value is (199,136,54). Sum of RGB (Red+Green+Blue) = 199+136+54=389 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.16% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 54 (21.48% from 255 or 13.88% from 389); Max value from RGB is 199 - color contains mainly: red. Hex color #C78836 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78836 is #3877C9. Grayscale: #919191. Windows color (decimal): -3700682 or 3573959. OLE color: 3573959.
HSL color Cylindrical-coordinate representation of color #C78836: hue angle of 33.93º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C78836 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 136 | 54 | - |
| CMYK | 0 | 0.32 | 0.73 | 0.22 |
| HSL | 33.93º | 0.57% | 0.5% | - |
| HSV(B) | 33.93º | 0.73% | 0.78% | - |
| XYZ | 33.02 | 30.02 | 7.54 | - |
| YUV | 145.49 | 76.37 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 136 | 54 | 0 | 0.32 | 0.73 | 0.22 | 33.93 | 0.57 | 0.5 |
| Hex | C7 | 88 | 36 | 0 | 20 | 49 | 16 | 22 | 39 | 32 |
| Octal | 307 | 210 | 66 | 0 | 40 | 111 | 26 | 42 | 71 | 62 |
| Binary | 11000111 | 10001000 | 110110 | 0 | 100000 | 1001001 | 10110 | 100010 | 111001 | 110010 |
Color Harmonies of #C78836
Complementary color
Monochromatic Colors of #C78836
Black with #C78836
Text Example
Text Example
White with #C78836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78836; }
p { color: rgb(199,136,54); }
H1.HeaderClassName
{
color: #C78836;
}
.AnyTagClassName
{
color: #C78836;
}
</style>
background-color css
<style>
a { background-color: #C78836; }
a { background-color: rgb(199,136,54); }
div.DivClassName
{
background-color: #C78836;
}
.BgClassName
{
background-color: #C78836;
}
</style>
border-color css
<style>
span { border-color: #C78836; }
span { border-color: rgb(199,136,54); }
td.TdClassName
{
border-color: #C78836;
}
.TagClassName
{
border-color: #C78836;
}
</style>