Shades of Golden Bell #C78538
Tints of Golden Bell #C78538
RGB
CMYK
RGB Variations
Color information
#C78538 (or 0xC78538) is known color: Golden Bell. HEX triplet: C7, 85 and 38. RGB value is (199,133,56). Sum of RGB (Red+Green+Blue) = 199+133+56=388 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.29% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 56 (22.27% from 255 or 14.43% from 388); Max value from RGB is 199 - color contains mainly: red. Hex color #C78538 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78538 is #387AC7. Grayscale: #909090. Windows color (decimal): -3701448 or 3704263. OLE color: 3704263.
HSL color Cylindrical-coordinate representation of color #C78538: hue angle of 32.31º 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 #C78538 is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 133 | 56 | - |
| CMYK | 0 | 0.33 | 0.72 | 0.22 |
| HSL | 32.31º | 0.56% | 0.5% | - |
| HSV(B) | 32.31º | 0.72% | 0.78% | - |
| XYZ | 32.65 | 29.2 | 7.66 | - |
| YUV | 143.96 | 78.37 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 133 | 56 | 0 | 0.33 | 0.72 | 0.22 | 32.31 | 0.56 | 0.5 |
| Hex | C7 | 85 | 38 | 0 | 21 | 48 | 16 | 20 | 38 | 32 |
| Octal | 307 | 205 | 70 | 0 | 41 | 110 | 26 | 40 | 70 | 62 |
| Binary | 11000111 | 10000101 | 111000 | 0 | 100001 | 1001000 | 10110 | 100000 | 111000 | 110010 |
Color Harmonies of #C78538
Complementary color
Monochromatic Colors of #C78538
Black with #C78538
Text Example
Text Example
White with #C78538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78538; }
p { color: rgb(199,133,56); }
H1.HeaderClassName
{
color: #C78538;
}
.AnyTagClassName
{
color: #C78538;
}
</style>
background-color css
<style>
a { background-color: #C78538; }
a { background-color: rgb(199,133,56); }
div.DivClassName
{
background-color: #C78538;
}
.BgClassName
{
background-color: #C78538;
}
</style>
border-color css
<style>
span { border-color: #C78538; }
span { border-color: rgb(199,133,56); }
td.TdClassName
{
border-color: #C78538;
}
.TagClassName
{
border-color: #C78538;
}
</style>