Shades of Golden Bell #C7863A
Tints of Golden Bell #C7863A
RGB
CMYK
RGB Variations
Color information
#C7863A (or 0xC7863A) is known color: Golden Bell. HEX triplet: C7, 86 and 3A. RGB value is (199,134,58). Sum of RGB (Red+Green+Blue) = 199+134+58=391 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.90% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 58 (23.05% from 255 or 14.83% from 391); Max value from RGB is 199 - color contains mainly: red. Hex color #C7863A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7863A is #3879C5. Grayscale: #919191. Windows color (decimal): -3701190 or 3835591. OLE color: 3835591.
HSL color Cylindrical-coordinate representation of color #C7863A: hue angle of 32.34º 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 #C7863A is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 134 | 58 | - |
| CMYK | 0 | 0.33 | 0.71 | 0.22 |
| HSL | 32.34º | 0.56% | 0.5% | - |
| HSV(B) | 32.34º | 0.71% | 0.78% | - |
| XYZ | 32.84 | 29.5 | 7.97 | - |
| YUV | 144.77 | 79.03 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 134 | 58 | 0 | 0.33 | 0.71 | 0.22 | 32.34 | 0.56 | 0.5 |
| Hex | C7 | 86 | 3A | 0 | 21 | 47 | 16 | 20 | 38 | 32 |
| Octal | 307 | 206 | 72 | 0 | 41 | 107 | 26 | 40 | 70 | 62 |
| Binary | 11000111 | 10000110 | 111010 | 0 | 100001 | 1000111 | 10110 | 100000 | 111000 | 110010 |
Color Harmonies of #C7863A
Complementary color
Monochromatic Colors of #C7863A
Black with #C7863A
Text Example
Text Example
White with #C7863A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7863A; }
p { color: rgb(199,134,58); }
H1.HeaderClassName
{
color: #C7863A;
}
.AnyTagClassName
{
color: #C7863A;
}
</style>
background-color css
<style>
a { background-color: #C7863A; }
a { background-color: rgb(199,134,58); }
div.DivClassName
{
background-color: #C7863A;
}
.BgClassName
{
background-color: #C7863A;
}
</style>
border-color css
<style>
span { border-color: #C7863A; }
span { border-color: rgb(199,134,58); }
td.TdClassName
{
border-color: #C7863A;
}
.TagClassName
{
border-color: #C7863A;
}
</style>