Shades of Golden Bell #CB7F37
Tints of Golden Bell #CB7F37
RGB
CMYK
RGB Variations
Color information
#CB7F37 (or 0xCB7F37) is known color: Golden Bell. HEX triplet: CB, 7F and 37. RGB value is (203,127,55). Sum of RGB (Red+Green+Blue) = 203+127+55=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 55 (21.88% from 255 or 14.29% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7F37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7F37 is #3480C8. Grayscale: #8D8D8D. Windows color (decimal): -3440841 or 3637195. OLE color: 3637195.
HSL color Cylindrical-coordinate representation of color #CB7F37: hue angle of 29.19º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB7F37 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 127 | 55 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.20 |
| HSL | 29.19º | 0.59% | 0.51% | - |
| HSV(B) | 29.19º | 0.73% | 0.8% | - |
| XYZ | 32.91 | 28.15 | 7.31 | - |
| YUV | 141.52 | 79.18 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 127 | 55 | 0 | 0.37 | 0.73 | 0.20 | 29.19 | 0.59 | 0.51 |
| Hex | CB | 7F | 37 | 0 | 25 | 49 | 14 | 1D | 3B | 33 |
| Octal | 313 | 177 | 67 | 0 | 45 | 111 | 24 | 35 | 73 | 63 |
| Binary | 11001011 | 1111111 | 110111 | 0 | 100101 | 1001001 | 10100 | 11101 | 111011 | 110011 |
Color Harmonies of #CB7F37
Complementary color
Monochromatic Colors of #CB7F37
Black with #CB7F37
Text Example
Text Example
White with #CB7F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7F37; }
p { color: rgb(203,127,55); }
H1.HeaderClassName
{
color: #CB7F37;
}
.AnyTagClassName
{
color: #CB7F37;
}
</style>
background-color css
<style>
a { background-color: #CB7F37; }
a { background-color: rgb(203,127,55); }
div.DivClassName
{
background-color: #CB7F37;
}
.BgClassName
{
background-color: #CB7F37;
}
</style>
border-color css
<style>
span { border-color: #CB7F37; }
span { border-color: rgb(203,127,55); }
td.TdClassName
{
border-color: #CB7F37;
}
.TagClassName
{
border-color: #CB7F37;
}
</style>