Shades of Golden Bell #C47F39
Tints of Golden Bell #C47F39
RGB
CMYK
RGB Variations
Color information
#C47F39 (or 0xC47F39) is known color: Golden Bell. HEX triplet: C4, 7F and 39. RGB value is (196,127,57). Sum of RGB (Red+Green+Blue) = 196+127+57=380 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.58% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 57 (22.66% from 255 or 15% from 380); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47F39 is #3B80C6. Grayscale: #8C8C8C. Windows color (decimal): -3899591 or 3768260. OLE color: 3768260.
HSL color Cylindrical-coordinate representation of color #C47F39: hue angle of 30.22º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C47F39 is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 127 | 57 | - |
| CMYK | 0 | 0.35 | 0.71 | 0.23 |
| HSL | 30.22º | 0.55% | 0.5% | - |
| HSV(B) | 30.22º | 0.71% | 0.77% | - |
| XYZ | 31.09 | 27.21 | 7.48 | - |
| YUV | 139.65 | 81.36 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 127 | 57 | 0 | 0.35 | 0.71 | 0.23 | 30.22 | 0.55 | 0.5 |
| Hex | C4 | 7F | 39 | 0 | 23 | 47 | 17 | 1E | 37 | 32 |
| Octal | 304 | 177 | 71 | 0 | 43 | 107 | 27 | 36 | 67 | 62 |
| Binary | 11000100 | 1111111 | 111001 | 0 | 100011 | 1000111 | 10111 | 11110 | 110111 | 110010 |
Color Harmonies of #C47F39
Complementary color
Monochromatic Colors of #C47F39
Black with #C47F39
Text Example
Text Example
White with #C47F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47F39; }
p { color: rgb(196,127,57); }
H1.HeaderClassName
{
color: #C47F39;
}
.AnyTagClassName
{
color: #C47F39;
}
</style>
background-color css
<style>
a { background-color: #C47F39; }
a { background-color: rgb(196,127,57); }
div.DivClassName
{
background-color: #C47F39;
}
.BgClassName
{
background-color: #C47F39;
}
</style>
border-color css
<style>
span { border-color: #C47F39; }
span { border-color: rgb(196,127,57); }
td.TdClassName
{
border-color: #C47F39;
}
.TagClassName
{
border-color: #C47F39;
}
</style>