Shades of Golden Bell #C57D32
Tints of Golden Bell #C57D32
RGB
CMYK
RGB Variations
Color information
#C57D32 (or 0xC57D32) is known color: Golden Bell. HEX triplet: C5, 7D and 32. RGB value is (197,125,50). Sum of RGB (Red+Green+Blue) = 197+125+50=372 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.96% from 372); Green value is 125 (49.22% from 255 or 33.60% from 372); Blue value is 50 (19.92% from 255 or 13.44% from 372); Max value from RGB is 197 - color contains mainly: red. Hex color #C57D32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57D32 is #3A82CD. Grayscale: #8A8A8A. Windows color (decimal): -3834574 or 3308997. OLE color: 3308997.
HSL color Cylindrical-coordinate representation of color #C57D32: hue angle of 30.61º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C57D32 is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 125 | 50 | - |
| CMYK | 0 | 0.37 | 0.75 | 0.23 |
| HSL | 30.61º | 0.6% | 0.48% | - |
| HSV(B) | 30.61º | 0.75% | 0.77% | - |
| XYZ | 30.94 | 26.77 | 6.55 | - |
| YUV | 137.98 | 78.35 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 125 | 50 | 0 | 0.37 | 0.75 | 0.23 | 30.61 | 0.6 | 0.48 |
| Hex | C5 | 7D | 32 | 0 | 25 | 4B | 17 | 1F | 3C | 30 |
| Octal | 305 | 175 | 62 | 0 | 45 | 113 | 27 | 37 | 74 | 60 |
| Binary | 11000101 | 1111101 | 110010 | 0 | 100101 | 1001011 | 10111 | 11111 | 111100 | 110000 |
Color Harmonies of #C57D32
Complementary color
Monochromatic Colors of #C57D32
Black with #C57D32
Text Example
Text Example
White with #C57D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57D32; }
p { color: rgb(197,125,50); }
H1.HeaderClassName
{
color: #C57D32;
}
.AnyTagClassName
{
color: #C57D32;
}
</style>
background-color css
<style>
a { background-color: #C57D32; }
a { background-color: rgb(197,125,50); }
div.DivClassName
{
background-color: #C57D32;
}
.BgClassName
{
background-color: #C57D32;
}
</style>
border-color css
<style>
span { border-color: #C57D32; }
span { border-color: rgb(197,125,50); }
td.TdClassName
{
border-color: #C57D32;
}
.TagClassName
{
border-color: #C57D32;
}
</style>