Shades of Golden Bell #C77E38
Tints of Golden Bell #C77E38
RGB
CMYK
RGB Variations
Color information
#C77E38 (or 0xC77E38) is known color: Golden Bell. HEX triplet: C7, 7E and 38. RGB value is (199,126,56). Sum of RGB (Red+Green+Blue) = 199+126+56=381 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.23% from 381); Green value is 126 (49.61% from 255 or 33.07% from 381); Blue value is 56 (22.27% from 255 or 14.70% from 381); Max value from RGB is 199 - color contains mainly: red. Hex color #C77E38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77E38 is #3881C7. Grayscale: #8C8C8C. Windows color (decimal): -3703240 or 3702471. OLE color: 3702471.
HSL color Cylindrical-coordinate representation of color #C77E38: hue angle of 29.37º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C77E38 is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 126 | 56 | - |
| CMYK | 0 | 0.37 | 0.72 | 0.22 |
| HSL | 29.37º | 0.56% | 0.5% | - |
| HSV(B) | 29.37º | 0.72% | 0.78% | - |
| XYZ | 31.73 | 27.35 | 7.35 | - |
| YUV | 139.85 | 80.68 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 126 | 56 | 0 | 0.37 | 0.72 | 0.22 | 29.37 | 0.56 | 0.5 |
| Hex | C7 | 7E | 38 | 0 | 25 | 48 | 16 | 1D | 38 | 32 |
| Octal | 307 | 176 | 70 | 0 | 45 | 110 | 26 | 35 | 70 | 62 |
| Binary | 11000111 | 1111110 | 111000 | 0 | 100101 | 1001000 | 10110 | 11101 | 111000 | 110010 |
Color Harmonies of #C77E38
Complementary color
Monochromatic Colors of #C77E38
Black with #C77E38
Text Example
Text Example
White with #C77E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77E38; }
p { color: rgb(199,126,56); }
H1.HeaderClassName
{
color: #C77E38;
}
.AnyTagClassName
{
color: #C77E38;
}
</style>
background-color css
<style>
a { background-color: #C77E38; }
a { background-color: rgb(199,126,56); }
div.DivClassName
{
background-color: #C77E38;
}
.BgClassName
{
background-color: #C77E38;
}
</style>
border-color css
<style>
span { border-color: #C77E38; }
span { border-color: rgb(199,126,56); }
td.TdClassName
{
border-color: #C77E38;
}
.TagClassName
{
border-color: #C77E38;
}
</style>