Shades of Golden Bell #C48638
Tints of Golden Bell #C48638
RGB
CMYK
RGB Variations
Color information
#C48638 (or 0xC48638) is known color: Golden Bell. HEX triplet: C4, 86 and 38. RGB value is (196,134,56). Sum of RGB (Red+Green+Blue) = 196+134+56=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 134 (52.73% from 255 or 34.72% from 386); Blue value is 56 (22.27% from 255 or 14.51% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C48638 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48638 is #3B79C7. Grayscale: #909090. Windows color (decimal): -3897800 or 3704516. OLE color: 3704516.
HSL color Cylindrical-coordinate representation of color #C48638: hue angle of 33.43º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C48638 is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 134 | 56 | - |
| CMYK | 0 | 0.32 | 0.71 | 0.23 |
| HSL | 33.43º | 0.56% | 0.49% | - |
| HSV(B) | 33.43º | 0.71% | 0.77% | - |
| XYZ | 32 | 29.07 | 7.67 | - |
| YUV | 143.65 | 78.54 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 134 | 56 | 0 | 0.32 | 0.71 | 0.23 | 33.43 | 0.56 | 0.49 |
| Hex | C4 | 86 | 38 | 0 | 20 | 47 | 17 | 21 | 38 | 31 |
| Octal | 304 | 206 | 70 | 0 | 40 | 107 | 27 | 41 | 70 | 61 |
| Binary | 11000100 | 10000110 | 111000 | 0 | 100000 | 1000111 | 10111 | 100001 | 111000 | 110001 |
Color Harmonies of #C48638
Complementary color
Monochromatic Colors of #C48638
Black with #C48638
Text Example
Text Example
White with #C48638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48638; }
p { color: rgb(196,134,56); }
H1.HeaderClassName
{
color: #C48638;
}
.AnyTagClassName
{
color: #C48638;
}
</style>
background-color css
<style>
a { background-color: #C48638; }
a { background-color: rgb(196,134,56); }
div.DivClassName
{
background-color: #C48638;
}
.BgClassName
{
background-color: #C48638;
}
</style>
border-color css
<style>
span { border-color: #C48638; }
span { border-color: rgb(196,134,56); }
td.TdClassName
{
border-color: #C48638;
}
.TagClassName
{
border-color: #C48638;
}
</style>