Shades of Golden Bell #C28237
Tints of Golden Bell #C28237
RGB
CMYK
RGB Variations
Color information
#C28237 (or 0xC28237) is known color: Golden Bell. HEX triplet: C2, 82 and 37. RGB value is (194,130,55). Sum of RGB (Red+Green+Blue) = 194+130+55=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 55 (21.88% from 255 or 14.51% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C28237 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28237 is #3D7DC8. Grayscale: #8C8C8C. Windows color (decimal): -4029897 or 3637954. OLE color: 3637954.
HSL color Cylindrical-coordinate representation of color #C28237: hue angle of 32.37º 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 #C28237 is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 130 | 55 | - |
| CMYK | 0 | 0.33 | 0.72 | 0.24 |
| HSL | 32.37º | 0.56% | 0.49% | - |
| HSV(B) | 32.37º | 0.72% | 0.76% | - |
| XYZ | 30.92 | 27.71 | 7.33 | - |
| YUV | 140.59 | 79.7 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 130 | 55 | 0 | 0.33 | 0.72 | 0.24 | 32.37 | 0.56 | 0.49 |
| Hex | C2 | 82 | 37 | 0 | 21 | 48 | 18 | 20 | 38 | 31 |
| Octal | 302 | 202 | 67 | 0 | 41 | 110 | 30 | 40 | 70 | 61 |
| Binary | 11000010 | 10000010 | 110111 | 0 | 100001 | 1001000 | 11000 | 100000 | 111000 | 110001 |
Color Harmonies of #C28237
Complementary color
Monochromatic Colors of #C28237
Black with #C28237
Text Example
Text Example
White with #C28237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28237; }
p { color: rgb(194,130,55); }
H1.HeaderClassName
{
color: #C28237;
}
.AnyTagClassName
{
color: #C28237;
}
</style>
background-color css
<style>
a { background-color: #C28237; }
a { background-color: rgb(194,130,55); }
div.DivClassName
{
background-color: #C28237;
}
.BgClassName
{
background-color: #C28237;
}
</style>
border-color css
<style>
span { border-color: #C28237; }
span { border-color: rgb(194,130,55); }
td.TdClassName
{
border-color: #C28237;
}
.TagClassName
{
border-color: #C28237;
}
</style>