Shades of Golden Bell #C38239
Tints of Golden Bell #C38239
RGB
CMYK
RGB Variations
Color information
#C38239 (or 0xC38239) is known color: Golden Bell. HEX triplet: C3, 82 and 39. RGB value is (195,130,57). Sum of RGB (Red+Green+Blue) = 195+130+57=382 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.05% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 57 (22.66% from 255 or 14.92% from 382); Max value from RGB is 195 - color contains mainly: red. Hex color #C38239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38239 is #3C7DC6. Grayscale: #8D8D8D. Windows color (decimal): -3964359 or 3769027. OLE color: 3769027.
HSL color Cylindrical-coordinate representation of color #C38239: hue angle of 31.74º 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 #C38239 is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 130 | 57 | - |
| CMYK | 0 | 0.33 | 0.71 | 0.24 |
| HSL | 31.74º | 0.55% | 0.49% | - |
| HSV(B) | 31.74º | 0.71% | 0.76% | - |
| XYZ | 31.23 | 27.86 | 7.6 | - |
| YUV | 141.11 | 80.53 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 130 | 57 | 0 | 0.33 | 0.71 | 0.24 | 31.74 | 0.55 | 0.49 |
| Hex | C3 | 82 | 39 | 0 | 21 | 47 | 18 | 20 | 37 | 31 |
| Octal | 303 | 202 | 71 | 0 | 41 | 107 | 30 | 40 | 67 | 61 |
| Binary | 11000011 | 10000010 | 111001 | 0 | 100001 | 1000111 | 11000 | 100000 | 110111 | 110001 |
Color Harmonies of #C38239
Complementary color
Monochromatic Colors of #C38239
Black with #C38239
Text Example
Text Example
White with #C38239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38239; }
p { color: rgb(195,130,57); }
H1.HeaderClassName
{
color: #C38239;
}
.AnyTagClassName
{
color: #C38239;
}
</style>
background-color css
<style>
a { background-color: #C38239; }
a { background-color: rgb(195,130,57); }
div.DivClassName
{
background-color: #C38239;
}
.BgClassName
{
background-color: #C38239;
}
</style>
border-color css
<style>
span { border-color: #C38239; }
span { border-color: rgb(195,130,57); }
td.TdClassName
{
border-color: #C38239;
}
.TagClassName
{
border-color: #C38239;
}
</style>