Shades of Golden Bell #C8843A
Tints of Golden Bell #C8843A
RGB
CMYK
RGB Variations
Color information
#C8843A (or 0xC8843A) is known color: Golden Bell. HEX triplet: C8, 84 and 3A. RGB value is (200,132,58). Sum of RGB (Red+Green+Blue) = 200+132+58=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 58 (23.05% from 255 or 14.87% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C8843A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8843A is #377BC5. Grayscale: #909090. Windows color (decimal): -3636166 or 3835080. OLE color: 3835080.
HSL color Cylindrical-coordinate representation of color #C8843A: hue angle of 31.27º 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 #C8843A is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 132 | 58 | - |
| CMYK | 0 | 0.34 | 0.71 | 0.22 |
| HSL | 31.27º | 0.56% | 0.51% | - |
| HSV(B) | 31.27º | 0.71% | 0.78% | - |
| XYZ | 32.83 | 29.09 | 7.89 | - |
| YUV | 143.9 | 79.53 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 132 | 58 | 0 | 0.34 | 0.71 | 0.22 | 31.27 | 0.56 | 0.51 |
| Hex | C8 | 84 | 3A | 0 | 22 | 47 | 16 | 1F | 38 | 33 |
| Octal | 310 | 204 | 72 | 0 | 42 | 107 | 26 | 37 | 70 | 63 |
| Binary | 11001000 | 10000100 | 111010 | 0 | 100010 | 1000111 | 10110 | 11111 | 111000 | 110011 |
Color Harmonies of #C8843A
Complementary color
Monochromatic Colors of #C8843A
Black with #C8843A
Text Example
Text Example
White with #C8843A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8843A; }
p { color: rgb(200,132,58); }
H1.HeaderClassName
{
color: #C8843A;
}
.AnyTagClassName
{
color: #C8843A;
}
</style>
background-color css
<style>
a { background-color: #C8843A; }
a { background-color: rgb(200,132,58); }
div.DivClassName
{
background-color: #C8843A;
}
.BgClassName
{
background-color: #C8843A;
}
</style>
border-color css
<style>
span { border-color: #C8843A; }
span { border-color: rgb(200,132,58); }
td.TdClassName
{
border-color: #C8843A;
}
.TagClassName
{
border-color: #C8843A;
}
</style>