Shades of Golden Bell #C38138
Tints of Golden Bell #C38138
RGB
CMYK
RGB Variations
Color information
#C38138 (or 0xC38138) is known color: Golden Bell. HEX triplet: C3, 81 and 38. RGB value is (195,129,56). Sum of RGB (Red+Green+Blue) = 195+129+56=380 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.32% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 56 (22.27% from 255 or 14.74% from 380); Max value from RGB is 195 - color contains mainly: red. Hex color #C38138 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38138 is #3C7EC7. Grayscale: #8C8C8C. Windows color (decimal): -3964616 or 3703235. OLE color: 3703235.
HSL color Cylindrical-coordinate representation of color #C38138: hue angle of 31.51º 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 #C38138 is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 129 | 56 | - |
| CMYK | 0 | 0.34 | 0.71 | 0.24 |
| HSL | 31.51º | 0.55% | 0.49% | - |
| HSV(B) | 31.51º | 0.71% | 0.76% | - |
| XYZ | 31.07 | 27.59 | 7.43 | - |
| YUV | 140.41 | 80.37 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 129 | 56 | 0 | 0.34 | 0.71 | 0.24 | 31.51 | 0.55 | 0.49 |
| Hex | C3 | 81 | 38 | 0 | 22 | 47 | 18 | 20 | 37 | 31 |
| Octal | 303 | 201 | 70 | 0 | 42 | 107 | 30 | 40 | 67 | 61 |
| Binary | 11000011 | 10000001 | 111000 | 0 | 100010 | 1000111 | 11000 | 100000 | 110111 | 110001 |
Color Harmonies of #C38138
Complementary color
Monochromatic Colors of #C38138
Black with #C38138
Text Example
Text Example
White with #C38138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38138; }
p { color: rgb(195,129,56); }
H1.HeaderClassName
{
color: #C38138;
}
.AnyTagClassName
{
color: #C38138;
}
</style>
background-color css
<style>
a { background-color: #C38138; }
a { background-color: rgb(195,129,56); }
div.DivClassName
{
background-color: #C38138;
}
.BgClassName
{
background-color: #C38138;
}
</style>
border-color css
<style>
span { border-color: #C38138; }
span { border-color: rgb(195,129,56); }
td.TdClassName
{
border-color: #C38138;
}
.TagClassName
{
border-color: #C38138;
}
</style>