Shades of Golden Bell #C97E34
Tints of Golden Bell #C97E34
RGB
CMYK
RGB Variations
Color information
#C97E34 (or 0xC97E34) is known color: Golden Bell. HEX triplet: C9, 7E and 34. RGB value is (201,126,52). Sum of RGB (Red+Green+Blue) = 201+126+52=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 52 (20.70% from 255 or 13.72% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C97E34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97E34 is #3681CB. Grayscale: #8C8C8C. Windows color (decimal): -3572172 or 3440329. OLE color: 3440329.
HSL color Cylindrical-coordinate representation of color #C97E34: hue angle of 29.8º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C97E34 is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 126 | 52 | - |
| CMYK | 0 | 0.37 | 0.74 | 0.21 |
| HSL | 29.8º | 0.59% | 0.5% | - |
| HSV(B) | 29.8º | 0.74% | 0.79% | - |
| XYZ | 32.17 | 27.59 | 6.88 | - |
| YUV | 139.99 | 78.35 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 126 | 52 | 0 | 0.37 | 0.74 | 0.21 | 29.8 | 0.59 | 0.5 |
| Hex | C9 | 7E | 34 | 0 | 25 | 4A | 15 | 1E | 3B | 32 |
| Octal | 311 | 176 | 64 | 0 | 45 | 112 | 25 | 36 | 73 | 62 |
| Binary | 11001001 | 1111110 | 110100 | 0 | 100101 | 1001010 | 10101 | 11110 | 111011 | 110010 |
Color Harmonies of #C97E34
Complementary color
Monochromatic Colors of #C97E34
Black with #C97E34
Text Example
Text Example
White with #C97E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97E34; }
p { color: rgb(201,126,52); }
H1.HeaderClassName
{
color: #C97E34;
}
.AnyTagClassName
{
color: #C97E34;
}
</style>
background-color css
<style>
a { background-color: #C97E34; }
a { background-color: rgb(201,126,52); }
div.DivClassName
{
background-color: #C97E34;
}
.BgClassName
{
background-color: #C97E34;
}
</style>
border-color css
<style>
span { border-color: #C97E34; }
span { border-color: rgb(201,126,52); }
td.TdClassName
{
border-color: #C97E34;
}
.TagClassName
{
border-color: #C97E34;
}
</style>