Shades of Golden Bell #C57D3A
Tints of Golden Bell #C57D3A
RGB
CMYK
RGB Variations
Color information
#C57D3A (or 0xC57D3A) is known color: Golden Bell. HEX triplet: C5, 7D and 3A. RGB value is (197,125,58). Sum of RGB (Red+Green+Blue) = 197+125+58=380 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.84% from 380); Green value is 125 (49.22% from 255 or 32.89% from 380); Blue value is 58 (23.05% from 255 or 15.26% from 380); Max value from RGB is 197 - color contains mainly: red. Hex color #C57D3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57D3A is #3A82C5. Grayscale: #8B8B8B. Windows color (decimal): -3834566 or 3833285. OLE color: 3833285.
HSL color Cylindrical-coordinate representation of color #C57D3A: hue angle of 28.92º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C57D3A is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 125 | 58 | - |
| CMYK | 0 | 0.37 | 0.71 | 0.23 |
| HSL | 28.92º | 0.55% | 0.5% | - |
| HSV(B) | 28.92º | 0.71% | 0.77% | - |
| XYZ | 31.12 | 26.84 | 7.54 | - |
| YUV | 138.89 | 82.35 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 125 | 58 | 0 | 0.37 | 0.71 | 0.23 | 28.92 | 0.55 | 0.5 |
| Hex | C5 | 7D | 3A | 0 | 25 | 47 | 17 | 1D | 37 | 32 |
| Octal | 305 | 175 | 72 | 0 | 45 | 107 | 27 | 35 | 67 | 62 |
| Binary | 11000101 | 1111101 | 111010 | 0 | 100101 | 1000111 | 10111 | 11101 | 110111 | 110010 |
Color Harmonies of #C57D3A
Complementary color
Monochromatic Colors of #C57D3A
Black with #C57D3A
Text Example
Text Example
White with #C57D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57D3A; }
p { color: rgb(197,125,58); }
H1.HeaderClassName
{
color: #C57D3A;
}
.AnyTagClassName
{
color: #C57D3A;
}
</style>
background-color css
<style>
a { background-color: #C57D3A; }
a { background-color: rgb(197,125,58); }
div.DivClassName
{
background-color: #C57D3A;
}
.BgClassName
{
background-color: #C57D3A;
}
</style>
border-color css
<style>
span { border-color: #C57D3A; }
span { border-color: rgb(197,125,58); }
td.TdClassName
{
border-color: #C57D3A;
}
.TagClassName
{
border-color: #C57D3A;
}
</style>