Shades of Golden Bell #C78535
Tints of Golden Bell #C78535
RGB
CMYK
RGB Variations
Color information
#C78535 (or 0xC78535) is known color: Golden Bell. HEX triplet: C7, 85 and 35. RGB value is (199,133,53). Sum of RGB (Red+Green+Blue) = 199+133+53=385 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.69% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 53 (21.09% from 255 or 13.77% from 385); Max value from RGB is 199 - color contains mainly: red. Hex color #C78535 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78535 is #387ACA. Grayscale: #909090. Windows color (decimal): -3701451 or 3507655. OLE color: 3507655.
HSL color Cylindrical-coordinate representation of color #C78535: hue angle of 32.88º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C78535 is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 133 | 53 | - |
| CMYK | 0 | 0.33 | 0.73 | 0.22 |
| HSL | 32.88º | 0.58% | 0.49% | - |
| HSV(B) | 32.88º | 0.73% | 0.78% | - |
| XYZ | 32.58 | 29.17 | 7.28 | - |
| YUV | 143.61 | 76.87 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 133 | 53 | 0 | 0.33 | 0.73 | 0.22 | 32.88 | 0.58 | 0.49 |
| Hex | C7 | 85 | 35 | 0 | 21 | 49 | 16 | 21 | 3A | 31 |
| Octal | 307 | 205 | 65 | 0 | 41 | 111 | 26 | 41 | 72 | 61 |
| Binary | 11000111 | 10000101 | 110101 | 0 | 100001 | 1001001 | 10110 | 100001 | 111010 | 110001 |
Color Harmonies of #C78535
Complementary color
Monochromatic Colors of #C78535
Black with #C78535
Text Example
Text Example
White with #C78535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78535; }
p { color: rgb(199,133,53); }
H1.HeaderClassName
{
color: #C78535;
}
.AnyTagClassName
{
color: #C78535;
}
</style>
background-color css
<style>
a { background-color: #C78535; }
a { background-color: rgb(199,133,53); }
div.DivClassName
{
background-color: #C78535;
}
.BgClassName
{
background-color: #C78535;
}
</style>
border-color css
<style>
span { border-color: #C78535; }
span { border-color: rgb(199,133,53); }
td.TdClassName
{
border-color: #C78535;
}
.TagClassName
{
border-color: #C78535;
}
</style>