Shades of Golden Bell #C28039
Tints of Golden Bell #C28039
RGB
CMYK
RGB Variations
Color information
#C28039 (or 0xC28039) is known color: Golden Bell. HEX triplet: C2, 80 and 39. RGB value is (194,128,57). Sum of RGB (Red+Green+Blue) = 194+128+57=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 57 (22.66% from 255 or 15.04% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C28039 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28039 is #3D7FC6. Grayscale: #8B8B8B. Windows color (decimal): -4030407 or 3768514. OLE color: 3768514.
HSL color Cylindrical-coordinate representation of color #C28039: hue angle of 31.09º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C28039 is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 128 | 57 | - |
| CMYK | 0 | 0.34 | 0.71 | 0.24 |
| HSL | 31.09º | 0.55% | 0.49% | - |
| HSV(B) | 31.09º | 0.71% | 0.76% | - |
| XYZ | 30.71 | 27.2 | 7.5 | - |
| YUV | 139.64 | 81.37 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 128 | 57 | 0 | 0.34 | 0.71 | 0.24 | 31.09 | 0.55 | 0.49 |
| Hex | C2 | 80 | 39 | 0 | 22 | 47 | 18 | 1F | 37 | 31 |
| Octal | 302 | 200 | 71 | 0 | 42 | 107 | 30 | 37 | 67 | 61 |
| Binary | 11000010 | 10000000 | 111001 | 0 | 100010 | 1000111 | 11000 | 11111 | 110111 | 110001 |
Color Harmonies of #C28039
Complementary color
Monochromatic Colors of #C28039
Black with #C28039
Text Example
Text Example
White with #C28039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28039; }
p { color: rgb(194,128,57); }
H1.HeaderClassName
{
color: #C28039;
}
.AnyTagClassName
{
color: #C28039;
}
</style>
background-color css
<style>
a { background-color: #C28039; }
a { background-color: rgb(194,128,57); }
div.DivClassName
{
background-color: #C28039;
}
.BgClassName
{
background-color: #C28039;
}
</style>
border-color css
<style>
span { border-color: #C28039; }
span { border-color: rgb(194,128,57); }
td.TdClassName
{
border-color: #C28039;
}
.TagClassName
{
border-color: #C28039;
}
</style>