Shades of Golden Bell #CB8236
Tints of Golden Bell #CB8236
RGB
CMYK
RGB Variations
Color information
#CB8236 (or 0xCB8236) is known color: Golden Bell. HEX triplet: CB, 82 and 36. RGB value is (203,130,54). Sum of RGB (Red+Green+Blue) = 203+130+54=387 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.45% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 54 (21.48% from 255 or 13.95% from 387); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8236 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8236 is #347DC9. Grayscale: #8F8F8F. Windows color (decimal): -3440074 or 3572427. OLE color: 3572427.
HSL color Cylindrical-coordinate representation of color #CB8236: hue angle of 30.6º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB8236 is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 130 | 54 | - |
| CMYK | 0 | 0.36 | 0.73 | 0.20 |
| HSL | 30.6º | 0.59% | 0.5% | - |
| HSV(B) | 30.6º | 0.73% | 0.8% | - |
| XYZ | 33.28 | 28.93 | 7.32 | - |
| YUV | 143.16 | 77.68 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 130 | 54 | 0 | 0.36 | 0.73 | 0.20 | 30.6 | 0.59 | 0.5 |
| Hex | CB | 82 | 36 | 0 | 24 | 49 | 14 | 1F | 3B | 32 |
| Octal | 313 | 202 | 66 | 0 | 44 | 111 | 24 | 37 | 73 | 62 |
| Binary | 11001011 | 10000010 | 110110 | 0 | 100100 | 1001001 | 10100 | 11111 | 111011 | 110010 |
Color Harmonies of #CB8236
Complementary color
Monochromatic Colors of #CB8236
Black with #CB8236
Text Example
Text Example
White with #CB8236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8236; }
p { color: rgb(203,130,54); }
H1.HeaderClassName
{
color: #CB8236;
}
.AnyTagClassName
{
color: #CB8236;
}
</style>
background-color css
<style>
a { background-color: #CB8236; }
a { background-color: rgb(203,130,54); }
div.DivClassName
{
background-color: #CB8236;
}
.BgClassName
{
background-color: #CB8236;
}
</style>
border-color css
<style>
span { border-color: #CB8236; }
span { border-color: rgb(203,130,54); }
td.TdClassName
{
border-color: #CB8236;
}
.TagClassName
{
border-color: #CB8236;
}
</style>