Shades of Golden Bell #C7833C
Tints of Golden Bell #C7833C
RGB
CMYK
RGB Variations
Color information
#C7833C (or 0xC7833C) is known color: Golden Bell. HEX triplet: C7, 83 and 3C. RGB value is (199,131,60). Sum of RGB (Red+Green+Blue) = 199+131+60=390 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.03% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 60 (23.83% from 255 or 15.38% from 390); Max value from RGB is 199 - color contains mainly: red. Hex color #C7833C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7833C is #387CC3. Grayscale: #8F8F8F. Windows color (decimal): -3701956 or 3965895. OLE color: 3965895.
HSL color Cylindrical-coordinate representation of color #C7833C: hue angle of 30.65º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C7833C is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 131 | 60 | - |
| CMYK | 0 | 0.34 | 0.70 | 0.22 |
| HSL | 30.65º | 0.55% | 0.51% | - |
| HSV(B) | 30.65º | 0.7% | 0.78% | - |
| XYZ | 32.49 | 28.7 | 8.1 | - |
| YUV | 143.24 | 81.03 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 131 | 60 | 0 | 0.34 | 0.70 | 0.22 | 30.65 | 0.55 | 0.51 |
| Hex | C7 | 83 | 3C | 0 | 22 | 46 | 16 | 1F | 37 | 33 |
| Octal | 307 | 203 | 74 | 0 | 42 | 106 | 26 | 37 | 67 | 63 |
| Binary | 11000111 | 10000011 | 111100 | 0 | 100010 | 1000110 | 10110 | 11111 | 110111 | 110011 |
Color Harmonies of #C7833C
Complementary color
Monochromatic Colors of #C7833C
Black with #C7833C
Text Example
Text Example
White with #C7833C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7833C; }
p { color: rgb(199,131,60); }
H1.HeaderClassName
{
color: #C7833C;
}
.AnyTagClassName
{
color: #C7833C;
}
</style>
background-color css
<style>
a { background-color: #C7833C; }
a { background-color: rgb(199,131,60); }
div.DivClassName
{
background-color: #C7833C;
}
.BgClassName
{
background-color: #C7833C;
}
</style>
border-color css
<style>
span { border-color: #C7833C; }
span { border-color: rgb(199,131,60); }
td.TdClassName
{
border-color: #C7833C;
}
.TagClassName
{
border-color: #C7833C;
}
</style>