Shades of Golden Bell #C48135
Tints of Golden Bell #C48135
RGB
CMYK
RGB Variations
Color information
#C48135 (or 0xC48135) is known color: Golden Bell. HEX triplet: C4, 81 and 35. RGB value is (196,129,53). Sum of RGB (Red+Green+Blue) = 196+129+53=378 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.85% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 53 (21.09% from 255 or 14.02% from 378); Max value from RGB is 196 - color contains mainly: red. Hex color #C48135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48135 is #3B7ECA. Grayscale: #8C8C8C. Windows color (decimal): -3899083 or 3506628. OLE color: 3506628.
HSL color Cylindrical-coordinate representation of color #C48135: hue angle of 31.89º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C48135 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 129 | 53 | - |
| CMYK | 0 | 0.34 | 0.73 | 0.23 |
| HSL | 31.89º | 0.57% | 0.49% | - |
| HSV(B) | 31.89º | 0.73% | 0.77% | - |
| XYZ | 31.26 | 27.69 | 7.07 | - |
| YUV | 140.37 | 78.7 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 129 | 53 | 0 | 0.34 | 0.73 | 0.23 | 31.89 | 0.57 | 0.49 |
| Hex | C4 | 81 | 35 | 0 | 22 | 49 | 17 | 20 | 39 | 31 |
| Octal | 304 | 201 | 65 | 0 | 42 | 111 | 27 | 40 | 71 | 61 |
| Binary | 11000100 | 10000001 | 110101 | 0 | 100010 | 1001001 | 10111 | 100000 | 111001 | 110001 |
Color Harmonies of #C48135
Complementary color
Monochromatic Colors of #C48135
Black with #C48135
Text Example
Text Example
White with #C48135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48135; }
p { color: rgb(196,129,53); }
H1.HeaderClassName
{
color: #C48135;
}
.AnyTagClassName
{
color: #C48135;
}
</style>
background-color css
<style>
a { background-color: #C48135; }
a { background-color: rgb(196,129,53); }
div.DivClassName
{
background-color: #C48135;
}
.BgClassName
{
background-color: #C48135;
}
</style>
border-color css
<style>
span { border-color: #C48135; }
span { border-color: rgb(196,129,53); }
td.TdClassName
{
border-color: #C48135;
}
.TagClassName
{
border-color: #C48135;
}
</style>