Shades of Golden Bell #C88537
Tints of Golden Bell #C88537
RGB
CMYK
RGB Variations
Color information
#C88537 (or 0xC88537) is known color: Golden Bell. HEX triplet: C8, 85 and 37. RGB value is (200,133,55). Sum of RGB (Red+Green+Blue) = 200+133+55=388 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.55% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 55 (21.88% from 255 or 14.18% from 388); Max value from RGB is 200 - color contains mainly: red. Hex color #C88537 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88537 is #377AC8. Grayscale: #909090. Windows color (decimal): -3635913 or 3638728. OLE color: 3638728.
HSL color Cylindrical-coordinate representation of color #C88537: hue angle of 32.28º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C88537 is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 133 | 55 | - |
| CMYK | 0 | 0.34 | 0.72 | 0.22 |
| HSL | 32.28º | 0.57% | 0.5% | - |
| HSV(B) | 32.28º | 0.73% | 0.78% | - |
| XYZ | 32.9 | 29.33 | 7.54 | - |
| YUV | 144.14 | 77.7 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 133 | 55 | 0 | 0.34 | 0.72 | 0.22 | 32.28 | 0.57 | 0.5 |
| Hex | C8 | 85 | 37 | 0 | 22 | 48 | 16 | 20 | 39 | 32 |
| Octal | 310 | 205 | 67 | 0 | 42 | 110 | 26 | 40 | 71 | 62 |
| Binary | 11001000 | 10000101 | 110111 | 0 | 100010 | 1001000 | 10110 | 100000 | 111001 | 110010 |
Color Harmonies of #C88537
Complementary color
Monochromatic Colors of #C88537
Black with #C88537
Text Example
Text Example
White with #C88537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88537; }
p { color: rgb(200,133,55); }
H1.HeaderClassName
{
color: #C88537;
}
.AnyTagClassName
{
color: #C88537;
}
</style>
background-color css
<style>
a { background-color: #C88537; }
a { background-color: rgb(200,133,55); }
div.DivClassName
{
background-color: #C88537;
}
.BgClassName
{
background-color: #C88537;
}
</style>
border-color css
<style>
span { border-color: #C88537; }
span { border-color: rgb(200,133,55); }
td.TdClassName
{
border-color: #C88537;
}
.TagClassName
{
border-color: #C88537;
}
</style>