Shades of Golden Bell #C98236
Tints of Golden Bell #C98236
RGB
CMYK
RGB Variations
Color information
#C98236 (or 0xC98236) is known color: Golden Bell. HEX triplet: C9, 82 and 36. RGB value is (201,130,54). Sum of RGB (Red+Green+Blue) = 201+130+54=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 54 (21.48% from 255 or 14.03% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C98236 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98236 is #367DC9. Grayscale: #8E8E8E. Windows color (decimal): -3571146 or 3572425. OLE color: 3572425.
HSL color Cylindrical-coordinate representation of color #C98236: hue angle of 31.02º 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 #C98236 is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 130 | 54 | - |
| CMYK | 0 | 0.35 | 0.73 | 0.21 |
| HSL | 31.02º | 0.58% | 0.5% | - |
| HSV(B) | 31.02º | 0.73% | 0.79% | - |
| XYZ | 32.74 | 28.65 | 7.29 | - |
| YUV | 142.57 | 78.02 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 130 | 54 | 0 | 0.35 | 0.73 | 0.21 | 31.02 | 0.58 | 0.5 |
| Hex | C9 | 82 | 36 | 0 | 23 | 49 | 15 | 1F | 3A | 32 |
| Octal | 311 | 202 | 66 | 0 | 43 | 111 | 25 | 37 | 72 | 62 |
| Binary | 11001001 | 10000010 | 110110 | 0 | 100011 | 1001001 | 10101 | 11111 | 111010 | 110010 |
Color Harmonies of #C98236
Complementary color
Monochromatic Colors of #C98236
Black with #C98236
Text Example
Text Example
White with #C98236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98236; }
p { color: rgb(201,130,54); }
H1.HeaderClassName
{
color: #C98236;
}
.AnyTagClassName
{
color: #C98236;
}
</style>
background-color css
<style>
a { background-color: #C98236; }
a { background-color: rgb(201,130,54); }
div.DivClassName
{
background-color: #C98236;
}
.BgClassName
{
background-color: #C98236;
}
</style>
border-color css
<style>
span { border-color: #C98236; }
span { border-color: rgb(201,130,54); }
td.TdClassName
{
border-color: #C98236;
}
.TagClassName
{
border-color: #C98236;
}
</style>