Shades of Golden Bell #C47E36
Tints of Golden Bell #C47E36
RGB
CMYK
RGB Variations
Color information
#C47E36 (or 0xC47E36) is known color: Golden Bell. HEX triplet: C4, 7E and 36. RGB value is (196,126,54). Sum of RGB (Red+Green+Blue) = 196+126+54=376 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.13% from 376); Green value is 126 (49.61% from 255 or 33.51% from 376); Blue value is 54 (21.48% from 255 or 14.36% from 376); Max value from RGB is 196 - color contains mainly: red. Hex color #C47E36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47E36 is #3B81C9. Grayscale: #8B8B8B. Windows color (decimal): -3899850 or 3571396. OLE color: 3571396.
HSL color Cylindrical-coordinate representation of color #C47E36: hue angle of 30.42º degrees, saturation: 0.57, 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 #C47E36 is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 126 | 54 | - |
| CMYK | 0 | 0.36 | 0.72 | 0.23 |
| HSL | 30.42º | 0.57% | 0.49% | - |
| HSV(B) | 30.42º | 0.72% | 0.77% | - |
| XYZ | 30.89 | 26.92 | 7.06 | - |
| YUV | 138.72 | 80.19 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 126 | 54 | 0 | 0.36 | 0.72 | 0.23 | 30.42 | 0.57 | 0.49 |
| Hex | C4 | 7E | 36 | 0 | 24 | 48 | 17 | 1E | 39 | 31 |
| Octal | 304 | 176 | 66 | 0 | 44 | 110 | 27 | 36 | 71 | 61 |
| Binary | 11000100 | 1111110 | 110110 | 0 | 100100 | 1001000 | 10111 | 11110 | 111001 | 110001 |
Color Harmonies of #C47E36
Complementary color
Monochromatic Colors of #C47E36
Black with #C47E36
Text Example
Text Example
White with #C47E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47E36; }
p { color: rgb(196,126,54); }
H1.HeaderClassName
{
color: #C47E36;
}
.AnyTagClassName
{
color: #C47E36;
}
</style>
background-color css
<style>
a { background-color: #C47E36; }
a { background-color: rgb(196,126,54); }
div.DivClassName
{
background-color: #C47E36;
}
.BgClassName
{
background-color: #C47E36;
}
</style>
border-color css
<style>
span { border-color: #C47E36; }
span { border-color: rgb(196,126,54); }
td.TdClassName
{
border-color: #C47E36;
}
.TagClassName
{
border-color: #C47E36;
}
</style>