Shades of Golden Bell #C58438
Tints of Golden Bell #C58438
RGB
CMYK
RGB Variations
Color information
#C58438 (or 0xC58438) is known color: Golden Bell. HEX triplet: C5, 84 and 38. RGB value is (197,132,56). Sum of RGB (Red+Green+Blue) = 197+132+56=385 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.17% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 56 (22.27% from 255 or 14.55% from 385); Max value from RGB is 197 - color contains mainly: red. Hex color #C58438 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58438 is #3A7BC7. Grayscale: #8F8F8F. Windows color (decimal): -3832776 or 3704005. OLE color: 3704005.
HSL color Cylindrical-coordinate representation of color #C58438: hue angle of 32.34º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C58438 is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 132 | 56 | - |
| CMYK | 0 | 0.33 | 0.72 | 0.23 |
| HSL | 32.34º | 0.56% | 0.5% | - |
| HSV(B) | 32.34º | 0.72% | 0.77% | - |
| XYZ | 31.99 | 28.66 | 7.59 | - |
| YUV | 142.77 | 79.03 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 132 | 56 | 0 | 0.33 | 0.72 | 0.23 | 32.34 | 0.56 | 0.5 |
| Hex | C5 | 84 | 38 | 0 | 21 | 48 | 17 | 20 | 38 | 32 |
| Octal | 305 | 204 | 70 | 0 | 41 | 110 | 27 | 40 | 70 | 62 |
| Binary | 11000101 | 10000100 | 111000 | 0 | 100001 | 1001000 | 10111 | 100000 | 111000 | 110010 |
Color Harmonies of #C58438
Complementary color
Monochromatic Colors of #C58438
Black with #C58438
Text Example
Text Example
White with #C58438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58438; }
p { color: rgb(197,132,56); }
H1.HeaderClassName
{
color: #C58438;
}
.AnyTagClassName
{
color: #C58438;
}
</style>
background-color css
<style>
a { background-color: #C58438; }
a { background-color: rgb(197,132,56); }
div.DivClassName
{
background-color: #C58438;
}
.BgClassName
{
background-color: #C58438;
}
</style>
border-color css
<style>
span { border-color: #C58438; }
span { border-color: rgb(197,132,56); }
td.TdClassName
{
border-color: #C58438;
}
.TagClassName
{
border-color: #C58438;
}
</style>