Shades of Golden Bell #C98535
Tints of Golden Bell #C98535
RGB
CMYK
RGB Variations
Color information
#C98535 (or 0xC98535) is known color: Golden Bell. HEX triplet: C9, 85 and 35. RGB value is (201,133,53). Sum of RGB (Red+Green+Blue) = 201+133+53=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 53 (21.09% from 255 or 13.70% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C98535 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98535 is #367ACA. Grayscale: #909090. Windows color (decimal): -3570379 or 3507657. OLE color: 3507657.
HSL color Cylindrical-coordinate representation of color #C98535: hue angle of 32.43º 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 #C98535 is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 133 | 53 | - |
| CMYK | 0 | 0.34 | 0.74 | 0.21 |
| HSL | 32.43º | 0.58% | 0.5% | - |
| HSV(B) | 32.43º | 0.74% | 0.79% | - |
| XYZ | 33.12 | 29.45 | 7.31 | - |
| YUV | 144.21 | 76.53 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 133 | 53 | 0 | 0.34 | 0.74 | 0.21 | 32.43 | 0.58 | 0.5 |
| Hex | C9 | 85 | 35 | 0 | 22 | 4A | 15 | 20 | 3A | 32 |
| Octal | 311 | 205 | 65 | 0 | 42 | 112 | 25 | 40 | 72 | 62 |
| Binary | 11001001 | 10000101 | 110101 | 0 | 100010 | 1001010 | 10101 | 100000 | 111010 | 110010 |
Color Harmonies of #C98535
Complementary color
Monochromatic Colors of #C98535
Black with #C98535
Text Example
Text Example
White with #C98535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98535; }
p { color: rgb(201,133,53); }
H1.HeaderClassName
{
color: #C98535;
}
.AnyTagClassName
{
color: #C98535;
}
</style>
background-color css
<style>
a { background-color: #C98535; }
a { background-color: rgb(201,133,53); }
div.DivClassName
{
background-color: #C98535;
}
.BgClassName
{
background-color: #C98535;
}
</style>
border-color css
<style>
span { border-color: #C98535; }
span { border-color: rgb(201,133,53); }
td.TdClassName
{
border-color: #C98535;
}
.TagClassName
{
border-color: #C98535;
}
</style>