Shades of Golden Bell #C6803A
Tints of Golden Bell #C6803A
RGB
CMYK
RGB Variations
Color information
#C6803A (or 0xC6803A) is known color: Golden Bell. HEX triplet: C6, 80 and 3A. RGB value is (198,128,58). Sum of RGB (Red+Green+Blue) = 198+128+58=384 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.56% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 58 (23.05% from 255 or 15.10% from 384); Max value from RGB is 198 - color contains mainly: red. Hex color #C6803A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6803A is #397FC5. Grayscale: #8D8D8D. Windows color (decimal): -3768262 or 3834054. OLE color: 3834054.
HSL color Cylindrical-coordinate representation of color #C6803A: hue angle of 30º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C6803A is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 128 | 58 | - |
| CMYK | 0 | 0.35 | 0.71 | 0.22 |
| HSL | 30º | 0.55% | 0.5% | - |
| HSV(B) | 30º | 0.71% | 0.78% | - |
| XYZ | 31.77 | 27.75 | 7.68 | - |
| YUV | 140.95 | 81.19 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 128 | 58 | 0 | 0.35 | 0.71 | 0.22 | 30 | 0.55 | 0.5 |
| Hex | C6 | 80 | 3A | 0 | 23 | 47 | 16 | 1E | 37 | 32 |
| Octal | 306 | 200 | 72 | 0 | 43 | 107 | 26 | 36 | 67 | 62 |
| Binary | 11000110 | 10000000 | 111010 | 0 | 100011 | 1000111 | 10110 | 11110 | 110111 | 110010 |
Color Harmonies of #C6803A
Complementary color
Monochromatic Colors of #C6803A
Black with #C6803A
Text Example
Text Example
White with #C6803A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6803A; }
p { color: rgb(198,128,58); }
H1.HeaderClassName
{
color: #C6803A;
}
.AnyTagClassName
{
color: #C6803A;
}
</style>
background-color css
<style>
a { background-color: #C6803A; }
a { background-color: rgb(198,128,58); }
div.DivClassName
{
background-color: #C6803A;
}
.BgClassName
{
background-color: #C6803A;
}
</style>
border-color css
<style>
span { border-color: #C6803A; }
span { border-color: rgb(198,128,58); }
td.TdClassName
{
border-color: #C6803A;
}
.TagClassName
{
border-color: #C6803A;
}
</style>