Shades of Golden Bell #C28338
Tints of Golden Bell #C28338
RGB
CMYK
RGB Variations
Color information
#C28338 (or 0xC28338) is known color: Golden Bell. HEX triplet: C2, 83 and 38. RGB value is (194,131,56). Sum of RGB (Red+Green+Blue) = 194+131+56=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 131 (51.56% from 255 or 34.38% from 381); Blue value is 56 (22.27% from 255 or 14.70% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C28338 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28338 is #3D7CC7. Grayscale: #8D8D8D. Windows color (decimal): -4029640 or 3703746. OLE color: 3703746.
HSL color Cylindrical-coordinate representation of color #C28338: hue angle of 32.61º 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 #C28338 is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 131 | 56 | - |
| CMYK | 0 | 0.32 | 0.71 | 0.24 |
| HSL | 32.61º | 0.55% | 0.49% | - |
| HSV(B) | 32.61º | 0.71% | 0.76% | - |
| XYZ | 31.08 | 27.99 | 7.51 | - |
| YUV | 141.29 | 79.87 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 131 | 56 | 0 | 0.32 | 0.71 | 0.24 | 32.61 | 0.55 | 0.49 |
| Hex | C2 | 83 | 38 | 0 | 20 | 47 | 18 | 21 | 37 | 31 |
| Octal | 302 | 203 | 70 | 0 | 40 | 107 | 30 | 41 | 67 | 61 |
| Binary | 11000010 | 10000011 | 111000 | 0 | 100000 | 1000111 | 11000 | 100001 | 110111 | 110001 |
Color Harmonies of #C28338
Complementary color
Monochromatic Colors of #C28338
Black with #C28338
Text Example
Text Example
White with #C28338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28338; }
p { color: rgb(194,131,56); }
H1.HeaderClassName
{
color: #C28338;
}
.AnyTagClassName
{
color: #C28338;
}
</style>
background-color css
<style>
a { background-color: #C28338; }
a { background-color: rgb(194,131,56); }
div.DivClassName
{
background-color: #C28338;
}
.BgClassName
{
background-color: #C28338;
}
</style>
border-color css
<style>
span { border-color: #C28338; }
span { border-color: rgb(194,131,56); }
td.TdClassName
{
border-color: #C28338;
}
.TagClassName
{
border-color: #C28338;
}
</style>