Shades of Golden Bell #C78838
Tints of Golden Bell #C78838
RGB
CMYK
RGB Variations
Color information
#C78838 (or 0xC78838) is known color: Golden Bell. HEX triplet: C7, 88 and 38. RGB value is (199,136,56). Sum of RGB (Red+Green+Blue) = 199+136+56=391 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.90% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 56 (22.27% from 255 or 14.32% from 391); Max value from RGB is 199 - color contains mainly: red. Hex color #C78838 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78838 is #3877C7. Grayscale: #929292. Windows color (decimal): -3700680 or 3705031. OLE color: 3705031.
HSL color Cylindrical-coordinate representation of color #C78838: hue angle of 33.57º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C78838 is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 136 | 56 | - |
| CMYK | 0 | 0.32 | 0.72 | 0.22 |
| HSL | 33.57º | 0.56% | 0.5% | - |
| HSV(B) | 33.57º | 0.72% | 0.78% | - |
| XYZ | 33.07 | 30.04 | 7.8 | - |
| YUV | 145.72 | 77.37 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 136 | 56 | 0 | 0.32 | 0.72 | 0.22 | 33.57 | 0.56 | 0.5 |
| Hex | C7 | 88 | 38 | 0 | 20 | 48 | 16 | 22 | 38 | 32 |
| Octal | 307 | 210 | 70 | 0 | 40 | 110 | 26 | 42 | 70 | 62 |
| Binary | 11000111 | 10001000 | 111000 | 0 | 100000 | 1001000 | 10110 | 100010 | 111000 | 110010 |
Color Harmonies of #C78838
Complementary color
Monochromatic Colors of #C78838
Black with #C78838
Text Example
Text Example
White with #C78838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78838; }
p { color: rgb(199,136,56); }
H1.HeaderClassName
{
color: #C78838;
}
.AnyTagClassName
{
color: #C78838;
}
</style>
background-color css
<style>
a { background-color: #C78838; }
a { background-color: rgb(199,136,56); }
div.DivClassName
{
background-color: #C78838;
}
.BgClassName
{
background-color: #C78838;
}
</style>
border-color css
<style>
span { border-color: #C78838; }
span { border-color: rgb(199,136,56); }
td.TdClassName
{
border-color: #C78838;
}
.TagClassName
{
border-color: #C78838;
}
</style>