Shades of Golden Bell #C37F36
Tints of Golden Bell #C37F36
RGB
CMYK
RGB Variations
Color information
#C37F36 (or 0xC37F36) is known color: Golden Bell. HEX triplet: C3, 7F and 36. RGB value is (195,127,54). Sum of RGB (Red+Green+Blue) = 195+127+54=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 127 (50% from 255 or 33.78% from 376); Blue value is 54 (21.48% from 255 or 14.36% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37F36 is #3C80C9. Grayscale: #8B8B8B. Windows color (decimal): -3965130 or 3571651. OLE color: 3571651.
HSL color Cylindrical-coordinate representation of color #C37F36: hue angle of 31.06º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C37F36 is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 127 | 54 | - |
| CMYK | 0 | 0.35 | 0.72 | 0.24 |
| HSL | 31.06º | 0.57% | 0.49% | - |
| HSV(B) | 31.06º | 0.72% | 0.76% | - |
| XYZ | 30.76 | 27.05 | 7.09 | - |
| YUV | 139.01 | 80.03 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 127 | 54 | 0 | 0.35 | 0.72 | 0.24 | 31.06 | 0.57 | 0.49 |
| Hex | C3 | 7F | 36 | 0 | 23 | 48 | 18 | 1F | 39 | 31 |
| Octal | 303 | 177 | 66 | 0 | 43 | 110 | 30 | 37 | 71 | 61 |
| Binary | 11000011 | 1111111 | 110110 | 0 | 100011 | 1001000 | 11000 | 11111 | 111001 | 110001 |
Color Harmonies of #C37F36
Complementary color
Monochromatic Colors of #C37F36
Black with #C37F36
Text Example
Text Example
White with #C37F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37F36; }
p { color: rgb(195,127,54); }
H1.HeaderClassName
{
color: #C37F36;
}
.AnyTagClassName
{
color: #C37F36;
}
</style>
background-color css
<style>
a { background-color: #C37F36; }
a { background-color: rgb(195,127,54); }
div.DivClassName
{
background-color: #C37F36;
}
.BgClassName
{
background-color: #C37F36;
}
</style>
border-color css
<style>
span { border-color: #C37F36; }
span { border-color: rgb(195,127,54); }
td.TdClassName
{
border-color: #C37F36;
}
.TagClassName
{
border-color: #C37F36;
}
</style>