Shades of Golden Bell #C28035
Tints of Golden Bell #C28035
RGB
CMYK
RGB Variations
Color information
#C28035 (or 0xC28035) is known color: Golden Bell. HEX triplet: C2, 80 and 35. RGB value is (194,128,53). Sum of RGB (Red+Green+Blue) = 194+128+53=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 53 (21.09% from 255 or 14.13% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C28035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28035 is #3D7FCA. Grayscale: #8B8B8B. Windows color (decimal): -4030411 or 3506370. OLE color: 3506370.
HSL color Cylindrical-coordinate representation of color #C28035: hue angle of 31.91º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C28035 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 128 | 53 | - |
| CMYK | 0 | 0.34 | 0.73 | 0.24 |
| HSL | 31.91º | 0.57% | 0.48% | - |
| HSV(B) | 31.91º | 0.73% | 0.76% | - |
| XYZ | 30.61 | 27.16 | 7 | - |
| YUV | 139.18 | 79.37 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 128 | 53 | 0 | 0.34 | 0.73 | 0.24 | 31.91 | 0.57 | 0.48 |
| Hex | C2 | 80 | 35 | 0 | 22 | 49 | 18 | 20 | 39 | 30 |
| Octal | 302 | 200 | 65 | 0 | 42 | 111 | 30 | 40 | 71 | 60 |
| Binary | 11000010 | 10000000 | 110101 | 0 | 100010 | 1001001 | 11000 | 100000 | 111001 | 110000 |
Color Harmonies of #C28035
Complementary color
Monochromatic Colors of #C28035
Black with #C28035
Text Example
Text Example
White with #C28035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28035; }
p { color: rgb(194,128,53); }
H1.HeaderClassName
{
color: #C28035;
}
.AnyTagClassName
{
color: #C28035;
}
</style>
background-color css
<style>
a { background-color: #C28035; }
a { background-color: rgb(194,128,53); }
div.DivClassName
{
background-color: #C28035;
}
.BgClassName
{
background-color: #C28035;
}
</style>
border-color css
<style>
span { border-color: #C28035; }
span { border-color: rgb(194,128,53); }
td.TdClassName
{
border-color: #C28035;
}
.TagClassName
{
border-color: #C28035;
}
</style>