Shades of Golden Bell #C57C34
Tints of Golden Bell #C57C34
RGB
CMYK
RGB Variations
Color information
#C57C34 (or 0xC57C34) is known color: Golden Bell. HEX triplet: C5, 7C and 34. RGB value is (197,124,52). Sum of RGB (Red+Green+Blue) = 197+124+52=373 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.82% from 373); Green value is 124 (48.83% from 255 or 33.24% from 373); Blue value is 52 (20.70% from 255 or 13.94% from 373); Max value from RGB is 197 - color contains mainly: red. Hex color #C57C34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57C34 is #3A83CB. Grayscale: #898989. Windows color (decimal): -3834828 or 3439813. OLE color: 3439813.
HSL color Cylindrical-coordinate representation of color #C57C34: hue angle of 29.79º degrees, saturation: 0.58, 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 #C57C34 is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 124 | 52 | - |
| CMYK | 0 | 0.37 | 0.74 | 0.23 |
| HSL | 29.79º | 0.58% | 0.49% | - |
| HSV(B) | 29.79º | 0.74% | 0.77% | - |
| XYZ | 30.85 | 26.53 | 6.74 | - |
| YUV | 137.62 | 79.68 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 124 | 52 | 0 | 0.37 | 0.74 | 0.23 | 29.79 | 0.58 | 0.49 |
| Hex | C5 | 7C | 34 | 0 | 25 | 4A | 17 | 1E | 3A | 31 |
| Octal | 305 | 174 | 64 | 0 | 45 | 112 | 27 | 36 | 72 | 61 |
| Binary | 11000101 | 1111100 | 110100 | 0 | 100101 | 1001010 | 10111 | 11110 | 111010 | 110001 |
Color Harmonies of #C57C34
Complementary color
Monochromatic Colors of #C57C34
Black with #C57C34
Text Example
Text Example
White with #C57C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57C34; }
p { color: rgb(197,124,52); }
H1.HeaderClassName
{
color: #C57C34;
}
.AnyTagClassName
{
color: #C57C34;
}
</style>
background-color css
<style>
a { background-color: #C57C34; }
a { background-color: rgb(197,124,52); }
div.DivClassName
{
background-color: #C57C34;
}
.BgClassName
{
background-color: #C57C34;
}
</style>
border-color css
<style>
span { border-color: #C57C34; }
span { border-color: rgb(197,124,52); }
td.TdClassName
{
border-color: #C57C34;
}
.TagClassName
{
border-color: #C57C34;
}
</style>