Shades of Golden Bell #C1843A
Tints of Golden Bell #C1843A
RGB
CMYK
RGB Variations
Color information
#C1843A (or 0xC1843A) is known color: Golden Bell. HEX triplet: C1, 84 and 3A. RGB value is (193,132,58). Sum of RGB (Red+Green+Blue) = 193+132+58=383 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.39% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 58 (23.05% from 255 or 15.14% from 383); Max value from RGB is 193 - color contains mainly: red. Hex color #C1843A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1843A is #3E7BC5. Grayscale: #8E8E8E. Windows color (decimal): -4094918 or 3835073. OLE color: 3835073.
HSL color Cylindrical-coordinate representation of color #C1843A: hue angle of 32.89º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C1843A is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 132 | 58 | - |
| CMYK | 0 | 0.32 | 0.70 | 0.24 |
| HSL | 32.89º | 0.54% | 0.49% | - |
| HSV(B) | 32.89º | 0.7% | 0.76% | - |
| XYZ | 31.01 | 28.15 | 7.8 | - |
| YUV | 141.8 | 80.71 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 132 | 58 | 0 | 0.32 | 0.70 | 0.24 | 32.89 | 0.54 | 0.49 |
| Hex | C1 | 84 | 3A | 0 | 20 | 46 | 18 | 21 | 36 | 31 |
| Octal | 301 | 204 | 72 | 0 | 40 | 106 | 30 | 41 | 66 | 61 |
| Binary | 11000001 | 10000100 | 111010 | 0 | 100000 | 1000110 | 11000 | 100001 | 110110 | 110001 |
Color Harmonies of #C1843A
Complementary color
Monochromatic Colors of #C1843A
Black with #C1843A
Text Example
Text Example
White with #C1843A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1843A; }
p { color: rgb(193,132,58); }
H1.HeaderClassName
{
color: #C1843A;
}
.AnyTagClassName
{
color: #C1843A;
}
</style>
background-color css
<style>
a { background-color: #C1843A; }
a { background-color: rgb(193,132,58); }
div.DivClassName
{
background-color: #C1843A;
}
.BgClassName
{
background-color: #C1843A;
}
</style>
border-color css
<style>
span { border-color: #C1843A; }
span { border-color: rgb(193,132,58); }
td.TdClassName
{
border-color: #C1843A;
}
.TagClassName
{
border-color: #C1843A;
}
</style>