Shades of Golden Bell #C3833C
Tints of Golden Bell #C3833C
RGB
CMYK
RGB Variations
Color information
#C3833C (or 0xC3833C) is known color: Golden Bell. HEX triplet: C3, 83 and 3C. RGB value is (195,131,60). Sum of RGB (Red+Green+Blue) = 195+131+60=386 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.52% from 386); Green value is 131 (51.56% from 255 or 33.94% from 386); Blue value is 60 (23.83% from 255 or 15.54% from 386); Max value from RGB is 195 - color contains mainly: red. Hex color #C3833C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3833C is #3C7CC3. Grayscale: #8E8E8E. Windows color (decimal): -3964100 or 3965891. OLE color: 3965891.
HSL color Cylindrical-coordinate representation of color #C3833C: hue angle of 31.56º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C3833C is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 131 | 60 | - |
| CMYK | 0 | 0.33 | 0.69 | 0.24 |
| HSL | 31.56º | 0.53% | 0.5% | - |
| HSV(B) | 31.56º | 0.69% | 0.76% | - |
| XYZ | 31.44 | 28.16 | 8.05 | - |
| YUV | 142.04 | 81.7 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 131 | 60 | 0 | 0.33 | 0.69 | 0.24 | 31.56 | 0.53 | 0.5 |
| Hex | C3 | 83 | 3C | 0 | 21 | 45 | 18 | 20 | 35 | 32 |
| Octal | 303 | 203 | 74 | 0 | 41 | 105 | 30 | 40 | 65 | 62 |
| Binary | 11000011 | 10000011 | 111100 | 0 | 100001 | 1000101 | 11000 | 100000 | 110101 | 110010 |
Color Harmonies of #C3833C
Complementary color
Monochromatic Colors of #C3833C
Black with #C3833C
Text Example
Text Example
White with #C3833C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3833C; }
p { color: rgb(195,131,60); }
H1.HeaderClassName
{
color: #C3833C;
}
.AnyTagClassName
{
color: #C3833C;
}
</style>
background-color css
<style>
a { background-color: #C3833C; }
a { background-color: rgb(195,131,60); }
div.DivClassName
{
background-color: #C3833C;
}
.BgClassName
{
background-color: #C3833C;
}
</style>
border-color css
<style>
span { border-color: #C3833C; }
span { border-color: rgb(195,131,60); }
td.TdClassName
{
border-color: #C3833C;
}
.TagClassName
{
border-color: #C3833C;
}
</style>