Shades of Golden Bell #C4853C
Tints of Golden Bell #C4853C
RGB
CMYK
RGB Variations
Color information
#C4853C (or 0xC4853C) is known color: Golden Bell. HEX triplet: C4, 85 and 3C. RGB value is (196,133,60). Sum of RGB (Red+Green+Blue) = 196+133+60=389 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.39% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 60 (23.83% from 255 or 15.42% from 389); Max value from RGB is 196 - color contains mainly: red. Hex color #C4853C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4853C is #3B7AC3. Grayscale: #8F8F8F. Windows color (decimal): -3898052 or 3966404. OLE color: 3966404.
HSL color Cylindrical-coordinate representation of color #C4853C: hue angle of 32.21º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C4853C is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 133 | 60 | - |
| CMYK | 0 | 0.32 | 0.69 | 0.23 |
| HSL | 32.21º | 0.54% | 0.5% | - |
| HSV(B) | 32.21º | 0.69% | 0.77% | - |
| XYZ | 31.97 | 28.84 | 8.16 | - |
| YUV | 143.52 | 80.87 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 133 | 60 | 0 | 0.32 | 0.69 | 0.23 | 32.21 | 0.54 | 0.5 |
| Hex | C4 | 85 | 3C | 0 | 20 | 45 | 17 | 20 | 36 | 32 |
| Octal | 304 | 205 | 74 | 0 | 40 | 105 | 27 | 40 | 66 | 62 |
| Binary | 11000100 | 10000101 | 111100 | 0 | 100000 | 1000101 | 10111 | 100000 | 110110 | 110010 |
Color Harmonies of #C4853C
Complementary color
Monochromatic Colors of #C4853C
Black with #C4853C
Text Example
Text Example
White with #C4853C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4853C; }
p { color: rgb(196,133,60); }
H1.HeaderClassName
{
color: #C4853C;
}
.AnyTagClassName
{
color: #C4853C;
}
</style>
background-color css
<style>
a { background-color: #C4853C; }
a { background-color: rgb(196,133,60); }
div.DivClassName
{
background-color: #C4853C;
}
.BgClassName
{
background-color: #C4853C;
}
</style>
border-color css
<style>
span { border-color: #C4853C; }
span { border-color: rgb(196,133,60); }
td.TdClassName
{
border-color: #C4853C;
}
.TagClassName
{
border-color: #C4853C;
}
</style>