Shades of Golden Bell #C28239
Tints of Golden Bell #C28239
RGB
CMYK
RGB Variations
Color information
#C28239 (or 0xC28239) is known color: Golden Bell. HEX triplet: C2, 82 and 39. RGB value is (194,130,57). Sum of RGB (Red+Green+Blue) = 194+130+57=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 57 (22.66% from 255 or 14.96% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C28239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28239 is #3D7DC6. Grayscale: #8D8D8D. Windows color (decimal): -4029895 or 3769026. OLE color: 3769026.
HSL color Cylindrical-coordinate representation of color #C28239: hue angle of 31.97º 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 #C28239 is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 130 | 57 | - |
| CMYK | 0 | 0.33 | 0.71 | 0.24 |
| HSL | 31.97º | 0.55% | 0.49% | - |
| HSV(B) | 31.97º | 0.71% | 0.76% | - |
| XYZ | 30.97 | 27.73 | 7.59 | - |
| YUV | 140.81 | 80.7 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 130 | 57 | 0 | 0.33 | 0.71 | 0.24 | 31.97 | 0.55 | 0.49 |
| Hex | C2 | 82 | 39 | 0 | 21 | 47 | 18 | 20 | 37 | 31 |
| Octal | 302 | 202 | 71 | 0 | 41 | 107 | 30 | 40 | 67 | 61 |
| Binary | 11000010 | 10000010 | 111001 | 0 | 100001 | 1000111 | 11000 | 100000 | 110111 | 110001 |
Color Harmonies of #C28239
Complementary color
Monochromatic Colors of #C28239
Black with #C28239
Text Example
Text Example
White with #C28239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28239; }
p { color: rgb(194,130,57); }
H1.HeaderClassName
{
color: #C28239;
}
.AnyTagClassName
{
color: #C28239;
}
</style>
background-color css
<style>
a { background-color: #C28239; }
a { background-color: rgb(194,130,57); }
div.DivClassName
{
background-color: #C28239;
}
.BgClassName
{
background-color: #C28239;
}
</style>
border-color css
<style>
span { border-color: #C28239; }
span { border-color: rgb(194,130,57); }
td.TdClassName
{
border-color: #C28239;
}
.TagClassName
{
border-color: #C28239;
}
</style>