Shades of Golden Bell #C28136
Tints of Golden Bell #C28136
RGB
CMYK
RGB Variations
Color information
#C28136 (or 0xC28136) is known color: Golden Bell. HEX triplet: C2, 81 and 36. RGB value is (194,129,54). Sum of RGB (Red+Green+Blue) = 194+129+54=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 54 (21.48% from 255 or 14.32% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C28136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28136 is #3D7EC9. Grayscale: #8C8C8C. Windows color (decimal): -4030154 or 3572162. OLE color: 3572162.
HSL color Cylindrical-coordinate representation of color #C28136: hue angle of 32.14º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C28136 is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 129 | 54 | - |
| CMYK | 0 | 0.34 | 0.72 | 0.24 |
| HSL | 32.14º | 0.56% | 0.49% | - |
| HSV(B) | 32.14º | 0.72% | 0.76% | - |
| XYZ | 30.76 | 27.44 | 7.16 | - |
| YUV | 139.89 | 79.53 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 129 | 54 | 0 | 0.34 | 0.72 | 0.24 | 32.14 | 0.56 | 0.49 |
| Hex | C2 | 81 | 36 | 0 | 22 | 48 | 18 | 20 | 38 | 31 |
| Octal | 302 | 201 | 66 | 0 | 42 | 110 | 30 | 40 | 70 | 61 |
| Binary | 11000010 | 10000001 | 110110 | 0 | 100010 | 1001000 | 11000 | 100000 | 111000 | 110001 |
Color Harmonies of #C28136
Complementary color
Monochromatic Colors of #C28136
Black with #C28136
Text Example
Text Example
White with #C28136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28136; }
p { color: rgb(194,129,54); }
H1.HeaderClassName
{
color: #C28136;
}
.AnyTagClassName
{
color: #C28136;
}
</style>
background-color css
<style>
a { background-color: #C28136; }
a { background-color: rgb(194,129,54); }
div.DivClassName
{
background-color: #C28136;
}
.BgClassName
{
background-color: #C28136;
}
</style>
border-color css
<style>
span { border-color: #C28136; }
span { border-color: rgb(194,129,54); }
td.TdClassName
{
border-color: #C28136;
}
.TagClassName
{
border-color: #C28136;
}
</style>