Shades of Golden Bell #C78434
Tints of Golden Bell #C78434
RGB
CMYK
RGB Variations
Color information
#C78434 (or 0xC78434) is known color: Golden Bell. HEX triplet: C7, 84 and 34. RGB value is (199,132,52). Sum of RGB (Red+Green+Blue) = 199+132+52=383 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.96% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 52 (20.70% from 255 or 13.58% from 383); Max value from RGB is 199 - color contains mainly: red. Hex color #C78434 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78434 is #387BCB. Grayscale: #8F8F8F. Windows color (decimal): -3701708 or 3441863. OLE color: 3441863.
HSL color Cylindrical-coordinate representation of color #C78434: hue angle of 32.65º 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 #C78434 is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 132 | 52 | - |
| CMYK | 0 | 0.34 | 0.74 | 0.22 |
| HSL | 32.65º | 0.59% | 0.49% | - |
| HSV(B) | 32.65º | 0.74% | 0.78% | - |
| XYZ | 32.42 | 28.89 | 7.12 | - |
| YUV | 142.91 | 76.7 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 132 | 52 | 0 | 0.34 | 0.74 | 0.22 | 32.65 | 0.59 | 0.49 |
| Hex | C7 | 84 | 34 | 0 | 22 | 4A | 16 | 21 | 3B | 31 |
| Octal | 307 | 204 | 64 | 0 | 42 | 112 | 26 | 41 | 73 | 61 |
| Binary | 11000111 | 10000100 | 110100 | 0 | 100010 | 1001010 | 10110 | 100001 | 111011 | 110001 |
Color Harmonies of #C78434
Complementary color
Monochromatic Colors of #C78434
Black with #C78434
Text Example
Text Example
White with #C78434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78434; }
p { color: rgb(199,132,52); }
H1.HeaderClassName
{
color: #C78434;
}
.AnyTagClassName
{
color: #C78434;
}
</style>
background-color css
<style>
a { background-color: #C78434; }
a { background-color: rgb(199,132,52); }
div.DivClassName
{
background-color: #C78434;
}
.BgClassName
{
background-color: #C78434;
}
</style>
border-color css
<style>
span { border-color: #C78434; }
span { border-color: rgb(199,132,52); }
td.TdClassName
{
border-color: #C78434;
}
.TagClassName
{
border-color: #C78434;
}
</style>