Shades of Golden Bell #C08339
Tints of Golden Bell #C08339
RGB
CMYK
RGB Variations
Color information
#C08339 (or 0xC08339) is known color: Golden Bell. HEX triplet: C0, 83 and 39. RGB value is (192,131,57). Sum of RGB (Red+Green+Blue) = 192+131+57=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 131 (51.56% from 255 or 34.47% from 380); Blue value is 57 (22.66% from 255 or 15% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C08339 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08339 is #3F7CC6. Grayscale: #8D8D8D. Windows color (decimal): -4160711 or 3769280. OLE color: 3769280.
HSL color Cylindrical-coordinate representation of color #C08339: hue angle of 32.89º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C08339 is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 131 | 57 | - |
| CMYK | 0 | 0.32 | 0.70 | 0.25 |
| HSL | 32.89º | 0.54% | 0.49% | - |
| HSV(B) | 32.89º | 0.7% | 0.75% | - |
| XYZ | 30.59 | 27.73 | 7.61 | - |
| YUV | 140.8 | 80.71 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 131 | 57 | 0 | 0.32 | 0.70 | 0.25 | 32.89 | 0.54 | 0.49 |
| Hex | C0 | 83 | 39 | 0 | 20 | 46 | 19 | 21 | 36 | 31 |
| Octal | 300 | 203 | 71 | 0 | 40 | 106 | 31 | 41 | 66 | 61 |
| Binary | 11000000 | 10000011 | 111001 | 0 | 100000 | 1000110 | 11001 | 100001 | 110110 | 110001 |
Color Harmonies of #C08339
Complementary color
Monochromatic Colors of #C08339
Black with #C08339
Text Example
Text Example
White with #C08339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08339; }
p { color: rgb(192,131,57); }
H1.HeaderClassName
{
color: #C08339;
}
.AnyTagClassName
{
color: #C08339;
}
</style>
background-color css
<style>
a { background-color: #C08339; }
a { background-color: rgb(192,131,57); }
div.DivClassName
{
background-color: #C08339;
}
.BgClassName
{
background-color: #C08339;
}
</style>
border-color css
<style>
span { border-color: #C08339; }
span { border-color: rgb(192,131,57); }
td.TdClassName
{
border-color: #C08339;
}
.TagClassName
{
border-color: #C08339;
}
</style>