Shades of Golden Bell #CB8235
Tints of Golden Bell #CB8235
RGB
CMYK
RGB Variations
Color information
#CB8235 (or 0xCB8235) is known color: Golden Bell. HEX triplet: CB, 82 and 35. RGB value is (203,130,53). Sum of RGB (Red+Green+Blue) = 203+130+53=386 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.59% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 53 (21.09% from 255 or 13.73% from 386); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8235 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8235 is #347DCA. Grayscale: #8F8F8F. Windows color (decimal): -3440075 or 3506891. OLE color: 3506891.
HSL color Cylindrical-coordinate representation of color #CB8235: hue angle of 30.8º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB8235 is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 130 | 53 | - |
| CMYK | 0 | 0.36 | 0.74 | 0.20 |
| HSL | 30.8º | 0.59% | 0.5% | - |
| HSV(B) | 30.8º | 0.74% | 0.8% | - |
| XYZ | 33.25 | 28.92 | 7.2 | - |
| YUV | 143.05 | 77.18 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 130 | 53 | 0 | 0.36 | 0.74 | 0.20 | 30.8 | 0.59 | 0.5 |
| Hex | CB | 82 | 35 | 0 | 24 | 4A | 14 | 1F | 3B | 32 |
| Octal | 313 | 202 | 65 | 0 | 44 | 112 | 24 | 37 | 73 | 62 |
| Binary | 11001011 | 10000010 | 110101 | 0 | 100100 | 1001010 | 10100 | 11111 | 111011 | 110010 |
Color Harmonies of #CB8235
Complementary color
Monochromatic Colors of #CB8235
Black with #CB8235
Text Example
Text Example
White with #CB8235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8235; }
p { color: rgb(203,130,53); }
H1.HeaderClassName
{
color: #CB8235;
}
.AnyTagClassName
{
color: #CB8235;
}
</style>
background-color css
<style>
a { background-color: #CB8235; }
a { background-color: rgb(203,130,53); }
div.DivClassName
{
background-color: #CB8235;
}
.BgClassName
{
background-color: #CB8235;
}
</style>
border-color css
<style>
span { border-color: #CB8235; }
span { border-color: rgb(203,130,53); }
td.TdClassName
{
border-color: #CB8235;
}
.TagClassName
{
border-color: #CB8235;
}
</style>