Shades of Golden Bell #C28238
Tints of Golden Bell #C28238
RGB
CMYK
RGB Variations
Color information
#C28238 (or 0xC28238) is known color: Golden Bell. HEX triplet: C2, 82 and 38. RGB value is (194,130,56). Sum of RGB (Red+Green+Blue) = 194+130+56=380 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.05% from 380); Green value is 130 (51.17% from 255 or 34.21% from 380); Blue value is 56 (22.27% from 255 or 14.74% from 380); Max value from RGB is 194 - color contains mainly: red. Hex color #C28238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28238 is #3D7DC7. Grayscale: #8D8D8D. Windows color (decimal): -4029896 or 3703490. OLE color: 3703490.
HSL color Cylindrical-coordinate representation of color #C28238: hue angle of 32.17º 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 #C28238 is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 130 | 56 | - |
| CMYK | 0 | 0.33 | 0.71 | 0.24 |
| HSL | 32.17º | 0.55% | 0.49% | - |
| HSV(B) | 32.17º | 0.71% | 0.76% | - |
| XYZ | 30.94 | 27.72 | 7.46 | - |
| YUV | 140.7 | 80.2 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 130 | 56 | 0 | 0.33 | 0.71 | 0.24 | 32.17 | 0.55 | 0.49 |
| Hex | C2 | 82 | 38 | 0 | 21 | 47 | 18 | 20 | 37 | 31 |
| Octal | 302 | 202 | 70 | 0 | 41 | 107 | 30 | 40 | 67 | 61 |
| Binary | 11000010 | 10000010 | 111000 | 0 | 100001 | 1000111 | 11000 | 100000 | 110111 | 110001 |
Color Harmonies of #C28238
Complementary color
Monochromatic Colors of #C28238
Black with #C28238
Text Example
Text Example
White with #C28238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28238; }
p { color: rgb(194,130,56); }
H1.HeaderClassName
{
color: #C28238;
}
.AnyTagClassName
{
color: #C28238;
}
</style>
background-color css
<style>
a { background-color: #C28238; }
a { background-color: rgb(194,130,56); }
div.DivClassName
{
background-color: #C28238;
}
.BgClassName
{
background-color: #C28238;
}
</style>
border-color css
<style>
span { border-color: #C28238; }
span { border-color: rgb(194,130,56); }
td.TdClassName
{
border-color: #C28238;
}
.TagClassName
{
border-color: #C28238;
}
</style>