Shades of Golden Bell #C98536
Tints of Golden Bell #C98536
RGB
CMYK
RGB Variations
Color information
#C98536 (or 0xC98536) is known color: Golden Bell. HEX triplet: C9, 85 and 36. RGB value is (201,133,54). Sum of RGB (Red+Green+Blue) = 201+133+54=388 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.80% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 54 (21.48% from 255 or 13.92% from 388); Max value from RGB is 201 - color contains mainly: red. Hex color #C98536 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98536 is #367AC9. Grayscale: #909090. Windows color (decimal): -3570378 or 3573193. OLE color: 3573193.
HSL color Cylindrical-coordinate representation of color #C98536: hue angle of 32.24º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C98536 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 133 | 54 | - |
| CMYK | 0 | 0.34 | 0.73 | 0.21 |
| HSL | 32.24º | 0.58% | 0.5% | - |
| HSV(B) | 32.24º | 0.73% | 0.79% | - |
| XYZ | 33.14 | 29.46 | 7.43 | - |
| YUV | 144.33 | 77.03 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 133 | 54 | 0 | 0.34 | 0.73 | 0.21 | 32.24 | 0.58 | 0.5 |
| Hex | C9 | 85 | 36 | 0 | 22 | 49 | 15 | 20 | 3A | 32 |
| Octal | 311 | 205 | 66 | 0 | 42 | 111 | 25 | 40 | 72 | 62 |
| Binary | 11001001 | 10000101 | 110110 | 0 | 100010 | 1001001 | 10101 | 100000 | 111010 | 110010 |
Color Harmonies of #C98536
Complementary color
Monochromatic Colors of #C98536
Black with #C98536
Text Example
Text Example
White with #C98536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98536; }
p { color: rgb(201,133,54); }
H1.HeaderClassName
{
color: #C98536;
}
.AnyTagClassName
{
color: #C98536;
}
</style>
background-color css
<style>
a { background-color: #C98536; }
a { background-color: rgb(201,133,54); }
div.DivClassName
{
background-color: #C98536;
}
.BgClassName
{
background-color: #C98536;
}
</style>
border-color css
<style>
span { border-color: #C98536; }
span { border-color: rgb(201,133,54); }
td.TdClassName
{
border-color: #C98536;
}
.TagClassName
{
border-color: #C98536;
}
</style>