Shades of Golden Bell #C98435
Tints of Golden Bell #C98435
RGB
CMYK
RGB Variations
Color information
#C98435 (or 0xC98435) is known color: Golden Bell. HEX triplet: C9, 84 and 35. RGB value is (201,132,53). Sum of RGB (Red+Green+Blue) = 201+132+53=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 53 (21.09% from 255 or 13.73% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C98435 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98435 is #367BCA. Grayscale: #909090. Windows color (decimal): -3570635 or 3507401. OLE color: 3507401.
HSL color Cylindrical-coordinate representation of color #C98435: hue angle of 32.03º 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 #C98435 is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 132 | 53 | - |
| CMYK | 0 | 0.34 | 0.74 | 0.21 |
| HSL | 32.03º | 0.58% | 0.5% | - |
| HSV(B) | 32.03º | 0.74% | 0.79% | - |
| XYZ | 32.98 | 29.18 | 7.26 | - |
| YUV | 143.63 | 76.86 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 132 | 53 | 0 | 0.34 | 0.74 | 0.21 | 32.03 | 0.58 | 0.5 |
| Hex | C9 | 84 | 35 | 0 | 22 | 4A | 15 | 20 | 3A | 32 |
| Octal | 311 | 204 | 65 | 0 | 42 | 112 | 25 | 40 | 72 | 62 |
| Binary | 11001001 | 10000100 | 110101 | 0 | 100010 | 1001010 | 10101 | 100000 | 111010 | 110010 |
Color Harmonies of #C98435
Complementary color
Monochromatic Colors of #C98435
Black with #C98435
Text Example
Text Example
White with #C98435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98435; }
p { color: rgb(201,132,53); }
H1.HeaderClassName
{
color: #C98435;
}
.AnyTagClassName
{
color: #C98435;
}
</style>
background-color css
<style>
a { background-color: #C98435; }
a { background-color: rgb(201,132,53); }
div.DivClassName
{
background-color: #C98435;
}
.BgClassName
{
background-color: #C98435;
}
</style>
border-color css
<style>
span { border-color: #C98435; }
span { border-color: rgb(201,132,53); }
td.TdClassName
{
border-color: #C98435;
}
.TagClassName
{
border-color: #C98435;
}
</style>