Shades of Golden Bell #C68538
Tints of Golden Bell #C68538
RGB
CMYK
RGB Variations
Color information
#C68538 (or 0xC68538) is known color: Golden Bell. HEX triplet: C6, 85 and 38. RGB value is (198,133,56). Sum of RGB (Red+Green+Blue) = 198+133+56=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 56 (22.27% from 255 or 14.47% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C68538 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68538 is #397AC7. Grayscale: #909090. Windows color (decimal): -3766984 or 3704262. OLE color: 3704262.
HSL color Cylindrical-coordinate representation of color #C68538: hue angle of 32.54º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C68538 is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 133 | 56 | - |
| CMYK | 0 | 0.33 | 0.72 | 0.22 |
| HSL | 32.54º | 0.56% | 0.5% | - |
| HSV(B) | 32.54º | 0.72% | 0.78% | - |
| XYZ | 32.39 | 29.07 | 7.64 | - |
| YUV | 143.66 | 78.53 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 133 | 56 | 0 | 0.33 | 0.72 | 0.22 | 32.54 | 0.56 | 0.5 |
| Hex | C6 | 85 | 38 | 0 | 21 | 48 | 16 | 21 | 38 | 32 |
| Octal | 306 | 205 | 70 | 0 | 41 | 110 | 26 | 41 | 70 | 62 |
| Binary | 11000110 | 10000101 | 111000 | 0 | 100001 | 1001000 | 10110 | 100001 | 111000 | 110010 |
Color Harmonies of #C68538
Complementary color
Monochromatic Colors of #C68538
Black with #C68538
Text Example
Text Example
White with #C68538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68538; }
p { color: rgb(198,133,56); }
H1.HeaderClassName
{
color: #C68538;
}
.AnyTagClassName
{
color: #C68538;
}
</style>
background-color css
<style>
a { background-color: #C68538; }
a { background-color: rgb(198,133,56); }
div.DivClassName
{
background-color: #C68538;
}
.BgClassName
{
background-color: #C68538;
}
</style>
border-color css
<style>
span { border-color: #C68538; }
span { border-color: rgb(198,133,56); }
td.TdClassName
{
border-color: #C68538;
}
.TagClassName
{
border-color: #C68538;
}
</style>