Shades of Golden Bell #C98237
Tints of Golden Bell #C98237
RGB
CMYK
RGB Variations
Color information
#C98237 (or 0xC98237) is known color: Golden Bell. HEX triplet: C9, 82 and 37. RGB value is (201,130,55). Sum of RGB (Red+Green+Blue) = 201+130+55=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 55 (21.88% from 255 or 14.25% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C98237 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98237 is #367DC8. Grayscale: #8F8F8F. Windows color (decimal): -3571145 or 3637961. OLE color: 3637961.
HSL color Cylindrical-coordinate representation of color #C98237: hue angle of 30.82º degrees, saturation: 0.57, 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 #C98237 is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 130 | 55 | - |
| CMYK | 0 | 0.35 | 0.73 | 0.21 |
| HSL | 30.82º | 0.57% | 0.5% | - |
| HSV(B) | 30.82º | 0.73% | 0.79% | - |
| XYZ | 32.76 | 28.66 | 7.42 | - |
| YUV | 142.68 | 78.52 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 130 | 55 | 0 | 0.35 | 0.73 | 0.21 | 30.82 | 0.57 | 0.5 |
| Hex | C9 | 82 | 37 | 0 | 23 | 49 | 15 | 1F | 39 | 32 |
| Octal | 311 | 202 | 67 | 0 | 43 | 111 | 25 | 37 | 71 | 62 |
| Binary | 11001001 | 10000010 | 110111 | 0 | 100011 | 1001001 | 10101 | 11111 | 111001 | 110010 |
Color Harmonies of #C98237
Complementary color
Monochromatic Colors of #C98237
Black with #C98237
Text Example
Text Example
White with #C98237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98237; }
p { color: rgb(201,130,55); }
H1.HeaderClassName
{
color: #C98237;
}
.AnyTagClassName
{
color: #C98237;
}
</style>
background-color css
<style>
a { background-color: #C98237; }
a { background-color: rgb(201,130,55); }
div.DivClassName
{
background-color: #C98237;
}
.BgClassName
{
background-color: #C98237;
}
</style>
border-color css
<style>
span { border-color: #C98237; }
span { border-color: rgb(201,130,55); }
td.TdClassName
{
border-color: #C98237;
}
.TagClassName
{
border-color: #C98237;
}
</style>