Shades of Golden Bell #C47D33
Tints of Golden Bell #C47D33
RGB
CMYK
RGB Variations
Color information
#C47D33 (or 0xC47D33) is known color: Golden Bell. HEX triplet: C4, 7D and 33. RGB value is (196,125,51). Sum of RGB (Red+Green+Blue) = 196+125+51=372 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.69% from 372); Green value is 125 (49.22% from 255 or 33.60% from 372); Blue value is 51 (20.31% from 255 or 13.71% from 372); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47D33 is #3B82CC. Grayscale: #8A8A8A. Windows color (decimal): -3900109 or 3374532. OLE color: 3374532.
HSL color Cylindrical-coordinate representation of color #C47D33: hue angle of 30.62º 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 #C47D33 is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 125 | 51 | - |
| CMYK | 0 | 0.36 | 0.74 | 0.23 |
| HSL | 30.62º | 0.59% | 0.48% | - |
| HSV(B) | 30.62º | 0.74% | 0.77% | - |
| XYZ | 30.7 | 26.64 | 6.66 | - |
| YUV | 137.79 | 79.02 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 125 | 51 | 0 | 0.36 | 0.74 | 0.23 | 30.62 | 0.59 | 0.48 |
| Hex | C4 | 7D | 33 | 0 | 24 | 4A | 17 | 1F | 3B | 30 |
| Octal | 304 | 175 | 63 | 0 | 44 | 112 | 27 | 37 | 73 | 60 |
| Binary | 11000100 | 1111101 | 110011 | 0 | 100100 | 1001010 | 10111 | 11111 | 111011 | 110000 |
Color Harmonies of #C47D33
Complementary color
Monochromatic Colors of #C47D33
Black with #C47D33
Text Example
Text Example
White with #C47D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47D33; }
p { color: rgb(196,125,51); }
H1.HeaderClassName
{
color: #C47D33;
}
.AnyTagClassName
{
color: #C47D33;
}
</style>
background-color css
<style>
a { background-color: #C47D33; }
a { background-color: rgb(196,125,51); }
div.DivClassName
{
background-color: #C47D33;
}
.BgClassName
{
background-color: #C47D33;
}
</style>
border-color css
<style>
span { border-color: #C47D33; }
span { border-color: rgb(196,125,51); }
td.TdClassName
{
border-color: #C47D33;
}
.TagClassName
{
border-color: #C47D33;
}
</style>