Shades of Golden Bell #C97E37
Tints of Golden Bell #C97E37
RGB
CMYK
RGB Variations
Color information
#C97E37 (or 0xC97E37) is known color: Golden Bell. HEX triplet: C9, 7E and 37. RGB value is (201,126,55). Sum of RGB (Red+Green+Blue) = 201+126+55=382 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.62% from 382); Green value is 126 (49.61% from 255 or 32.98% from 382); Blue value is 55 (21.88% from 255 or 14.40% from 382); Max value from RGB is 201 - color contains mainly: red. Hex color #C97E37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97E37 is #3681C8. Grayscale: #8C8C8C. Windows color (decimal): -3572169 or 3636937. OLE color: 3636937.
HSL color Cylindrical-coordinate representation of color #C97E37: hue angle of 29.18º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C97E37 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 126 | 55 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.21 |
| HSL | 29.18º | 0.57% | 0.5% | - |
| HSV(B) | 29.18º | 0.73% | 0.79% | - |
| XYZ | 32.24 | 27.62 | 7.25 | - |
| YUV | 140.33 | 79.85 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 126 | 55 | 0 | 0.37 | 0.73 | 0.21 | 29.18 | 0.57 | 0.5 |
| Hex | C9 | 7E | 37 | 0 | 25 | 49 | 15 | 1D | 39 | 32 |
| Octal | 311 | 176 | 67 | 0 | 45 | 111 | 25 | 35 | 71 | 62 |
| Binary | 11001001 | 1111110 | 110111 | 0 | 100101 | 1001001 | 10101 | 11101 | 111001 | 110010 |
Color Harmonies of #C97E37
Complementary color
Monochromatic Colors of #C97E37
Black with #C97E37
Text Example
Text Example
White with #C97E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97E37; }
p { color: rgb(201,126,55); }
H1.HeaderClassName
{
color: #C97E37;
}
.AnyTagClassName
{
color: #C97E37;
}
</style>
background-color css
<style>
a { background-color: #C97E37; }
a { background-color: rgb(201,126,55); }
div.DivClassName
{
background-color: #C97E37;
}
.BgClassName
{
background-color: #C97E37;
}
</style>
border-color css
<style>
span { border-color: #C97E37; }
span { border-color: rgb(201,126,55); }
td.TdClassName
{
border-color: #C97E37;
}
.TagClassName
{
border-color: #C97E37;
}
</style>