Shades of Golden Bell #C57B37
Tints of Golden Bell #C57B37
RGB
CMYK
RGB Variations
Color information
#C57B37 (or 0xC57B37) is known color: Golden Bell. HEX triplet: C5, 7B and 37. RGB value is (197,123,55). Sum of RGB (Red+Green+Blue) = 197+123+55=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 55 (21.88% from 255 or 14.67% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C57B37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57B37 is #3A84C8. Grayscale: #898989. Windows color (decimal): -3835081 or 3636165. OLE color: 3636165.
HSL color Cylindrical-coordinate representation of color #C57B37: hue angle of 28.73º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C57B37 is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 123 | 55 | - |
| CMYK | 0 | 0.38 | 0.72 | 0.23 |
| HSL | 28.73º | 0.56% | 0.49% | - |
| HSV(B) | 28.73º | 0.72% | 0.77% | - |
| XYZ | 30.8 | 26.31 | 7.07 | - |
| YUV | 137.37 | 81.52 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 123 | 55 | 0 | 0.38 | 0.72 | 0.23 | 28.73 | 0.56 | 0.49 |
| Hex | C5 | 7B | 37 | 0 | 26 | 48 | 17 | 1D | 38 | 31 |
| Octal | 305 | 173 | 67 | 0 | 46 | 110 | 27 | 35 | 70 | 61 |
| Binary | 11000101 | 1111011 | 110111 | 0 | 100110 | 1001000 | 10111 | 11101 | 111000 | 110001 |
Color Harmonies of #C57B37
Complementary color
Monochromatic Colors of #C57B37
Black with #C57B37
Text Example
Text Example
White with #C57B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57B37; }
p { color: rgb(197,123,55); }
H1.HeaderClassName
{
color: #C57B37;
}
.AnyTagClassName
{
color: #C57B37;
}
</style>
background-color css
<style>
a { background-color: #C57B37; }
a { background-color: rgb(197,123,55); }
div.DivClassName
{
background-color: #C57B37;
}
.BgClassName
{
background-color: #C57B37;
}
</style>
border-color css
<style>
span { border-color: #C57B37; }
span { border-color: rgb(197,123,55); }
td.TdClassName
{
border-color: #C57B37;
}
.TagClassName
{
border-color: #C57B37;
}
</style>