Shades of Golden Bell #C38338
Tints of Golden Bell #C38338
RGB
CMYK
RGB Variations
Color information
#C38338 (or 0xC38338) is known color: Golden Bell. HEX triplet: C3, 83 and 38. RGB value is (195,131,56). Sum of RGB (Red+Green+Blue) = 195+131+56=382 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.05% from 382); Green value is 131 (51.56% from 255 or 34.29% from 382); Blue value is 56 (22.27% from 255 or 14.66% from 382); Max value from RGB is 195 - color contains mainly: red. Hex color #C38338 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38338 is #3C7CC7. Grayscale: #8D8D8D. Windows color (decimal): -3964104 or 3703747. OLE color: 3703747.
HSL color Cylindrical-coordinate representation of color #C38338: hue angle of 32.37º 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 #C38338 is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 131 | 56 | - |
| CMYK | 0 | 0.33 | 0.71 | 0.24 |
| HSL | 32.37º | 0.55% | 0.49% | - |
| HSV(B) | 32.37º | 0.71% | 0.76% | - |
| XYZ | 31.34 | 28.12 | 7.52 | - |
| YUV | 141.59 | 79.7 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 131 | 56 | 0 | 0.33 | 0.71 | 0.24 | 32.37 | 0.55 | 0.49 |
| Hex | C3 | 83 | 38 | 0 | 21 | 47 | 18 | 20 | 37 | 31 |
| Octal | 303 | 203 | 70 | 0 | 41 | 107 | 30 | 40 | 67 | 61 |
| Binary | 11000011 | 10000011 | 111000 | 0 | 100001 | 1000111 | 11000 | 100000 | 110111 | 110001 |
Color Harmonies of #C38338
Complementary color
Monochromatic Colors of #C38338
Black with #C38338
Text Example
Text Example
White with #C38338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38338; }
p { color: rgb(195,131,56); }
H1.HeaderClassName
{
color: #C38338;
}
.AnyTagClassName
{
color: #C38338;
}
</style>
background-color css
<style>
a { background-color: #C38338; }
a { background-color: rgb(195,131,56); }
div.DivClassName
{
background-color: #C38338;
}
.BgClassName
{
background-color: #C38338;
}
</style>
border-color css
<style>
span { border-color: #C38338; }
span { border-color: rgb(195,131,56); }
td.TdClassName
{
border-color: #C38338;
}
.TagClassName
{
border-color: #C38338;
}
</style>