Shades of Golden Bell #C77C33
Tints of Golden Bell #C77C33
RGB
CMYK
RGB Variations
Color information
#C77C33 (or 0xC77C33) is known color: Golden Bell. HEX triplet: C7, 7C and 33. RGB value is (199,124,51). Sum of RGB (Red+Green+Blue) = 199+124+51=374 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.21% from 374); Green value is 124 (48.83% from 255 or 33.16% from 374); Blue value is 51 (20.31% from 255 or 13.64% from 374); Max value from RGB is 199 - color contains mainly: red. Hex color #C77C33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77C33 is #3883CC. Grayscale: #8A8A8A. Windows color (decimal): -3703757 or 3374279. OLE color: 3374279.
HSL color Cylindrical-coordinate representation of color #C77C33: hue angle of 29.59º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C77C33 is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 124 | 51 | - |
| CMYK | 0 | 0.38 | 0.74 | 0.22 |
| HSL | 29.59º | 0.59% | 0.49% | - |
| HSV(B) | 29.59º | 0.74% | 0.78% | - |
| XYZ | 31.36 | 26.8 | 6.65 | - |
| YUV | 138.1 | 78.85 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 124 | 51 | 0 | 0.38 | 0.74 | 0.22 | 29.59 | 0.59 | 0.49 |
| Hex | C7 | 7C | 33 | 0 | 26 | 4A | 16 | 1E | 3B | 31 |
| Octal | 307 | 174 | 63 | 0 | 46 | 112 | 26 | 36 | 73 | 61 |
| Binary | 11000111 | 1111100 | 110011 | 0 | 100110 | 1001010 | 10110 | 11110 | 111011 | 110001 |
Color Harmonies of #C77C33
Complementary color
Monochromatic Colors of #C77C33
Black with #C77C33
Text Example
Text Example
White with #C77C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77C33; }
p { color: rgb(199,124,51); }
H1.HeaderClassName
{
color: #C77C33;
}
.AnyTagClassName
{
color: #C77C33;
}
</style>
background-color css
<style>
a { background-color: #C77C33; }
a { background-color: rgb(199,124,51); }
div.DivClassName
{
background-color: #C77C33;
}
.BgClassName
{
background-color: #C77C33;
}
</style>
border-color css
<style>
span { border-color: #C77C33; }
span { border-color: rgb(199,124,51); }
td.TdClassName
{
border-color: #C77C33;
}
.TagClassName
{
border-color: #C77C33;
}
</style>