Shades of Golden Bell #C18238
Tints of Golden Bell #C18238
RGB
CMYK
RGB Variations
Color information
#C18238 (or 0xC18238) is known color: Golden Bell. HEX triplet: C1, 82 and 38. RGB value is (193,130,56). Sum of RGB (Red+Green+Blue) = 193+130+56=379 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.92% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 56 (22.27% from 255 or 14.78% from 379); Max value from RGB is 193 - color contains mainly: red. Hex color #C18238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18238 is #3E7DC7. Grayscale: #8C8C8C. Windows color (decimal): -4095432 or 3703489. OLE color: 3703489.
HSL color Cylindrical-coordinate representation of color #C18238: hue angle of 32.41º 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 #C18238 is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 130 | 56 | - |
| CMYK | 0 | 0.33 | 0.71 | 0.24 |
| HSL | 32.41º | 0.55% | 0.49% | - |
| HSV(B) | 32.41º | 0.71% | 0.76% | - |
| XYZ | 30.69 | 27.59 | 7.45 | - |
| YUV | 140.4 | 80.37 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 130 | 56 | 0 | 0.33 | 0.71 | 0.24 | 32.41 | 0.55 | 0.49 |
| Hex | C1 | 82 | 38 | 0 | 21 | 47 | 18 | 20 | 37 | 31 |
| Octal | 301 | 202 | 70 | 0 | 41 | 107 | 30 | 40 | 67 | 61 |
| Binary | 11000001 | 10000010 | 111000 | 0 | 100001 | 1000111 | 11000 | 100000 | 110111 | 110001 |
Color Harmonies of #C18238
Complementary color
Monochromatic Colors of #C18238
Black with #C18238
Text Example
Text Example
White with #C18238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18238; }
p { color: rgb(193,130,56); }
H1.HeaderClassName
{
color: #C18238;
}
.AnyTagClassName
{
color: #C18238;
}
</style>
background-color css
<style>
a { background-color: #C18238; }
a { background-color: rgb(193,130,56); }
div.DivClassName
{
background-color: #C18238;
}
.BgClassName
{
background-color: #C18238;
}
</style>
border-color css
<style>
span { border-color: #C18238; }
span { border-color: rgb(193,130,56); }
td.TdClassName
{
border-color: #C18238;
}
.TagClassName
{
border-color: #C18238;
}
</style>