Shades of Golden Bell #C48239
Tints of Golden Bell #C48239
RGB
CMYK
RGB Variations
Color information
#C48239 (or 0xC48239) is known color: Golden Bell. HEX triplet: C4, 82 and 39. RGB value is (196,130,57). Sum of RGB (Red+Green+Blue) = 196+130+57=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 57 (22.66% from 255 or 14.88% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C48239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48239 is #3B7DC6. Grayscale: #8D8D8D. Windows color (decimal): -3898823 or 3769028. OLE color: 3769028.
HSL color Cylindrical-coordinate representation of color #C48239: hue angle of 31.51º 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 #C48239 is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 130 | 57 | - |
| CMYK | 0 | 0.34 | 0.71 | 0.23 |
| HSL | 31.51º | 0.55% | 0.5% | - |
| HSV(B) | 31.51º | 0.71% | 0.77% | - |
| XYZ | 31.49 | 28 | 7.62 | - |
| YUV | 141.41 | 80.37 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 130 | 57 | 0 | 0.34 | 0.71 | 0.23 | 31.51 | 0.55 | 0.5 |
| Hex | C4 | 82 | 39 | 0 | 22 | 47 | 17 | 20 | 37 | 32 |
| Octal | 304 | 202 | 71 | 0 | 42 | 107 | 27 | 40 | 67 | 62 |
| Binary | 11000100 | 10000010 | 111001 | 0 | 100010 | 1000111 | 10111 | 100000 | 110111 | 110010 |
Color Harmonies of #C48239
Complementary color
Monochromatic Colors of #C48239
Black with #C48239
Text Example
Text Example
White with #C48239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48239; }
p { color: rgb(196,130,57); }
H1.HeaderClassName
{
color: #C48239;
}
.AnyTagClassName
{
color: #C48239;
}
</style>
background-color css
<style>
a { background-color: #C48239; }
a { background-color: rgb(196,130,57); }
div.DivClassName
{
background-color: #C48239;
}
.BgClassName
{
background-color: #C48239;
}
</style>
border-color css
<style>
span { border-color: #C48239; }
span { border-color: rgb(196,130,57); }
td.TdClassName
{
border-color: #C48239;
}
.TagClassName
{
border-color: #C48239;
}
</style>