Shades of Golden Bell #C68039
Tints of Golden Bell #C68039
RGB
CMYK
RGB Variations
Color information
#C68039 (or 0xC68039) is known color: Golden Bell. HEX triplet: C6, 80 and 39. RGB value is (198,128,57). Sum of RGB (Red+Green+Blue) = 198+128+57=383 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.70% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 57 (22.66% from 255 or 14.88% from 383); Max value from RGB is 198 - color contains mainly: red. Hex color #C68039 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68039 is #397FC6. Grayscale: #8D8D8D. Windows color (decimal): -3768263 or 3768518. OLE color: 3768518.
HSL color Cylindrical-coordinate representation of color #C68039: hue angle of 30.21º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C68039 is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 128 | 57 | - |
| CMYK | 0 | 0.35 | 0.71 | 0.22 |
| HSL | 30.21º | 0.55% | 0.5% | - |
| HSV(B) | 30.21º | 0.71% | 0.78% | - |
| XYZ | 31.75 | 27.74 | 7.55 | - |
| YUV | 140.84 | 80.69 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 128 | 57 | 0 | 0.35 | 0.71 | 0.22 | 30.21 | 0.55 | 0.5 |
| Hex | C6 | 80 | 39 | 0 | 23 | 47 | 16 | 1E | 37 | 32 |
| Octal | 306 | 200 | 71 | 0 | 43 | 107 | 26 | 36 | 67 | 62 |
| Binary | 11000110 | 10000000 | 111001 | 0 | 100011 | 1000111 | 10110 | 11110 | 110111 | 110010 |
Color Harmonies of #C68039
Complementary color
Monochromatic Colors of #C68039
Black with #C68039
Text Example
Text Example
White with #C68039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68039; }
p { color: rgb(198,128,57); }
H1.HeaderClassName
{
color: #C68039;
}
.AnyTagClassName
{
color: #C68039;
}
</style>
background-color css
<style>
a { background-color: #C68039; }
a { background-color: rgb(198,128,57); }
div.DivClassName
{
background-color: #C68039;
}
.BgClassName
{
background-color: #C68039;
}
</style>
border-color css
<style>
span { border-color: #C68039; }
span { border-color: rgb(198,128,57); }
td.TdClassName
{
border-color: #C68039;
}
.TagClassName
{
border-color: #C68039;
}
</style>