Shades of Golden Bell #C57E38
Tints of Golden Bell #C57E38
RGB
CMYK
RGB Variations
Color information
#C57E38 (or 0xC57E38) is known color: Golden Bell. HEX triplet: C5, 7E and 38. RGB value is (197,126,56). Sum of RGB (Red+Green+Blue) = 197+126+56=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 56 (22.27% from 255 or 14.78% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C57E38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57E38 is #3A81C7. Grayscale: #8B8B8B. Windows color (decimal): -3834312 or 3702469. OLE color: 3702469.
HSL color Cylindrical-coordinate representation of color #C57E38: hue angle of 29.79º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C57E38 is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 126 | 56 | - |
| CMYK | 0 | 0.36 | 0.72 | 0.23 |
| HSL | 29.79º | 0.56% | 0.5% | - |
| HSV(B) | 29.79º | 0.72% | 0.77% | - |
| XYZ | 31.2 | 27.08 | 7.32 | - |
| YUV | 139.25 | 81.02 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 126 | 56 | 0 | 0.36 | 0.72 | 0.23 | 29.79 | 0.56 | 0.5 |
| Hex | C5 | 7E | 38 | 0 | 24 | 48 | 17 | 1E | 38 | 32 |
| Octal | 305 | 176 | 70 | 0 | 44 | 110 | 27 | 36 | 70 | 62 |
| Binary | 11000101 | 1111110 | 111000 | 0 | 100100 | 1001000 | 10111 | 11110 | 111000 | 110010 |
Color Harmonies of #C57E38
Complementary color
Monochromatic Colors of #C57E38
Black with #C57E38
Text Example
Text Example
White with #C57E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57E38; }
p { color: rgb(197,126,56); }
H1.HeaderClassName
{
color: #C57E38;
}
.AnyTagClassName
{
color: #C57E38;
}
</style>
background-color css
<style>
a { background-color: #C57E38; }
a { background-color: rgb(197,126,56); }
div.DivClassName
{
background-color: #C57E38;
}
.BgClassName
{
background-color: #C57E38;
}
</style>
border-color css
<style>
span { border-color: #C57E38; }
span { border-color: rgb(197,126,56); }
td.TdClassName
{
border-color: #C57E38;
}
.TagClassName
{
border-color: #C57E38;
}
</style>