Shades of Golden Bell #C38236
Tints of Golden Bell #C38236
RGB
CMYK
RGB Variations
Color information
#C38236 (or 0xC38236) is known color: Golden Bell. HEX triplet: C3, 82 and 36. RGB value is (195,130,54). Sum of RGB (Red+Green+Blue) = 195+130+54=379 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.45% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 54 (21.48% from 255 or 14.25% from 379); Max value from RGB is 195 - color contains mainly: red. Hex color #C38236 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38236 is #3C7DC9. Grayscale: #8D8D8D. Windows color (decimal): -3964362 or 3572419. OLE color: 3572419.
HSL color Cylindrical-coordinate representation of color #C38236: hue angle of 32.34º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C38236 is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 130 | 54 | - |
| CMYK | 0 | 0.33 | 0.72 | 0.24 |
| HSL | 32.34º | 0.57% | 0.49% | - |
| HSV(B) | 32.34º | 0.72% | 0.76% | - |
| XYZ | 31.15 | 27.83 | 7.22 | - |
| YUV | 140.77 | 79.03 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 130 | 54 | 0 | 0.33 | 0.72 | 0.24 | 32.34 | 0.57 | 0.49 |
| Hex | C3 | 82 | 36 | 0 | 21 | 48 | 18 | 20 | 39 | 31 |
| Octal | 303 | 202 | 66 | 0 | 41 | 110 | 30 | 40 | 71 | 61 |
| Binary | 11000011 | 10000010 | 110110 | 0 | 100001 | 1001000 | 11000 | 100000 | 111001 | 110001 |
Color Harmonies of #C38236
Complementary color
Monochromatic Colors of #C38236
Black with #C38236
Text Example
Text Example
White with #C38236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38236; }
p { color: rgb(195,130,54); }
H1.HeaderClassName
{
color: #C38236;
}
.AnyTagClassName
{
color: #C38236;
}
</style>
background-color css
<style>
a { background-color: #C38236; }
a { background-color: rgb(195,130,54); }
div.DivClassName
{
background-color: #C38236;
}
.BgClassName
{
background-color: #C38236;
}
</style>
border-color css
<style>
span { border-color: #C38236; }
span { border-color: rgb(195,130,54); }
td.TdClassName
{
border-color: #C38236;
}
.TagClassName
{
border-color: #C38236;
}
</style>