Shades of Golden Bell #C97C36
Tints of Golden Bell #C97C36
RGB
CMYK
RGB Variations
Color information
#C97C36 (or 0xC97C36) is known color: Golden Bell. HEX triplet: C9, 7C and 36. RGB value is (201,124,54). Sum of RGB (Red+Green+Blue) = 201+124+54=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 54 (21.48% from 255 or 14.25% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C97C36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97C36 is #3683C9. Grayscale: #8B8B8B. Windows color (decimal): -3572682 or 3570889. OLE color: 3570889.
HSL color Cylindrical-coordinate representation of color #C97C36: hue angle of 28.57º degrees, saturation: 0.58, 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 #C97C36 is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 124 | 54 | - |
| CMYK | 0 | 0.38 | 0.73 | 0.21 |
| HSL | 28.57º | 0.58% | 0.5% | - |
| HSV(B) | 28.57º | 0.73% | 0.79% | - |
| XYZ | 31.96 | 27.1 | 7.04 | - |
| YUV | 139.04 | 80.01 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 124 | 54 | 0 | 0.38 | 0.73 | 0.21 | 28.57 | 0.58 | 0.5 |
| Hex | C9 | 7C | 36 | 0 | 26 | 49 | 15 | 1D | 3A | 32 |
| Octal | 311 | 174 | 66 | 0 | 46 | 111 | 25 | 35 | 72 | 62 |
| Binary | 11001001 | 1111100 | 110110 | 0 | 100110 | 1001001 | 10101 | 11101 | 111010 | 110010 |
Color Harmonies of #C97C36
Complementary color
Monochromatic Colors of #C97C36
Black with #C97C36
Text Example
Text Example
White with #C97C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97C36; }
p { color: rgb(201,124,54); }
H1.HeaderClassName
{
color: #C97C36;
}
.AnyTagClassName
{
color: #C97C36;
}
</style>
background-color css
<style>
a { background-color: #C97C36; }
a { background-color: rgb(201,124,54); }
div.DivClassName
{
background-color: #C97C36;
}
.BgClassName
{
background-color: #C97C36;
}
</style>
border-color css
<style>
span { border-color: #C97C36; }
span { border-color: rgb(201,124,54); }
td.TdClassName
{
border-color: #C97C36;
}
.TagClassName
{
border-color: #C97C36;
}
</style>