Shades of Golden Bell #C7803D
Tints of Golden Bell #C7803D
RGB
CMYK
RGB Variations
Color information
#C7803D (or 0xC7803D) is known color: Golden Bell. HEX triplet: C7, 80 and 3D. RGB value is (199,128,61). Sum of RGB (Red+Green+Blue) = 199+128+61=388 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.29% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 61 (24.22% from 255 or 15.72% from 388); Max value from RGB is 199 - color contains mainly: red. Hex color #C7803D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7803D is #387FC2. Grayscale: #8D8D8D. Windows color (decimal): -3702723 or 4030663. OLE color: 4030663.
HSL color Cylindrical-coordinate representation of color #C7803D: hue angle of 29.13º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C7803D is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 128 | 61 | - |
| CMYK | 0 | 0.36 | 0.69 | 0.22 |
| HSL | 29.13º | 0.55% | 0.51% | - |
| HSV(B) | 29.13º | 0.69% | 0.78% | - |
| XYZ | 32.11 | 27.92 | 8.11 | - |
| YUV | 141.59 | 82.52 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 128 | 61 | 0 | 0.36 | 0.69 | 0.22 | 29.13 | 0.55 | 0.51 |
| Hex | C7 | 80 | 3D | 0 | 24 | 45 | 16 | 1D | 37 | 33 |
| Octal | 307 | 200 | 75 | 0 | 44 | 105 | 26 | 35 | 67 | 63 |
| Binary | 11000111 | 10000000 | 111101 | 0 | 100100 | 1000101 | 10110 | 11101 | 110111 | 110011 |
Color Harmonies of #C7803D
Complementary color
Monochromatic Colors of #C7803D
Black with #C7803D
Text Example
Text Example
White with #C7803D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7803D; }
p { color: rgb(199,128,61); }
H1.HeaderClassName
{
color: #C7803D;
}
.AnyTagClassName
{
color: #C7803D;
}
</style>
background-color css
<style>
a { background-color: #C7803D; }
a { background-color: rgb(199,128,61); }
div.DivClassName
{
background-color: #C7803D;
}
.BgClassName
{
background-color: #C7803D;
}
</style>
border-color css
<style>
span { border-color: #C7803D; }
span { border-color: rgb(199,128,61); }
td.TdClassName
{
border-color: #C7803D;
}
.TagClassName
{
border-color: #C7803D;
}
</style>