Shades of Golden Bell #C5863B
Tints of Golden Bell #C5863B
RGB
CMYK
RGB Variations
Color information
#C5863B (or 0xC5863B) is known color: Golden Bell. HEX triplet: C5, 86 and 3B. RGB value is (197,134,59). Sum of RGB (Red+Green+Blue) = 197+134+59=390 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.51% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 59 (23.44% from 255 or 15.13% from 390); Max value from RGB is 197 - color contains mainly: red. Hex color #C5863B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5863B is #3A79C4. Grayscale: #909090. Windows color (decimal): -3832261 or 3901125. OLE color: 3901125.
HSL color Cylindrical-coordinate representation of color #C5863B: hue angle of 32.61º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C5863B is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 134 | 59 | - |
| CMYK | 0 | 0.32 | 0.70 | 0.23 |
| HSL | 32.61º | 0.54% | 0.5% | - |
| HSV(B) | 32.61º | 0.7% | 0.77% | - |
| XYZ | 32.34 | 29.24 | 8.08 | - |
| YUV | 144.29 | 79.87 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 134 | 59 | 0 | 0.32 | 0.70 | 0.23 | 32.61 | 0.54 | 0.5 |
| Hex | C5 | 86 | 3B | 0 | 20 | 46 | 17 | 21 | 36 | 32 |
| Octal | 305 | 206 | 73 | 0 | 40 | 106 | 27 | 41 | 66 | 62 |
| Binary | 11000101 | 10000110 | 111011 | 0 | 100000 | 1000110 | 10111 | 100001 | 110110 | 110010 |
Color Harmonies of #C5863B
Complementary color
Monochromatic Colors of #C5863B
Black with #C5863B
Text Example
Text Example
White with #C5863B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5863B; }
p { color: rgb(197,134,59); }
H1.HeaderClassName
{
color: #C5863B;
}
.AnyTagClassName
{
color: #C5863B;
}
</style>
background-color css
<style>
a { background-color: #C5863B; }
a { background-color: rgb(197,134,59); }
div.DivClassName
{
background-color: #C5863B;
}
.BgClassName
{
background-color: #C5863B;
}
</style>
border-color css
<style>
span { border-color: #C5863B; }
span { border-color: rgb(197,134,59); }
td.TdClassName
{
border-color: #C5863B;
}
.TagClassName
{
border-color: #C5863B;
}
</style>