Shades of Golden Bell #C78239
Tints of Golden Bell #C78239
RGB
CMYK
RGB Variations
Color information
#C78239 (or 0xC78239) is known color: Golden Bell. HEX triplet: C7, 82 and 39. RGB value is (199,130,57). Sum of RGB (Red+Green+Blue) = 199+130+57=386 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.55% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 57 (22.66% from 255 or 14.77% from 386); Max value from RGB is 199 - color contains mainly: red. Hex color #C78239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78239 is #387DC6. Grayscale: #8E8E8E. Windows color (decimal): -3702215 or 3769031. OLE color: 3769031.
HSL color Cylindrical-coordinate representation of color #C78239: hue angle of 30.85º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C78239 is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 130 | 57 | - |
| CMYK | 0 | 0.35 | 0.71 | 0.22 |
| HSL | 30.85º | 0.56% | 0.5% | - |
| HSV(B) | 30.85º | 0.71% | 0.78% | - |
| XYZ | 32.27 | 28.4 | 7.65 | - |
| YUV | 142.31 | 79.86 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 130 | 57 | 0 | 0.35 | 0.71 | 0.22 | 30.85 | 0.56 | 0.5 |
| Hex | C7 | 82 | 39 | 0 | 23 | 47 | 16 | 1F | 38 | 32 |
| Octal | 307 | 202 | 71 | 0 | 43 | 107 | 26 | 37 | 70 | 62 |
| Binary | 11000111 | 10000010 | 111001 | 0 | 100011 | 1000111 | 10110 | 11111 | 111000 | 110010 |
Color Harmonies of #C78239
Complementary color
Monochromatic Colors of #C78239
Black with #C78239
Text Example
Text Example
White with #C78239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78239; }
p { color: rgb(199,130,57); }
H1.HeaderClassName
{
color: #C78239;
}
.AnyTagClassName
{
color: #C78239;
}
</style>
background-color css
<style>
a { background-color: #C78239; }
a { background-color: rgb(199,130,57); }
div.DivClassName
{
background-color: #C78239;
}
.BgClassName
{
background-color: #C78239;
}
</style>
border-color css
<style>
span { border-color: #C78239; }
span { border-color: rgb(199,130,57); }
td.TdClassName
{
border-color: #C78239;
}
.TagClassName
{
border-color: #C78239;
}
</style>