Shades of Golden Bell #C58235
Tints of Golden Bell #C58235
RGB
CMYK
RGB Variations
Color information
#C58235 (or 0xC58235) is known color: Golden Bell. HEX triplet: C5, 82 and 35. RGB value is (197,130,53). Sum of RGB (Red+Green+Blue) = 197+130+53=380 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.84% from 380); Green value is 130 (51.17% from 255 or 34.21% from 380); Blue value is 53 (21.09% from 255 or 13.95% from 380); Max value from RGB is 197 - color contains mainly: red. Hex color #C58235 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58235 is #3A7DCA. Grayscale: #8D8D8D. Windows color (decimal): -3833291 or 3506885. OLE color: 3506885.
HSL color Cylindrical-coordinate representation of color #C58235: hue angle of 32.08º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C58235 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 130 | 53 | - |
| CMYK | 0 | 0.34 | 0.73 | 0.23 |
| HSL | 32.08º | 0.58% | 0.49% | - |
| HSV(B) | 32.08º | 0.73% | 0.77% | - |
| XYZ | 31.65 | 28.09 | 7.12 | - |
| YUV | 141.26 | 78.2 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 130 | 53 | 0 | 0.34 | 0.73 | 0.23 | 32.08 | 0.58 | 0.49 |
| Hex | C5 | 82 | 35 | 0 | 22 | 49 | 17 | 20 | 3A | 31 |
| Octal | 305 | 202 | 65 | 0 | 42 | 111 | 27 | 40 | 72 | 61 |
| Binary | 11000101 | 10000010 | 110101 | 0 | 100010 | 1001001 | 10111 | 100000 | 111010 | 110001 |
Color Harmonies of #C58235
Complementary color
Monochromatic Colors of #C58235
Black with #C58235
Text Example
Text Example
White with #C58235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58235; }
p { color: rgb(197,130,53); }
H1.HeaderClassName
{
color: #C58235;
}
.AnyTagClassName
{
color: #C58235;
}
</style>
background-color css
<style>
a { background-color: #C58235; }
a { background-color: rgb(197,130,53); }
div.DivClassName
{
background-color: #C58235;
}
.BgClassName
{
background-color: #C58235;
}
</style>
border-color css
<style>
span { border-color: #C58235; }
span { border-color: rgb(197,130,53); }
td.TdClassName
{
border-color: #C58235;
}
.TagClassName
{
border-color: #C58235;
}
</style>