Shades of Golden Bell #C3803A
Tints of Golden Bell #C3803A
RGB
CMYK
RGB Variations
Color information
#C3803A (or 0xC3803A) is known color: Golden Bell. HEX triplet: C3, 80 and 3A. RGB value is (195,128,58). Sum of RGB (Red+Green+Blue) = 195+128+58=381 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.18% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 58 (23.05% from 255 or 15.22% from 381); Max value from RGB is 195 - color contains mainly: red. Hex color #C3803A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3803A is #3C7FC5. Grayscale: #8C8C8C. Windows color (decimal): -3964870 or 3834051. OLE color: 3834051.
HSL color Cylindrical-coordinate representation of color #C3803A: hue angle of 30.66º 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 #C3803A is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 128 | 58 | - |
| CMYK | 0 | 0.34 | 0.70 | 0.24 |
| HSL | 30.66º | 0.54% | 0.5% | - |
| HSV(B) | 30.66º | 0.7% | 0.76% | - |
| XYZ | 30.99 | 27.35 | 7.65 | - |
| YUV | 140.05 | 81.7 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 128 | 58 | 0 | 0.34 | 0.70 | 0.24 | 30.66 | 0.54 | 0.5 |
| Hex | C3 | 80 | 3A | 0 | 22 | 46 | 18 | 1F | 36 | 32 |
| Octal | 303 | 200 | 72 | 0 | 42 | 106 | 30 | 37 | 66 | 62 |
| Binary | 11000011 | 10000000 | 111010 | 0 | 100010 | 1000110 | 11000 | 11111 | 110110 | 110010 |
Color Harmonies of #C3803A
Complementary color
Monochromatic Colors of #C3803A
Black with #C3803A
Text Example
Text Example
White with #C3803A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3803A; }
p { color: rgb(195,128,58); }
H1.HeaderClassName
{
color: #C3803A;
}
.AnyTagClassName
{
color: #C3803A;
}
</style>
background-color css
<style>
a { background-color: #C3803A; }
a { background-color: rgb(195,128,58); }
div.DivClassName
{
background-color: #C3803A;
}
.BgClassName
{
background-color: #C3803A;
}
</style>
border-color css
<style>
span { border-color: #C3803A; }
span { border-color: rgb(195,128,58); }
td.TdClassName
{
border-color: #C3803A;
}
.TagClassName
{
border-color: #C3803A;
}
</style>