Shades of Golden Bell #C07F36
Tints of Golden Bell #C07F36
RGB
CMYK
RGB Variations
Color information
#C07F36 (or 0xC07F36) is known color: Golden Bell. HEX triplet: C0, 7F and 36. RGB value is (192,127,54). Sum of RGB (Red+Green+Blue) = 192+127+54=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 127 (50% from 255 or 34.05% from 373); Blue value is 54 (21.48% from 255 or 14.48% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07F36 is #3F80C9. Grayscale: #8A8A8A. Windows color (decimal): -4161738 or 3571648. OLE color: 3571648.
HSL color Cylindrical-coordinate representation of color #C07F36: hue angle of 31.74º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C07F36 is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 127 | 54 | - |
| CMYK | 0 | 0.34 | 0.72 | 0.25 |
| HSL | 31.74º | 0.56% | 0.48% | - |
| HSV(B) | 31.74º | 0.72% | 0.75% | - |
| XYZ | 29.99 | 26.65 | 7.05 | - |
| YUV | 138.11 | 80.53 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 127 | 54 | 0 | 0.34 | 0.72 | 0.25 | 31.74 | 0.56 | 0.48 |
| Hex | C0 | 7F | 36 | 0 | 22 | 48 | 19 | 20 | 38 | 30 |
| Octal | 300 | 177 | 66 | 0 | 42 | 110 | 31 | 40 | 70 | 60 |
| Binary | 11000000 | 1111111 | 110110 | 0 | 100010 | 1001000 | 11001 | 100000 | 111000 | 110000 |
Color Harmonies of #C07F36
Complementary color
Monochromatic Colors of #C07F36
Black with #C07F36
Text Example
Text Example
White with #C07F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07F36; }
p { color: rgb(192,127,54); }
H1.HeaderClassName
{
color: #C07F36;
}
.AnyTagClassName
{
color: #C07F36;
}
</style>
background-color css
<style>
a { background-color: #C07F36; }
a { background-color: rgb(192,127,54); }
div.DivClassName
{
background-color: #C07F36;
}
.BgClassName
{
background-color: #C07F36;
}
</style>
border-color css
<style>
span { border-color: #C07F36; }
span { border-color: rgb(192,127,54); }
td.TdClassName
{
border-color: #C07F36;
}
.TagClassName
{
border-color: #C07F36;
}
</style>