Shades of Golden Bell #C47C32
Tints of Golden Bell #C47C32
RGB
CMYK
RGB Variations
Color information
#C47C32 (or 0xC47C32) is known color: Golden Bell. HEX triplet: C4, 7C and 32. RGB value is (196,124,50). Sum of RGB (Red+Green+Blue) = 196+124+50=370 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.97% from 370); Green value is 124 (48.83% from 255 or 33.51% from 370); Blue value is 50 (19.92% from 255 or 13.51% from 370); Max value from RGB is 196 - color contains mainly: red. Hex color #C47C32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47C32 is #3B83CD. Grayscale: #898989. Windows color (decimal): -3900366 or 3308740. OLE color: 3308740.
HSL color Cylindrical-coordinate representation of color #C47C32: hue angle of 30.41º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C47C32 is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 124 | 50 | - |
| CMYK | 0 | 0.37 | 0.74 | 0.23 |
| HSL | 30.41º | 0.59% | 0.48% | - |
| HSV(B) | 30.41º | 0.74% | 0.77% | - |
| XYZ | 30.55 | 26.38 | 6.5 | - |
| YUV | 137.09 | 78.85 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 124 | 50 | 0 | 0.37 | 0.74 | 0.23 | 30.41 | 0.59 | 0.48 |
| Hex | C4 | 7C | 32 | 0 | 25 | 4A | 17 | 1E | 3B | 30 |
| Octal | 304 | 174 | 62 | 0 | 45 | 112 | 27 | 36 | 73 | 60 |
| Binary | 11000100 | 1111100 | 110010 | 0 | 100101 | 1001010 | 10111 | 11110 | 111011 | 110000 |
Color Harmonies of #C47C32
Complementary color
Monochromatic Colors of #C47C32
Black with #C47C32
Text Example
Text Example
White with #C47C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47C32; }
p { color: rgb(196,124,50); }
H1.HeaderClassName
{
color: #C47C32;
}
.AnyTagClassName
{
color: #C47C32;
}
</style>
background-color css
<style>
a { background-color: #C47C32; }
a { background-color: rgb(196,124,50); }
div.DivClassName
{
background-color: #C47C32;
}
.BgClassName
{
background-color: #C47C32;
}
</style>
border-color css
<style>
span { border-color: #C47C32; }
span { border-color: rgb(196,124,50); }
td.TdClassName
{
border-color: #C47C32;
}
.TagClassName
{
border-color: #C47C32;
}
</style>