Shades of Golden Bell #C57F37
Tints of Golden Bell #C57F37
RGB
CMYK
RGB Variations
Color information
#C57F37 (or 0xC57F37) is known color: Golden Bell. HEX triplet: C5, 7F and 37. RGB value is (197,127,55). Sum of RGB (Red+Green+Blue) = 197+127+55=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 55 (21.88% from 255 or 14.51% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C57F37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57F37 is #3A80C8. Grayscale: #8C8C8C. Windows color (decimal): -3834057 or 3637189. OLE color: 3637189.
HSL color Cylindrical-coordinate representation of color #C57F37: hue angle of 30.42º 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 #C57F37 is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 127 | 55 | - |
| CMYK | 0 | 0.36 | 0.72 | 0.23 |
| HSL | 30.42º | 0.56% | 0.49% | - |
| HSV(B) | 30.42º | 0.72% | 0.77% | - |
| XYZ | 31.3 | 27.32 | 7.24 | - |
| YUV | 139.72 | 80.19 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 127 | 55 | 0 | 0.36 | 0.72 | 0.23 | 30.42 | 0.56 | 0.49 |
| Hex | C5 | 7F | 37 | 0 | 24 | 48 | 17 | 1E | 38 | 31 |
| Octal | 305 | 177 | 67 | 0 | 44 | 110 | 27 | 36 | 70 | 61 |
| Binary | 11000101 | 1111111 | 110111 | 0 | 100100 | 1001000 | 10111 | 11110 | 111000 | 110001 |
Color Harmonies of #C57F37
Complementary color
Monochromatic Colors of #C57F37
Black with #C57F37
Text Example
Text Example
White with #C57F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57F37; }
p { color: rgb(197,127,55); }
H1.HeaderClassName
{
color: #C57F37;
}
.AnyTagClassName
{
color: #C57F37;
}
</style>
background-color css
<style>
a { background-color: #C57F37; }
a { background-color: rgb(197,127,55); }
div.DivClassName
{
background-color: #C57F37;
}
.BgClassName
{
background-color: #C57F37;
}
</style>
border-color css
<style>
span { border-color: #C57F37; }
span { border-color: rgb(197,127,55); }
td.TdClassName
{
border-color: #C57F37;
}
.TagClassName
{
border-color: #C57F37;
}
</style>