Shades of Golden Bell #C48136
Tints of Golden Bell #C48136
RGB
CMYK
RGB Variations
Color information
#C48136 (or 0xC48136) is known color: Golden Bell. HEX triplet: C4, 81 and 36. RGB value is (196,129,54). Sum of RGB (Red+Green+Blue) = 196+129+54=379 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.72% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 54 (21.48% from 255 or 14.25% from 379); Max value from RGB is 196 - color contains mainly: red. Hex color #C48136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48136 is #3B7EC9. Grayscale: #8C8C8C. Windows color (decimal): -3899082 or 3572164. OLE color: 3572164.
HSL color Cylindrical-coordinate representation of color #C48136: hue angle of 31.69º 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 #C48136 is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 129 | 54 | - |
| CMYK | 0 | 0.34 | 0.72 | 0.23 |
| HSL | 31.69º | 0.57% | 0.49% | - |
| HSV(B) | 31.69º | 0.72% | 0.77% | - |
| XYZ | 31.28 | 27.7 | 7.19 | - |
| YUV | 140.48 | 79.2 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 129 | 54 | 0 | 0.34 | 0.72 | 0.23 | 31.69 | 0.57 | 0.49 |
| Hex | C4 | 81 | 36 | 0 | 22 | 48 | 17 | 20 | 39 | 31 |
| Octal | 304 | 201 | 66 | 0 | 42 | 110 | 27 | 40 | 71 | 61 |
| Binary | 11000100 | 10000001 | 110110 | 0 | 100010 | 1001000 | 10111 | 100000 | 111001 | 110001 |
Color Harmonies of #C48136
Complementary color
Monochromatic Colors of #C48136
Black with #C48136
Text Example
Text Example
White with #C48136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48136; }
p { color: rgb(196,129,54); }
H1.HeaderClassName
{
color: #C48136;
}
.AnyTagClassName
{
color: #C48136;
}
</style>
background-color css
<style>
a { background-color: #C48136; }
a { background-color: rgb(196,129,54); }
div.DivClassName
{
background-color: #C48136;
}
.BgClassName
{
background-color: #C48136;
}
</style>
border-color css
<style>
span { border-color: #C48136; }
span { border-color: rgb(196,129,54); }
td.TdClassName
{
border-color: #C48136;
}
.TagClassName
{
border-color: #C48136;
}
</style>