Shades of Golden Bell #C3843B
Tints of Golden Bell #C3843B
RGB
CMYK
RGB Variations
Color information
#C3843B (or 0xC3843B) is known color: Golden Bell. HEX triplet: C3, 84 and 3B. RGB value is (195,132,59). Sum of RGB (Red+Green+Blue) = 195+132+59=386 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.52% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 59 (23.44% from 255 or 15.28% from 386); Max value from RGB is 195 - color contains mainly: red. Hex color #C3843B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3843B is #3C7BC4. Grayscale: #8E8E8E. Windows color (decimal): -3963845 or 3900611. OLE color: 3900611.
HSL color Cylindrical-coordinate representation of color #C3843B: hue angle of 32.21º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C3843B is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 132 | 59 | - |
| CMYK | 0 | 0.32 | 0.70 | 0.24 |
| HSL | 32.21º | 0.54% | 0.5% | - |
| HSV(B) | 32.21º | 0.7% | 0.76% | - |
| XYZ | 31.55 | 28.42 | 7.96 | - |
| YUV | 142.52 | 80.87 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 132 | 59 | 0 | 0.32 | 0.70 | 0.24 | 32.21 | 0.54 | 0.5 |
| Hex | C3 | 84 | 3B | 0 | 20 | 46 | 18 | 20 | 36 | 32 |
| Octal | 303 | 204 | 73 | 0 | 40 | 106 | 30 | 40 | 66 | 62 |
| Binary | 11000011 | 10000100 | 111011 | 0 | 100000 | 1000110 | 11000 | 100000 | 110110 | 110010 |
Color Harmonies of #C3843B
Complementary color
Monochromatic Colors of #C3843B
Black with #C3843B
Text Example
Text Example
White with #C3843B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3843B; }
p { color: rgb(195,132,59); }
H1.HeaderClassName
{
color: #C3843B;
}
.AnyTagClassName
{
color: #C3843B;
}
</style>
background-color css
<style>
a { background-color: #C3843B; }
a { background-color: rgb(195,132,59); }
div.DivClassName
{
background-color: #C3843B;
}
.BgClassName
{
background-color: #C3843B;
}
</style>
border-color css
<style>
span { border-color: #C3843B; }
span { border-color: rgb(195,132,59); }
td.TdClassName
{
border-color: #C3843B;
}
.TagClassName
{
border-color: #C3843B;
}
</style>