Shades of Golden Bell #C58038
Tints of Golden Bell #C58038
RGB
CMYK
RGB Variations
Color information
#C58038 (or 0xC58038) is known color: Golden Bell. HEX triplet: C5, 80 and 38. RGB value is (197,128,56). Sum of RGB (Red+Green+Blue) = 197+128+56=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 56 (22.27% from 255 or 14.70% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C58038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58038 is #3A7FC7. Grayscale: #8C8C8C. Windows color (decimal): -3833800 or 3702981. OLE color: 3702981.
HSL color Cylindrical-coordinate representation of color #C58038: hue angle of 30.64º 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 #C58038 is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 128 | 56 | - |
| CMYK | 0 | 0.35 | 0.72 | 0.23 |
| HSL | 30.64º | 0.56% | 0.5% | - |
| HSV(B) | 30.64º | 0.72% | 0.77% | - |
| XYZ | 31.46 | 27.59 | 7.41 | - |
| YUV | 140.42 | 80.36 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 128 | 56 | 0 | 0.35 | 0.72 | 0.23 | 30.64 | 0.56 | 0.5 |
| Hex | C5 | 80 | 38 | 0 | 23 | 48 | 17 | 1F | 38 | 32 |
| Octal | 305 | 200 | 70 | 0 | 43 | 110 | 27 | 37 | 70 | 62 |
| Binary | 11000101 | 10000000 | 111000 | 0 | 100011 | 1001000 | 10111 | 11111 | 111000 | 110010 |
Color Harmonies of #C58038
Complementary color
Monochromatic Colors of #C58038
Black with #C58038
Text Example
Text Example
White with #C58038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58038; }
p { color: rgb(197,128,56); }
H1.HeaderClassName
{
color: #C58038;
}
.AnyTagClassName
{
color: #C58038;
}
</style>
background-color css
<style>
a { background-color: #C58038; }
a { background-color: rgb(197,128,56); }
div.DivClassName
{
background-color: #C58038;
}
.BgClassName
{
background-color: #C58038;
}
</style>
border-color css
<style>
span { border-color: #C58038; }
span { border-color: rgb(197,128,56); }
td.TdClassName
{
border-color: #C58038;
}
.TagClassName
{
border-color: #C58038;
}
</style>