Shades of Golden Bell #C67C32
Tints of Golden Bell #C67C32
RGB
CMYK
RGB Variations
Color information
#C67C32 (or 0xC67C32) is known color: Golden Bell. HEX triplet: C6, 7C and 32. RGB value is (198,124,50). Sum of RGB (Red+Green+Blue) = 198+124+50=372 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.23% from 372); Green value is 124 (48.83% from 255 or 33.33% from 372); Blue value is 50 (19.92% from 255 or 13.44% from 372); Max value from RGB is 198 - color contains mainly: red. Hex color #C67C32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67C32 is #3983CD. Grayscale: #8A8A8A. Windows color (decimal): -3769294 or 3308742. OLE color: 3308742.
HSL color Cylindrical-coordinate representation of color #C67C32: hue angle of 30º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C67C32 is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 124 | 50 | - |
| CMYK | 0 | 0.37 | 0.75 | 0.22 |
| HSL | 30º | 0.6% | 0.49% | - |
| HSV(B) | 30º | 0.75% | 0.78% | - |
| XYZ | 31.07 | 26.65 | 6.52 | - |
| YUV | 137.69 | 78.52 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 124 | 50 | 0 | 0.37 | 0.75 | 0.22 | 30 | 0.6 | 0.49 |
| Hex | C6 | 7C | 32 | 0 | 25 | 4B | 16 | 1E | 3C | 31 |
| Octal | 306 | 174 | 62 | 0 | 45 | 113 | 26 | 36 | 74 | 61 |
| Binary | 11000110 | 1111100 | 110010 | 0 | 100101 | 1001011 | 10110 | 11110 | 111100 | 110001 |
Color Harmonies of #C67C32
Complementary color
Monochromatic Colors of #C67C32
Black with #C67C32
Text Example
Text Example
White with #C67C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67C32; }
p { color: rgb(198,124,50); }
H1.HeaderClassName
{
color: #C67C32;
}
.AnyTagClassName
{
color: #C67C32;
}
</style>
background-color css
<style>
a { background-color: #C67C32; }
a { background-color: rgb(198,124,50); }
div.DivClassName
{
background-color: #C67C32;
}
.BgClassName
{
background-color: #C67C32;
}
</style>
border-color css
<style>
span { border-color: #C67C32; }
span { border-color: rgb(198,124,50); }
td.TdClassName
{
border-color: #C67C32;
}
.TagClassName
{
border-color: #C67C32;
}
</style>