Shades of Golden Bell #C17F37
Tints of Golden Bell #C17F37
RGB
CMYK
RGB Variations
Color information
#C17F37 (or 0xC17F37) is known color: Golden Bell. HEX triplet: C1, 7F and 37. RGB value is (193,127,55). Sum of RGB (Red+Green+Blue) = 193+127+55=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 127 (50% from 255 or 33.87% from 375); Blue value is 55 (21.88% from 255 or 14.67% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C17F37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17F37 is #3E80C8. Grayscale: #8A8A8A. Windows color (decimal): -4096201 or 3637185. OLE color: 3637185.
HSL color Cylindrical-coordinate representation of color #C17F37: hue angle of 31.3º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C17F37 is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 127 | 55 | - |
| CMYK | 0 | 0.34 | 0.72 | 0.24 |
| HSL | 31.3º | 0.56% | 0.49% | - |
| HSV(B) | 31.3º | 0.72% | 0.76% | - |
| XYZ | 30.27 | 26.79 | 7.19 | - |
| YUV | 138.53 | 80.87 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 127 | 55 | 0 | 0.34 | 0.72 | 0.24 | 31.3 | 0.56 | 0.49 |
| Hex | C1 | 7F | 37 | 0 | 22 | 48 | 18 | 1F | 38 | 31 |
| Octal | 301 | 177 | 67 | 0 | 42 | 110 | 30 | 37 | 70 | 61 |
| Binary | 11000001 | 1111111 | 110111 | 0 | 100010 | 1001000 | 11000 | 11111 | 111000 | 110001 |
Color Harmonies of #C17F37
Complementary color
Monochromatic Colors of #C17F37
Black with #C17F37
Text Example
Text Example
White with #C17F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17F37; }
p { color: rgb(193,127,55); }
H1.HeaderClassName
{
color: #C17F37;
}
.AnyTagClassName
{
color: #C17F37;
}
</style>
background-color css
<style>
a { background-color: #C17F37; }
a { background-color: rgb(193,127,55); }
div.DivClassName
{
background-color: #C17F37;
}
.BgClassName
{
background-color: #C17F37;
}
</style>
border-color css
<style>
span { border-color: #C17F37; }
span { border-color: rgb(193,127,55); }
td.TdClassName
{
border-color: #C17F37;
}
.TagClassName
{
border-color: #C17F37;
}
</style>