Shades of Golden Bell #C98434
Tints of Golden Bell #C98434
RGB
CMYK
RGB Variations
Color information
#C98434 (or 0xC98434) is known color: Golden Bell. HEX triplet: C9, 84 and 34. RGB value is (201,132,52). Sum of RGB (Red+Green+Blue) = 201+132+52=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 52 (20.70% from 255 or 13.51% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C98434 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98434 is #367BCB. Grayscale: #8F8F8F. Windows color (decimal): -3570636 or 3441865. OLE color: 3441865.
HSL color Cylindrical-coordinate representation of color #C98434: hue angle of 32.21º degrees, saturation: 0.59, 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 #C98434 is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 132 | 52 | - |
| CMYK | 0 | 0.34 | 0.74 | 0.21 |
| HSL | 32.21º | 0.59% | 0.5% | - |
| HSV(B) | 32.21º | 0.74% | 0.79% | - |
| XYZ | 32.96 | 29.17 | 7.14 | - |
| YUV | 143.51 | 76.36 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 132 | 52 | 0 | 0.34 | 0.74 | 0.21 | 32.21 | 0.59 | 0.5 |
| Hex | C9 | 84 | 34 | 0 | 22 | 4A | 15 | 20 | 3B | 32 |
| Octal | 311 | 204 | 64 | 0 | 42 | 112 | 25 | 40 | 73 | 62 |
| Binary | 11001001 | 10000100 | 110100 | 0 | 100010 | 1001010 | 10101 | 100000 | 111011 | 110010 |
Color Harmonies of #C98434
Complementary color
Monochromatic Colors of #C98434
Black with #C98434
Text Example
Text Example
White with #C98434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98434; }
p { color: rgb(201,132,52); }
H1.HeaderClassName
{
color: #C98434;
}
.AnyTagClassName
{
color: #C98434;
}
</style>
background-color css
<style>
a { background-color: #C98434; }
a { background-color: rgb(201,132,52); }
div.DivClassName
{
background-color: #C98434;
}
.BgClassName
{
background-color: #C98434;
}
</style>
border-color css
<style>
span { border-color: #C98434; }
span { border-color: rgb(201,132,52); }
td.TdClassName
{
border-color: #C98434;
}
.TagClassName
{
border-color: #C98434;
}
</style>