Shades of Golden Bell #C98235
Tints of Golden Bell #C98235
RGB
CMYK
RGB Variations
Color information
#C98235 (or 0xC98235) is known color: Golden Bell. HEX triplet: C9, 82 and 35. RGB value is (201,130,53). Sum of RGB (Red+Green+Blue) = 201+130+53=384 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.34% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 53 (21.09% from 255 or 13.80% from 384); Max value from RGB is 201 - color contains mainly: red. Hex color #C98235 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98235 is #367DCA. Grayscale: #8E8E8E. Windows color (decimal): -3571147 or 3506889. OLE color: 3506889.
HSL color Cylindrical-coordinate representation of color #C98235: hue angle of 31.22º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C98235 is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 130 | 53 | - |
| CMYK | 0 | 0.35 | 0.74 | 0.21 |
| HSL | 31.22º | 0.58% | 0.5% | - |
| HSV(B) | 31.22º | 0.74% | 0.79% | - |
| XYZ | 32.71 | 28.64 | 7.17 | - |
| YUV | 142.45 | 77.52 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 130 | 53 | 0 | 0.35 | 0.74 | 0.21 | 31.22 | 0.58 | 0.5 |
| Hex | C9 | 82 | 35 | 0 | 23 | 4A | 15 | 1F | 3A | 32 |
| Octal | 311 | 202 | 65 | 0 | 43 | 112 | 25 | 37 | 72 | 62 |
| Binary | 11001001 | 10000010 | 110101 | 0 | 100011 | 1001010 | 10101 | 11111 | 111010 | 110010 |
Color Harmonies of #C98235
Complementary color
Monochromatic Colors of #C98235
Black with #C98235
Text Example
Text Example
White with #C98235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98235; }
p { color: rgb(201,130,53); }
H1.HeaderClassName
{
color: #C98235;
}
.AnyTagClassName
{
color: #C98235;
}
</style>
background-color css
<style>
a { background-color: #C98235; }
a { background-color: rgb(201,130,53); }
div.DivClassName
{
background-color: #C98235;
}
.BgClassName
{
background-color: #C98235;
}
</style>
border-color css
<style>
span { border-color: #C98235; }
span { border-color: rgb(201,130,53); }
td.TdClassName
{
border-color: #C98235;
}
.TagClassName
{
border-color: #C98235;
}
</style>