Shades of Golden Bell #C57C33
Tints of Golden Bell #C57C33
RGB
CMYK
RGB Variations
Color information
#C57C33 (or 0xC57C33) is known color: Golden Bell. HEX triplet: C5, 7C and 33. RGB value is (197,124,51). Sum of RGB (Red+Green+Blue) = 197+124+51=372 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.96% from 372); Green value is 124 (48.83% from 255 or 33.33% from 372); Blue value is 51 (20.31% from 255 or 13.71% from 372); Max value from RGB is 197 - color contains mainly: red. Hex color #C57C33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57C33 is #3A83CC. Grayscale: #898989. Windows color (decimal): -3834829 or 3374277. OLE color: 3374277.
HSL color Cylindrical-coordinate representation of color #C57C33: hue angle of 30º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C57C33 is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 124 | 51 | - |
| CMYK | 0 | 0.37 | 0.74 | 0.23 |
| HSL | 30º | 0.59% | 0.49% | - |
| HSV(B) | 30º | 0.74% | 0.77% | - |
| XYZ | 30.83 | 26.52 | 6.63 | - |
| YUV | 137.51 | 79.18 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 124 | 51 | 0 | 0.37 | 0.74 | 0.23 | 30 | 0.59 | 0.49 |
| Hex | C5 | 7C | 33 | 0 | 25 | 4A | 17 | 1E | 3B | 31 |
| Octal | 305 | 174 | 63 | 0 | 45 | 112 | 27 | 36 | 73 | 61 |
| Binary | 11000101 | 1111100 | 110011 | 0 | 100101 | 1001010 | 10111 | 11110 | 111011 | 110001 |
Color Harmonies of #C57C33
Complementary color
Monochromatic Colors of #C57C33
Black with #C57C33
Text Example
Text Example
White with #C57C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57C33; }
p { color: rgb(197,124,51); }
H1.HeaderClassName
{
color: #C57C33;
}
.AnyTagClassName
{
color: #C57C33;
}
</style>
background-color css
<style>
a { background-color: #C57C33; }
a { background-color: rgb(197,124,51); }
div.DivClassName
{
background-color: #C57C33;
}
.BgClassName
{
background-color: #C57C33;
}
</style>
border-color css
<style>
span { border-color: #C57C33; }
span { border-color: rgb(197,124,51); }
td.TdClassName
{
border-color: #C57C33;
}
.TagClassName
{
border-color: #C57C33;
}
</style>