Shades of Golden Bell #C67E3A
Tints of Golden Bell #C67E3A
RGB
CMYK
RGB Variations
Color information
#C67E3A (or 0xC67E3A) is known color: Golden Bell. HEX triplet: C6, 7E and 3A. RGB value is (198,126,58). Sum of RGB (Red+Green+Blue) = 198+126+58=382 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.83% from 382); Green value is 126 (49.61% from 255 or 32.98% from 382); Blue value is 58 (23.05% from 255 or 15.18% from 382); Max value from RGB is 198 - color contains mainly: red. Hex color #C67E3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67E3A is #3981C5. Grayscale: #8C8C8C. Windows color (decimal): -3768774 or 3833542. OLE color: 3833542.
HSL color Cylindrical-coordinate representation of color #C67E3A: hue angle of 29.14º 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 #C67E3A is Cyan = 0, Magento = 0.36, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 126 | 58 | - |
| CMYK | 0 | 0.36 | 0.71 | 0.22 |
| HSL | 29.14º | 0.55% | 0.5% | - |
| HSV(B) | 29.14º | 0.71% | 0.78% | - |
| XYZ | 31.51 | 27.23 | 7.6 | - |
| YUV | 139.78 | 81.85 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 126 | 58 | 0 | 0.36 | 0.71 | 0.22 | 29.14 | 0.55 | 0.5 |
| Hex | C6 | 7E | 3A | 0 | 24 | 47 | 16 | 1D | 37 | 32 |
| Octal | 306 | 176 | 72 | 0 | 44 | 107 | 26 | 35 | 67 | 62 |
| Binary | 11000110 | 1111110 | 111010 | 0 | 100100 | 1000111 | 10110 | 11101 | 110111 | 110010 |
Color Harmonies of #C67E3A
Complementary color
Monochromatic Colors of #C67E3A
Black with #C67E3A
Text Example
Text Example
White with #C67E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67E3A; }
p { color: rgb(198,126,58); }
H1.HeaderClassName
{
color: #C67E3A;
}
.AnyTagClassName
{
color: #C67E3A;
}
</style>
background-color css
<style>
a { background-color: #C67E3A; }
a { background-color: rgb(198,126,58); }
div.DivClassName
{
background-color: #C67E3A;
}
.BgClassName
{
background-color: #C67E3A;
}
</style>
border-color css
<style>
span { border-color: #C67E3A; }
span { border-color: rgb(198,126,58); }
td.TdClassName
{
border-color: #C67E3A;
}
.TagClassName
{
border-color: #C67E3A;
}
</style>