Shades of Golden Bell #C88136
Tints of Golden Bell #C88136
RGB
CMYK
RGB Variations
Color information
#C88136 (or 0xC88136) is known color: Golden Bell. HEX triplet: C8, 81 and 36. RGB value is (200,129,54). Sum of RGB (Red+Green+Blue) = 200+129+54=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 54 (21.48% from 255 or 14.10% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C88136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88136 is #377EC9. Grayscale: #8E8E8E. Windows color (decimal): -3636938 or 3572168. OLE color: 3572168.
HSL color Cylindrical-coordinate representation of color #C88136: hue angle of 30.82º 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 #C88136 is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 129 | 54 | - |
| CMYK | 0 | 0.36 | 0.73 | 0.22 |
| HSL | 30.82º | 0.57% | 0.5% | - |
| HSV(B) | 30.82º | 0.73% | 0.78% | - |
| XYZ | 32.34 | 28.25 | 7.24 | - |
| YUV | 141.68 | 78.52 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 129 | 54 | 0 | 0.36 | 0.73 | 0.22 | 30.82 | 0.57 | 0.5 |
| Hex | C8 | 81 | 36 | 0 | 24 | 49 | 16 | 1F | 39 | 32 |
| Octal | 310 | 201 | 66 | 0 | 44 | 111 | 26 | 37 | 71 | 62 |
| Binary | 11001000 | 10000001 | 110110 | 0 | 100100 | 1001001 | 10110 | 11111 | 111001 | 110010 |
Color Harmonies of #C88136
Complementary color
Monochromatic Colors of #C88136
Black with #C88136
Text Example
Text Example
White with #C88136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88136; }
p { color: rgb(200,129,54); }
H1.HeaderClassName
{
color: #C88136;
}
.AnyTagClassName
{
color: #C88136;
}
</style>
background-color css
<style>
a { background-color: #C88136; }
a { background-color: rgb(200,129,54); }
div.DivClassName
{
background-color: #C88136;
}
.BgClassName
{
background-color: #C88136;
}
</style>
border-color css
<style>
span { border-color: #C88136; }
span { border-color: rgb(200,129,54); }
td.TdClassName
{
border-color: #C88136;
}
.TagClassName
{
border-color: #C88136;
}
</style>