Shades of Golden Bell #C97E3C
Tints of Golden Bell #C97E3C
RGB
CMYK
RGB Variations
Color information
#C97E3C (or 0xC97E3C) is known color: Golden Bell. HEX triplet: C9, 7E and 3C. RGB value is (201,126,60). Sum of RGB (Red+Green+Blue) = 201+126+60=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 126 (49.61% from 255 or 32.56% from 387); Blue value is 60 (23.83% from 255 or 15.50% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C97E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97E3C is #3681C3. Grayscale: #8D8D8D. Windows color (decimal): -3572164 or 3964617. OLE color: 3964617.
HSL color Cylindrical-coordinate representation of color #C97E3C: hue angle of 28.09º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C97E3C is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 126 | 60 | - |
| CMYK | 0 | 0.37 | 0.70 | 0.21 |
| HSL | 28.09º | 0.57% | 0.51% | - |
| HSV(B) | 28.09º | 0.7% | 0.79% | - |
| XYZ | 32.36 | 27.67 | 7.91 | - |
| YUV | 140.9 | 82.35 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 126 | 60 | 0 | 0.37 | 0.70 | 0.21 | 28.09 | 0.57 | 0.51 |
| Hex | C9 | 7E | 3C | 0 | 25 | 46 | 15 | 1C | 39 | 33 |
| Octal | 311 | 176 | 74 | 0 | 45 | 106 | 25 | 34 | 71 | 63 |
| Binary | 11001001 | 1111110 | 111100 | 0 | 100101 | 1000110 | 10101 | 11100 | 111001 | 110011 |
Color Harmonies of #C97E3C
Complementary color
Monochromatic Colors of #C97E3C
Black with #C97E3C
Text Example
Text Example
White with #C97E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97E3C; }
p { color: rgb(201,126,60); }
H1.HeaderClassName
{
color: #C97E3C;
}
.AnyTagClassName
{
color: #C97E3C;
}
</style>
background-color css
<style>
a { background-color: #C97E3C; }
a { background-color: rgb(201,126,60); }
div.DivClassName
{
background-color: #C97E3C;
}
.BgClassName
{
background-color: #C97E3C;
}
</style>
border-color css
<style>
span { border-color: #C97E3C; }
span { border-color: rgb(201,126,60); }
td.TdClassName
{
border-color: #C97E3C;
}
.TagClassName
{
border-color: #C97E3C;
}
</style>