Shades of Golden Bell #C07E36
Tints of Golden Bell #C07E36
RGB
CMYK
RGB Variations
Color information
#C07E36 (or 0xC07E36) is known color: Golden Bell. HEX triplet: C0, 7E and 36. RGB value is (192,126,54). Sum of RGB (Red+Green+Blue) = 192+126+54=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 126 (49.61% from 255 or 33.87% from 372); Blue value is 54 (21.48% from 255 or 14.52% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07E36 is #3F81C9. Grayscale: #898989. Windows color (decimal): -4161994 or 3571392. OLE color: 3571392.
HSL color Cylindrical-coordinate representation of color #C07E36: hue angle of 31.3º 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 #C07E36 is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 126 | 54 | - |
| CMYK | 0 | 0.34 | 0.72 | 0.25 |
| HSL | 31.3º | 0.56% | 0.48% | - |
| HSV(B) | 31.3º | 0.72% | 0.75% | - |
| XYZ | 29.86 | 26.39 | 7.01 | - |
| YUV | 137.53 | 80.87 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 126 | 54 | 0 | 0.34 | 0.72 | 0.25 | 31.3 | 0.56 | 0.48 |
| Hex | C0 | 7E | 36 | 0 | 22 | 48 | 19 | 1F | 38 | 30 |
| Octal | 300 | 176 | 66 | 0 | 42 | 110 | 31 | 37 | 70 | 60 |
| Binary | 11000000 | 1111110 | 110110 | 0 | 100010 | 1001000 | 11001 | 11111 | 111000 | 110000 |
Color Harmonies of #C07E36
Complementary color
Monochromatic Colors of #C07E36
Black with #C07E36
Text Example
Text Example
White with #C07E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07E36; }
p { color: rgb(192,126,54); }
H1.HeaderClassName
{
color: #C07E36;
}
.AnyTagClassName
{
color: #C07E36;
}
</style>
background-color css
<style>
a { background-color: #C07E36; }
a { background-color: rgb(192,126,54); }
div.DivClassName
{
background-color: #C07E36;
}
.BgClassName
{
background-color: #C07E36;
}
</style>
border-color css
<style>
span { border-color: #C07E36; }
span { border-color: rgb(192,126,54); }
td.TdClassName
{
border-color: #C07E36;
}
.TagClassName
{
border-color: #C07E36;
}
</style>