Shades of Golden Bell #C58033
Tints of Golden Bell #C58033
RGB
CMYK
RGB Variations
Color information
#C58033 (or 0xC58033) is known color: Golden Bell. HEX triplet: C5, 80 and 33. RGB value is (197,128,51). Sum of RGB (Red+Green+Blue) = 197+128+51=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 51 (20.31% from 255 or 13.56% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C58033 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58033 is #3A7FCC. Grayscale: #8C8C8C. Windows color (decimal): -3833805 or 3375301. OLE color: 3375301.
HSL color Cylindrical-coordinate representation of color #C58033: hue angle of 31.64º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C58033 is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 128 | 51 | - |
| CMYK | 0 | 0.35 | 0.74 | 0.23 |
| HSL | 31.64º | 0.59% | 0.49% | - |
| HSV(B) | 31.64º | 0.74% | 0.77% | - |
| XYZ | 31.34 | 27.55 | 6.8 | - |
| YUV | 139.85 | 77.86 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 128 | 51 | 0 | 0.35 | 0.74 | 0.23 | 31.64 | 0.59 | 0.49 |
| Hex | C5 | 80 | 33 | 0 | 23 | 4A | 17 | 20 | 3B | 31 |
| Octal | 305 | 200 | 63 | 0 | 43 | 112 | 27 | 40 | 73 | 61 |
| Binary | 11000101 | 10000000 | 110011 | 0 | 100011 | 1001010 | 10111 | 100000 | 111011 | 110001 |
Color Harmonies of #C58033
Complementary color
Monochromatic Colors of #C58033
Black with #C58033
Text Example
Text Example
White with #C58033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58033; }
p { color: rgb(197,128,51); }
H1.HeaderClassName
{
color: #C58033;
}
.AnyTagClassName
{
color: #C58033;
}
</style>
background-color css
<style>
a { background-color: #C58033; }
a { background-color: rgb(197,128,51); }
div.DivClassName
{
background-color: #C58033;
}
.BgClassName
{
background-color: #C58033;
}
</style>
border-color css
<style>
span { border-color: #C58033; }
span { border-color: rgb(197,128,51); }
td.TdClassName
{
border-color: #C58033;
}
.TagClassName
{
border-color: #C58033;
}
</style>