Shades of Golden Bell #C97D3C
Tints of Golden Bell #C97D3C
RGB
CMYK
RGB Variations
Color information
#C97D3C (or 0xC97D3C) is known color: Golden Bell. HEX triplet: C9, 7D and 3C. RGB value is (201,125,60). Sum of RGB (Red+Green+Blue) = 201+125+60=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 60 (23.83% from 255 or 15.54% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C97D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97D3C is #3682C3. Grayscale: #8C8C8C. Windows color (decimal): -3572420 or 3964361. OLE color: 3964361.
HSL color Cylindrical-coordinate representation of color #C97D3C: hue angle of 27.66º 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 #C97D3C is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 125 | 60 | - |
| CMYK | 0 | 0.38 | 0.70 | 0.21 |
| HSL | 27.66º | 0.57% | 0.51% | - |
| HSV(B) | 27.66º | 0.7% | 0.79% | - |
| XYZ | 32.24 | 27.41 | 7.87 | - |
| YUV | 140.31 | 82.68 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 125 | 60 | 0 | 0.38 | 0.70 | 0.21 | 27.66 | 0.57 | 0.51 |
| Hex | C9 | 7D | 3C | 0 | 26 | 46 | 15 | 1C | 39 | 33 |
| Octal | 311 | 175 | 74 | 0 | 46 | 106 | 25 | 34 | 71 | 63 |
| Binary | 11001001 | 1111101 | 111100 | 0 | 100110 | 1000110 | 10101 | 11100 | 111001 | 110011 |
Color Harmonies of #C97D3C
Complementary color
Monochromatic Colors of #C97D3C
Black with #C97D3C
Text Example
Text Example
White with #C97D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97D3C; }
p { color: rgb(201,125,60); }
H1.HeaderClassName
{
color: #C97D3C;
}
.AnyTagClassName
{
color: #C97D3C;
}
</style>
background-color css
<style>
a { background-color: #C97D3C; }
a { background-color: rgb(201,125,60); }
div.DivClassName
{
background-color: #C97D3C;
}
.BgClassName
{
background-color: #C97D3C;
}
</style>
border-color css
<style>
span { border-color: #C97D3C; }
span { border-color: rgb(201,125,60); }
td.TdClassName
{
border-color: #C97D3C;
}
.TagClassName
{
border-color: #C97D3C;
}
</style>