Shades of Golden Bell #C57C38
Tints of Golden Bell #C57C38
RGB
CMYK
RGB Variations
Color information
#C57C38 (or 0xC57C38) is known color: Golden Bell. HEX triplet: C5, 7C and 38. RGB value is (197,124,56). Sum of RGB (Red+Green+Blue) = 197+124+56=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 56 (22.27% from 255 or 14.85% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C57C38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57C38 is #3A83C7. Grayscale: #8A8A8A. Windows color (decimal): -3834824 or 3701957. OLE color: 3701957.
HSL color Cylindrical-coordinate representation of color #C57C38: hue angle of 28.94º 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 #C57C38 is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 124 | 56 | - |
| CMYK | 0 | 0.37 | 0.72 | 0.23 |
| HSL | 28.94º | 0.56% | 0.5% | - |
| HSV(B) | 28.94º | 0.72% | 0.77% | - |
| XYZ | 30.95 | 26.57 | 7.24 | - |
| YUV | 138.08 | 81.68 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 124 | 56 | 0 | 0.37 | 0.72 | 0.23 | 28.94 | 0.56 | 0.5 |
| Hex | C5 | 7C | 38 | 0 | 25 | 48 | 17 | 1D | 38 | 32 |
| Octal | 305 | 174 | 70 | 0 | 45 | 110 | 27 | 35 | 70 | 62 |
| Binary | 11000101 | 1111100 | 111000 | 0 | 100101 | 1001000 | 10111 | 11101 | 111000 | 110010 |
Color Harmonies of #C57C38
Complementary color
Monochromatic Colors of #C57C38
Black with #C57C38
Text Example
Text Example
White with #C57C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57C38; }
p { color: rgb(197,124,56); }
H1.HeaderClassName
{
color: #C57C38;
}
.AnyTagClassName
{
color: #C57C38;
}
</style>
background-color css
<style>
a { background-color: #C57C38; }
a { background-color: rgb(197,124,56); }
div.DivClassName
{
background-color: #C57C38;
}
.BgClassName
{
background-color: #C57C38;
}
</style>
border-color css
<style>
span { border-color: #C57C38; }
span { border-color: rgb(197,124,56); }
td.TdClassName
{
border-color: #C57C38;
}
.TagClassName
{
border-color: #C57C38;
}
</style>