Shades of Golden Bell #C17E37
Tints of Golden Bell #C17E37
RGB
CMYK
RGB Variations
Color information
#C17E37 (or 0xC17E37) is known color: Golden Bell. HEX triplet: C1, 7E and 37. RGB value is (193,126,55). Sum of RGB (Red+Green+Blue) = 193+126+55=374 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.60% from 374); Green value is 126 (49.61% from 255 or 33.69% from 374); Blue value is 55 (21.88% from 255 or 14.71% from 374); Max value from RGB is 193 - color contains mainly: red. Hex color #C17E37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17E37 is #3E81C8. Grayscale: #8A8A8A. Windows color (decimal): -4096457 or 3636929. OLE color: 3636929.
HSL color Cylindrical-coordinate representation of color #C17E37: hue angle of 30.87º 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 #C17E37 is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 126 | 55 | - |
| CMYK | 0 | 0.35 | 0.72 | 0.24 |
| HSL | 30.87º | 0.56% | 0.49% | - |
| HSV(B) | 30.87º | 0.72% | 0.76% | - |
| XYZ | 30.14 | 26.54 | 7.15 | - |
| YUV | 137.94 | 81.2 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 126 | 55 | 0 | 0.35 | 0.72 | 0.24 | 30.87 | 0.56 | 0.49 |
| Hex | C1 | 7E | 37 | 0 | 23 | 48 | 18 | 1F | 38 | 31 |
| Octal | 301 | 176 | 67 | 0 | 43 | 110 | 30 | 37 | 70 | 61 |
| Binary | 11000001 | 1111110 | 110111 | 0 | 100011 | 1001000 | 11000 | 11111 | 111000 | 110001 |
Color Harmonies of #C17E37
Complementary color
Monochromatic Colors of #C17E37
Black with #C17E37
Text Example
Text Example
White with #C17E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17E37; }
p { color: rgb(193,126,55); }
H1.HeaderClassName
{
color: #C17E37;
}
.AnyTagClassName
{
color: #C17E37;
}
</style>
background-color css
<style>
a { background-color: #C17E37; }
a { background-color: rgb(193,126,55); }
div.DivClassName
{
background-color: #C17E37;
}
.BgClassName
{
background-color: #C17E37;
}
</style>
border-color css
<style>
span { border-color: #C17E37; }
span { border-color: rgb(193,126,55); }
td.TdClassName
{
border-color: #C17E37;
}
.TagClassName
{
border-color: #C17E37;
}
</style>