Shades of Golden Bell #C98032
Tints of Golden Bell #C98032
RGB
CMYK
RGB Variations
Color information
#C98032 (or 0xC98032) is known color: Golden Bell. HEX triplet: C9, 80 and 32. RGB value is (201,128,50). Sum of RGB (Red+Green+Blue) = 201+128+50=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 50 (19.92% from 255 or 13.19% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C98032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98032 is #367FCD. Grayscale: #8D8D8D. Windows color (decimal): -3571662 or 3309769. OLE color: 3309769.
HSL color Cylindrical-coordinate representation of color #C98032: hue angle of 30.99º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C98032 is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 128 | 50 | - |
| CMYK | 0 | 0.36 | 0.75 | 0.21 |
| HSL | 30.99º | 0.6% | 0.49% | - |
| HSV(B) | 30.99º | 0.75% | 0.79% | - |
| XYZ | 32.38 | 28.09 | 6.73 | - |
| YUV | 140.94 | 76.68 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 128 | 50 | 0 | 0.36 | 0.75 | 0.21 | 30.99 | 0.6 | 0.49 |
| Hex | C9 | 80 | 32 | 0 | 24 | 4B | 15 | 1F | 3C | 31 |
| Octal | 311 | 200 | 62 | 0 | 44 | 113 | 25 | 37 | 74 | 61 |
| Binary | 11001001 | 10000000 | 110010 | 0 | 100100 | 1001011 | 10101 | 11111 | 111100 | 110001 |
Color Harmonies of #C98032
Complementary color
Monochromatic Colors of #C98032
Black with #C98032
Text Example
Text Example
White with #C98032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98032; }
p { color: rgb(201,128,50); }
H1.HeaderClassName
{
color: #C98032;
}
.AnyTagClassName
{
color: #C98032;
}
</style>
background-color css
<style>
a { background-color: #C98032; }
a { background-color: rgb(201,128,50); }
div.DivClassName
{
background-color: #C98032;
}
.BgClassName
{
background-color: #C98032;
}
</style>
border-color css
<style>
span { border-color: #C98032; }
span { border-color: rgb(201,128,50); }
td.TdClassName
{
border-color: #C98032;
}
.TagClassName
{
border-color: #C98032;
}
</style>