Shades of Golden Bell #C37B35
Tints of Golden Bell #C37B35
RGB
CMYK
RGB Variations
Color information
#C37B35 (or 0xC37B35) is known color: Golden Bell. HEX triplet: C3, 7B and 35. RGB value is (195,123,53). Sum of RGB (Red+Green+Blue) = 195+123+53=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 53 (21.09% from 255 or 14.29% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C37B35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37B35 is #3C84CA. Grayscale: #888888. Windows color (decimal): -3966155 or 3505091. OLE color: 3505091.
HSL color Cylindrical-coordinate representation of color #C37B35: hue angle of 29.58º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C37B35 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 123 | 53 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.24 |
| HSL | 29.58º | 0.57% | 0.49% | - |
| HSV(B) | 29.58º | 0.73% | 0.76% | - |
| XYZ | 30.23 | 26.03 | 6.8 | - |
| YUV | 136.55 | 80.85 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 123 | 53 | 0 | 0.37 | 0.73 | 0.24 | 29.58 | 0.57 | 0.49 |
| Hex | C3 | 7B | 35 | 0 | 25 | 49 | 18 | 1E | 39 | 31 |
| Octal | 303 | 173 | 65 | 0 | 45 | 111 | 30 | 36 | 71 | 61 |
| Binary | 11000011 | 1111011 | 110101 | 0 | 100101 | 1001001 | 11000 | 11110 | 111001 | 110001 |
Color Harmonies of #C37B35
Complementary color
Monochromatic Colors of #C37B35
Black with #C37B35
Text Example
Text Example
White with #C37B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37B35; }
p { color: rgb(195,123,53); }
H1.HeaderClassName
{
color: #C37B35;
}
.AnyTagClassName
{
color: #C37B35;
}
</style>
background-color css
<style>
a { background-color: #C37B35; }
a { background-color: rgb(195,123,53); }
div.DivClassName
{
background-color: #C37B35;
}
.BgClassName
{
background-color: #C37B35;
}
</style>
border-color css
<style>
span { border-color: #C37B35; }
span { border-color: rgb(195,123,53); }
td.TdClassName
{
border-color: #C37B35;
}
.TagClassName
{
border-color: #C37B35;
}
</style>