Shades of Golden Bell #C67C37
Tints of Golden Bell #C67C37
RGB
CMYK
RGB Variations
Color information
#C67C37 (or 0xC67C37) is known color: Golden Bell. HEX triplet: C6, 7C and 37. RGB value is (198,124,55). Sum of RGB (Red+Green+Blue) = 198+124+55=377 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.52% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 55 (21.88% from 255 or 14.59% from 377); Max value from RGB is 198 - color contains mainly: red. Hex color #C67C37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67C37 is #3983C8. Grayscale: #8A8A8A. Windows color (decimal): -3769289 or 3636422. OLE color: 3636422.
HSL color Cylindrical-coordinate representation of color #C67C37: hue angle of 28.95º degrees, saturation: 0.57, 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 #C67C37 is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 124 | 55 | - |
| CMYK | 0 | 0.37 | 0.72 | 0.22 |
| HSL | 28.95º | 0.57% | 0.5% | - |
| HSV(B) | 28.95º | 0.72% | 0.78% | - |
| XYZ | 31.19 | 26.7 | 7.12 | - |
| YUV | 138.26 | 81.02 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 124 | 55 | 0 | 0.37 | 0.72 | 0.22 | 28.95 | 0.57 | 0.5 |
| Hex | C6 | 7C | 37 | 0 | 25 | 48 | 16 | 1D | 39 | 32 |
| Octal | 306 | 174 | 67 | 0 | 45 | 110 | 26 | 35 | 71 | 62 |
| Binary | 11000110 | 1111100 | 110111 | 0 | 100101 | 1001000 | 10110 | 11101 | 111001 | 110010 |
Color Harmonies of #C67C37
Complementary color
Monochromatic Colors of #C67C37
Black with #C67C37
Text Example
Text Example
White with #C67C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67C37; }
p { color: rgb(198,124,55); }
H1.HeaderClassName
{
color: #C67C37;
}
.AnyTagClassName
{
color: #C67C37;
}
</style>
background-color css
<style>
a { background-color: #C67C37; }
a { background-color: rgb(198,124,55); }
div.DivClassName
{
background-color: #C67C37;
}
.BgClassName
{
background-color: #C67C37;
}
</style>
border-color css
<style>
span { border-color: #C67C37; }
span { border-color: rgb(198,124,55); }
td.TdClassName
{
border-color: #C67C37;
}
.TagClassName
{
border-color: #C67C37;
}
</style>