Shades of Golden Bell #C28538
Tints of Golden Bell #C28538
RGB
CMYK
RGB Variations
Color information
#C28538 (or 0xC28538) is known color: Golden Bell. HEX triplet: C2, 85 and 38. RGB value is (194,133,56). Sum of RGB (Red+Green+Blue) = 194+133+56=383 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.65% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 56 (22.27% from 255 or 14.62% from 383); Max value from RGB is 194 - color contains mainly: red. Hex color #C28538 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28538 is #3D7AC7. Grayscale: #8E8E8E. Windows color (decimal): -4029128 or 3704258. OLE color: 3704258.
HSL color Cylindrical-coordinate representation of color #C28538: hue angle of 33.48º 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 #C28538 is Cyan = 0, Magento = 0.31, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 133 | 56 | - |
| CMYK | 0 | 0.31 | 0.71 | 0.24 |
| HSL | 33.48º | 0.55% | 0.49% | - |
| HSV(B) | 33.48º | 0.71% | 0.76% | - |
| XYZ | 31.35 | 28.53 | 7.6 | - |
| YUV | 142.46 | 79.21 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 133 | 56 | 0 | 0.31 | 0.71 | 0.24 | 33.48 | 0.55 | 0.49 |
| Hex | C2 | 85 | 38 | 0 | 1F | 47 | 18 | 21 | 37 | 31 |
| Octal | 302 | 205 | 70 | 0 | 37 | 107 | 30 | 41 | 67 | 61 |
| Binary | 11000010 | 10000101 | 111000 | 0 | 11111 | 1000111 | 11000 | 100001 | 110111 | 110001 |
Color Harmonies of #C28538
Complementary color
Monochromatic Colors of #C28538
Black with #C28538
Text Example
Text Example
White with #C28538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28538; }
p { color: rgb(194,133,56); }
H1.HeaderClassName
{
color: #C28538;
}
.AnyTagClassName
{
color: #C28538;
}
</style>
background-color css
<style>
a { background-color: #C28538; }
a { background-color: rgb(194,133,56); }
div.DivClassName
{
background-color: #C28538;
}
.BgClassName
{
background-color: #C28538;
}
</style>
border-color css
<style>
span { border-color: #C28538; }
span { border-color: rgb(194,133,56); }
td.TdClassName
{
border-color: #C28538;
}
.TagClassName
{
border-color: #C28538;
}
</style>