Shades of Golden Bell #C7813A
Tints of Golden Bell #C7813A
RGB
CMYK
RGB Variations
Color information
#C7813A (or 0xC7813A) is known color: Golden Bell. HEX triplet: C7, 81 and 3A. RGB value is (199,129,58). Sum of RGB (Red+Green+Blue) = 199+129+58=386 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.55% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 58 (23.05% from 255 or 15.03% from 386); Max value from RGB is 199 - color contains mainly: red. Hex color #C7813A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7813A is #387EC5. Grayscale: #8E8E8E. Windows color (decimal): -3702470 or 3834311. OLE color: 3834311.
HSL color Cylindrical-coordinate representation of color #C7813A: hue angle of 30.21º 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 #C7813A is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 129 | 58 | - |
| CMYK | 0 | 0.35 | 0.71 | 0.22 |
| HSL | 30.21º | 0.56% | 0.5% | - |
| HSV(B) | 30.21º | 0.71% | 0.78% | - |
| XYZ | 32.17 | 28.15 | 7.74 | - |
| YUV | 141.84 | 80.69 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 129 | 58 | 0 | 0.35 | 0.71 | 0.22 | 30.21 | 0.56 | 0.5 |
| Hex | C7 | 81 | 3A | 0 | 23 | 47 | 16 | 1E | 38 | 32 |
| Octal | 307 | 201 | 72 | 0 | 43 | 107 | 26 | 36 | 70 | 62 |
| Binary | 11000111 | 10000001 | 111010 | 0 | 100011 | 1000111 | 10110 | 11110 | 111000 | 110010 |
Color Harmonies of #C7813A
Complementary color
Monochromatic Colors of #C7813A
Black with #C7813A
Text Example
Text Example
White with #C7813A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7813A; }
p { color: rgb(199,129,58); }
H1.HeaderClassName
{
color: #C7813A;
}
.AnyTagClassName
{
color: #C7813A;
}
</style>
background-color css
<style>
a { background-color: #C7813A; }
a { background-color: rgb(199,129,58); }
div.DivClassName
{
background-color: #C7813A;
}
.BgClassName
{
background-color: #C7813A;
}
</style>
border-color css
<style>
span { border-color: #C7813A; }
span { border-color: rgb(199,129,58); }
td.TdClassName
{
border-color: #C7813A;
}
.TagClassName
{
border-color: #C7813A;
}
</style>