Shades of Golden Bell #C37E38
Tints of Golden Bell #C37E38
RGB
CMYK
RGB Variations
Color information
#C37E38 (or 0xC37E38) is known color: Golden Bell. HEX triplet: C3, 7E and 38. RGB value is (195,126,56). Sum of RGB (Red+Green+Blue) = 195+126+56=377 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.72% from 377); Green value is 126 (49.61% from 255 or 33.42% from 377); Blue value is 56 (22.27% from 255 or 14.85% from 377); Max value from RGB is 195 - color contains mainly: red. Hex color #C37E38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37E38 is #3C81C7. Grayscale: #8A8A8A. Windows color (decimal): -3965384 or 3702467. OLE color: 3702467.
HSL color Cylindrical-coordinate representation of color #C37E38: hue angle of 30.22º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C37E38 is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 126 | 56 | - |
| CMYK | 0 | 0.35 | 0.71 | 0.24 |
| HSL | 30.22º | 0.55% | 0.49% | - |
| HSV(B) | 30.22º | 0.71% | 0.76% | - |
| XYZ | 30.68 | 26.81 | 7.3 | - |
| YUV | 138.65 | 81.36 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 126 | 56 | 0 | 0.35 | 0.71 | 0.24 | 30.22 | 0.55 | 0.49 |
| Hex | C3 | 7E | 38 | 0 | 23 | 47 | 18 | 1E | 37 | 31 |
| Octal | 303 | 176 | 70 | 0 | 43 | 107 | 30 | 36 | 67 | 61 |
| Binary | 11000011 | 1111110 | 111000 | 0 | 100011 | 1000111 | 11000 | 11110 | 110111 | 110001 |
Color Harmonies of #C37E38
Complementary color
Monochromatic Colors of #C37E38
Black with #C37E38
Text Example
Text Example
White with #C37E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37E38; }
p { color: rgb(195,126,56); }
H1.HeaderClassName
{
color: #C37E38;
}
.AnyTagClassName
{
color: #C37E38;
}
</style>
background-color css
<style>
a { background-color: #C37E38; }
a { background-color: rgb(195,126,56); }
div.DivClassName
{
background-color: #C37E38;
}
.BgClassName
{
background-color: #C37E38;
}
</style>
border-color css
<style>
span { border-color: #C37E38; }
span { border-color: rgb(195,126,56); }
td.TdClassName
{
border-color: #C37E38;
}
.TagClassName
{
border-color: #C37E38;
}
</style>