Shades of Golden Bell #C47E37
Tints of Golden Bell #C47E37
RGB
CMYK
RGB Variations
Color information
#C47E37 (or 0xC47E37) is known color: Golden Bell. HEX triplet: C4, 7E and 37. RGB value is (196,126,55). Sum of RGB (Red+Green+Blue) = 196+126+55=377 (49% of max value = 765). Red value is 196 (76.95% from 255 or 51.99% from 377); Green value is 126 (49.61% from 255 or 33.42% from 377); Blue value is 55 (21.88% from 255 or 14.59% from 377); Max value from RGB is 196 - color contains mainly: red. Hex color #C47E37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47E37 is #3B81C8. Grayscale: #8B8B8B. Windows color (decimal): -3899849 or 3636932. OLE color: 3636932.
HSL color Cylindrical-coordinate representation of color #C47E37: hue angle of 30.21º 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 #C47E37 is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 126 | 55 | - |
| CMYK | 0 | 0.36 | 0.72 | 0.23 |
| HSL | 30.21º | 0.56% | 0.49% | - |
| HSV(B) | 30.21º | 0.72% | 0.77% | - |
| XYZ | 30.92 | 26.93 | 7.18 | - |
| YUV | 138.84 | 80.69 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 126 | 55 | 0 | 0.36 | 0.72 | 0.23 | 30.21 | 0.56 | 0.49 |
| Hex | C4 | 7E | 37 | 0 | 24 | 48 | 17 | 1E | 38 | 31 |
| Octal | 304 | 176 | 67 | 0 | 44 | 110 | 27 | 36 | 70 | 61 |
| Binary | 11000100 | 1111110 | 110111 | 0 | 100100 | 1001000 | 10111 | 11110 | 111000 | 110001 |
Color Harmonies of #C47E37
Complementary color
Monochromatic Colors of #C47E37
Black with #C47E37
Text Example
Text Example
White with #C47E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47E37; }
p { color: rgb(196,126,55); }
H1.HeaderClassName
{
color: #C47E37;
}
.AnyTagClassName
{
color: #C47E37;
}
</style>
background-color css
<style>
a { background-color: #C47E37; }
a { background-color: rgb(196,126,55); }
div.DivClassName
{
background-color: #C47E37;
}
.BgClassName
{
background-color: #C47E37;
}
</style>
border-color css
<style>
span { border-color: #C47E37; }
span { border-color: rgb(196,126,55); }
td.TdClassName
{
border-color: #C47E37;
}
.TagClassName
{
border-color: #C47E37;
}
</style>