Shades of Golden Bell #C5823A
Tints of Golden Bell #C5823A
RGB
CMYK
RGB Variations
Color information
#C5823A (or 0xC5823A) is known color: Golden Bell. HEX triplet: C5, 82 and 3A. RGB value is (197,130,58). Sum of RGB (Red+Green+Blue) = 197+130+58=385 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.17% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 58 (23.05% from 255 or 15.06% from 385); Max value from RGB is 197 - color contains mainly: red. Hex color #C5823A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5823A is #3A7DC5. Grayscale: #8E8E8E. Windows color (decimal): -3833286 or 3834565. OLE color: 3834565.
HSL color Cylindrical-coordinate representation of color #C5823A: hue angle of 31.08º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C5823A is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 130 | 58 | - |
| CMYK | 0 | 0.34 | 0.71 | 0.23 |
| HSL | 31.08º | 0.55% | 0.5% | - |
| HSV(B) | 31.08º | 0.71% | 0.77% | - |
| XYZ | 31.77 | 28.14 | 7.76 | - |
| YUV | 141.83 | 80.7 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 130 | 58 | 0 | 0.34 | 0.71 | 0.23 | 31.08 | 0.55 | 0.5 |
| Hex | C5 | 82 | 3A | 0 | 22 | 47 | 17 | 1F | 37 | 32 |
| Octal | 305 | 202 | 72 | 0 | 42 | 107 | 27 | 37 | 67 | 62 |
| Binary | 11000101 | 10000010 | 111010 | 0 | 100010 | 1000111 | 10111 | 11111 | 110111 | 110010 |
Color Harmonies of #C5823A
Complementary color
Monochromatic Colors of #C5823A
Black with #C5823A
Text Example
Text Example
White with #C5823A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5823A; }
p { color: rgb(197,130,58); }
H1.HeaderClassName
{
color: #C5823A;
}
.AnyTagClassName
{
color: #C5823A;
}
</style>
background-color css
<style>
a { background-color: #C5823A; }
a { background-color: rgb(197,130,58); }
div.DivClassName
{
background-color: #C5823A;
}
.BgClassName
{
background-color: #C5823A;
}
</style>
border-color css
<style>
span { border-color: #C5823A; }
span { border-color: rgb(197,130,58); }
td.TdClassName
{
border-color: #C5823A;
}
.TagClassName
{
border-color: #C5823A;
}
</style>