Shades of Golden Bell #C78134
Tints of Golden Bell #C78134
RGB
CMYK
RGB Variations
Color information
#C78134 (or 0xC78134) is known color: Golden Bell. HEX triplet: C7, 81 and 34. RGB value is (199,129,52). Sum of RGB (Red+Green+Blue) = 199+129+52=380 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.37% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 52 (20.70% from 255 or 13.68% from 380); Max value from RGB is 199 - color contains mainly: red. Hex color #C78134 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78134 is #387ECB. Grayscale: #8D8D8D. Windows color (decimal): -3702476 or 3441095. OLE color: 3441095.
HSL color Cylindrical-coordinate representation of color #C78134: hue angle of 31.43º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C78134 is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 129 | 52 | - |
| CMYK | 0 | 0.35 | 0.74 | 0.22 |
| HSL | 31.43º | 0.59% | 0.49% | - |
| HSV(B) | 31.43º | 0.74% | 0.78% | - |
| XYZ | 32.02 | 28.09 | 6.98 | - |
| YUV | 141.15 | 77.69 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 129 | 52 | 0 | 0.35 | 0.74 | 0.22 | 31.43 | 0.59 | 0.49 |
| Hex | C7 | 81 | 34 | 0 | 23 | 4A | 16 | 1F | 3B | 31 |
| Octal | 307 | 201 | 64 | 0 | 43 | 112 | 26 | 37 | 73 | 61 |
| Binary | 11000111 | 10000001 | 110100 | 0 | 100011 | 1001010 | 10110 | 11111 | 111011 | 110001 |
Color Harmonies of #C78134
Complementary color
Monochromatic Colors of #C78134
Black with #C78134
Text Example
Text Example
White with #C78134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78134; }
p { color: rgb(199,129,52); }
H1.HeaderClassName
{
color: #C78134;
}
.AnyTagClassName
{
color: #C78134;
}
</style>
background-color css
<style>
a { background-color: #C78134; }
a { background-color: rgb(199,129,52); }
div.DivClassName
{
background-color: #C78134;
}
.BgClassName
{
background-color: #C78134;
}
</style>
border-color css
<style>
span { border-color: #C78134; }
span { border-color: rgb(199,129,52); }
td.TdClassName
{
border-color: #C78134;
}
.TagClassName
{
border-color: #C78134;
}
</style>