Shades of Golden Bell #C18037
Tints of Golden Bell #C18037
RGB
CMYK
RGB Variations
Color information
#C18037 (or 0xC18037) is known color: Golden Bell. HEX triplet: C1, 80 and 37. RGB value is (193,128,55). Sum of RGB (Red+Green+Blue) = 193+128+55=376 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.33% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 55 (21.88% from 255 or 14.63% from 376); Max value from RGB is 193 - color contains mainly: red. Hex color #C18037 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18037 is #3E7FC8. Grayscale: #8B8B8B. Windows color (decimal): -4095945 or 3637441. OLE color: 3637441.
HSL color Cylindrical-coordinate representation of color #C18037: hue angle of 31.74º 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 #C18037 is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 128 | 55 | - |
| CMYK | 0 | 0.34 | 0.72 | 0.24 |
| HSL | 31.74º | 0.56% | 0.49% | - |
| HSV(B) | 31.74º | 0.72% | 0.76% | - |
| XYZ | 30.4 | 27.05 | 7.23 | - |
| YUV | 139.11 | 80.53 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 128 | 55 | 0 | 0.34 | 0.72 | 0.24 | 31.74 | 0.56 | 0.49 |
| Hex | C1 | 80 | 37 | 0 | 22 | 48 | 18 | 20 | 38 | 31 |
| Octal | 301 | 200 | 67 | 0 | 42 | 110 | 30 | 40 | 70 | 61 |
| Binary | 11000001 | 10000000 | 110111 | 0 | 100010 | 1001000 | 11000 | 100000 | 111000 | 110001 |
Color Harmonies of #C18037
Complementary color
Monochromatic Colors of #C18037
Black with #C18037
Text Example
Text Example
White with #C18037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18037; }
p { color: rgb(193,128,55); }
H1.HeaderClassName
{
color: #C18037;
}
.AnyTagClassName
{
color: #C18037;
}
</style>
background-color css
<style>
a { background-color: #C18037; }
a { background-color: rgb(193,128,55); }
div.DivClassName
{
background-color: #C18037;
}
.BgClassName
{
background-color: #C18037;
}
</style>
border-color css
<style>
span { border-color: #C18037; }
span { border-color: rgb(193,128,55); }
td.TdClassName
{
border-color: #C18037;
}
.TagClassName
{
border-color: #C18037;
}
</style>