Shades of Golden Bell #C77B35
Tints of Golden Bell #C77B35
RGB
CMYK
RGB Variations
Color information
#C77B35 (or 0xC77B35) is known color: Golden Bell. HEX triplet: C7, 7B and 35. RGB value is (199,123,53). Sum of RGB (Red+Green+Blue) = 199+123+53=375 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.07% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 53 (21.09% from 255 or 14.13% from 375); Max value from RGB is 199 - color contains mainly: red. Hex color #C77B35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77B35 is #3884CA. Grayscale: #8A8A8A. Windows color (decimal): -3704011 or 3505095. OLE color: 3505095.
HSL color Cylindrical-coordinate representation of color #C77B35: hue angle of 28.77º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C77B35 is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 123 | 53 | - |
| CMYK | 0 | 0.38 | 0.73 | 0.22 |
| HSL | 28.77º | 0.58% | 0.49% | - |
| HSV(B) | 28.77º | 0.73% | 0.78% | - |
| XYZ | 31.28 | 26.57 | 6.85 | - |
| YUV | 137.74 | 80.18 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 123 | 53 | 0 | 0.38 | 0.73 | 0.22 | 28.77 | 0.58 | 0.49 |
| Hex | C7 | 7B | 35 | 0 | 26 | 49 | 16 | 1D | 3A | 31 |
| Octal | 307 | 173 | 65 | 0 | 46 | 111 | 26 | 35 | 72 | 61 |
| Binary | 11000111 | 1111011 | 110101 | 0 | 100110 | 1001001 | 10110 | 11101 | 111010 | 110001 |
Color Harmonies of #C77B35
Complementary color
Monochromatic Colors of #C77B35
Black with #C77B35
Text Example
Text Example
White with #C77B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77B35; }
p { color: rgb(199,123,53); }
H1.HeaderClassName
{
color: #C77B35;
}
.AnyTagClassName
{
color: #C77B35;
}
</style>
background-color css
<style>
a { background-color: #C77B35; }
a { background-color: rgb(199,123,53); }
div.DivClassName
{
background-color: #C77B35;
}
.BgClassName
{
background-color: #C77B35;
}
</style>
border-color css
<style>
span { border-color: #C77B35; }
span { border-color: rgb(199,123,53); }
td.TdClassName
{
border-color: #C77B35;
}
.TagClassName
{
border-color: #C77B35;
}
</style>