Shades of Golden Bell #C88535
Tints of Golden Bell #C88535
RGB
CMYK
RGB Variations
Color information
#C88535 (or 0xC88535) is known color: Golden Bell. HEX triplet: C8, 85 and 35. RGB value is (200,133,53). Sum of RGB (Red+Green+Blue) = 200+133+53=386 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.81% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 53 (21.09% from 255 or 13.73% from 386); Max value from RGB is 200 - color contains mainly: red. Hex color #C88535 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88535 is #377ACA. Grayscale: #909090. Windows color (decimal): -3635915 or 3507656. OLE color: 3507656.
HSL color Cylindrical-coordinate representation of color #C88535: hue angle of 32.65º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C88535 is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 133 | 53 | - |
| CMYK | 0 | 0.34 | 0.74 | 0.22 |
| HSL | 32.65º | 0.58% | 0.5% | - |
| HSV(B) | 32.65º | 0.74% | 0.78% | - |
| XYZ | 32.85 | 29.31 | 7.29 | - |
| YUV | 143.91 | 76.7 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 133 | 53 | 0 | 0.34 | 0.74 | 0.22 | 32.65 | 0.58 | 0.5 |
| Hex | C8 | 85 | 35 | 0 | 22 | 4A | 16 | 21 | 3A | 32 |
| Octal | 310 | 205 | 65 | 0 | 42 | 112 | 26 | 41 | 72 | 62 |
| Binary | 11001000 | 10000101 | 110101 | 0 | 100010 | 1001010 | 10110 | 100001 | 111010 | 110010 |
Color Harmonies of #C88535
Complementary color
Monochromatic Colors of #C88535
Black with #C88535
Text Example
Text Example
White with #C88535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88535; }
p { color: rgb(200,133,53); }
H1.HeaderClassName
{
color: #C88535;
}
.AnyTagClassName
{
color: #C88535;
}
</style>
background-color css
<style>
a { background-color: #C88535; }
a { background-color: rgb(200,133,53); }
div.DivClassName
{
background-color: #C88535;
}
.BgClassName
{
background-color: #C88535;
}
</style>
border-color css
<style>
span { border-color: #C88535; }
span { border-color: rgb(200,133,53); }
td.TdClassName
{
border-color: #C88535;
}
.TagClassName
{
border-color: #C88535;
}
</style>