Shades of Golden Bell #C8833B
Tints of Golden Bell #C8833B
RGB
CMYK
RGB Variations
Color information
#C8833B (or 0xC8833B) is known color: Golden Bell. HEX triplet: C8, 83 and 3B. RGB value is (200,131,59). Sum of RGB (Red+Green+Blue) = 200+131+59=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 59 (23.44% from 255 or 15.13% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C8833B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8833B is #377CC4. Grayscale: #8F8F8F. Windows color (decimal): -3636421 or 3900360. OLE color: 3900360.
HSL color Cylindrical-coordinate representation of color #C8833B: hue angle of 30.64º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C8833B is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 131 | 59 | - |
| CMYK | 0 | 0.34 | 0.70 | 0.22 |
| HSL | 30.64º | 0.56% | 0.51% | - |
| HSV(B) | 30.64º | 0.71% | 0.78% | - |
| XYZ | 32.73 | 28.83 | 7.98 | - |
| YUV | 143.42 | 80.36 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 131 | 59 | 0 | 0.34 | 0.70 | 0.22 | 30.64 | 0.56 | 0.51 |
| Hex | C8 | 83 | 3B | 0 | 22 | 46 | 16 | 1F | 38 | 33 |
| Octal | 310 | 203 | 73 | 0 | 42 | 106 | 26 | 37 | 70 | 63 |
| Binary | 11001000 | 10000011 | 111011 | 0 | 100010 | 1000110 | 10110 | 11111 | 111000 | 110011 |
Color Harmonies of #C8833B
Complementary color
Monochromatic Colors of #C8833B
Black with #C8833B
Text Example
Text Example
White with #C8833B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8833B; }
p { color: rgb(200,131,59); }
H1.HeaderClassName
{
color: #C8833B;
}
.AnyTagClassName
{
color: #C8833B;
}
</style>
background-color css
<style>
a { background-color: #C8833B; }
a { background-color: rgb(200,131,59); }
div.DivClassName
{
background-color: #C8833B;
}
.BgClassName
{
background-color: #C8833B;
}
</style>
border-color css
<style>
span { border-color: #C8833B; }
span { border-color: rgb(200,131,59); }
td.TdClassName
{
border-color: #C8833B;
}
.TagClassName
{
border-color: #C8833B;
}
</style>