Shades of Golden Bell #C67935
Tints of Golden Bell #C67935
RGB
CMYK
RGB Variations
Color information
#C67935 (or 0xC67935) is known color: Golden Bell. HEX triplet: C6, 79 and 35. RGB value is (198,121,53). Sum of RGB (Red+Green+Blue) = 198+121+53=372 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.23% from 372); Green value is 121 (47.66% from 255 or 32.53% from 372); Blue value is 53 (21.09% from 255 or 14.25% from 372); Max value from RGB is 198 - color contains mainly: red. Hex color #C67935 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67935 is #3986CA. Grayscale: #888888. Windows color (decimal): -3770059 or 3504582. OLE color: 3504582.
HSL color Cylindrical-coordinate representation of color #C67935: hue angle of 28.14º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C67935 is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 121 | 53 | - |
| CMYK | 0 | 0.39 | 0.73 | 0.22 |
| HSL | 28.14º | 0.58% | 0.49% | - |
| HSV(B) | 28.14º | 0.73% | 0.78% | - |
| XYZ | 30.77 | 25.94 | 6.75 | - |
| YUV | 136.27 | 81.01 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 121 | 53 | 0 | 0.39 | 0.73 | 0.22 | 28.14 | 0.58 | 0.49 |
| Hex | C6 | 79 | 35 | 0 | 27 | 49 | 16 | 1C | 3A | 31 |
| Octal | 306 | 171 | 65 | 0 | 47 | 111 | 26 | 34 | 72 | 61 |
| Binary | 11000110 | 1111001 | 110101 | 0 | 100111 | 1001001 | 10110 | 11100 | 111010 | 110001 |
Color Harmonies of #C67935
Complementary color
Monochromatic Colors of #C67935
Black with #C67935
Text Example
Text Example
White with #C67935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67935; }
p { color: rgb(198,121,53); }
H1.HeaderClassName
{
color: #C67935;
}
.AnyTagClassName
{
color: #C67935;
}
</style>
background-color css
<style>
a { background-color: #C67935; }
a { background-color: rgb(198,121,53); }
div.DivClassName
{
background-color: #C67935;
}
.BgClassName
{
background-color: #C67935;
}
</style>
border-color css
<style>
span { border-color: #C67935; }
span { border-color: rgb(198,121,53); }
td.TdClassName
{
border-color: #C67935;
}
.TagClassName
{
border-color: #C67935;
}
</style>