Shades of Golden Bell #CB8138
Tints of Golden Bell #CB8138
RGB
CMYK
RGB Variations
Color information
#CB8138 (or 0xCB8138) is known color: Golden Bell. HEX triplet: CB, 81 and 38. RGB value is (203,129,56). Sum of RGB (Red+Green+Blue) = 203+129+56=388 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.32% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 56 (22.27% from 255 or 14.43% from 388); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8138 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8138 is #347EC7. Grayscale: #8F8F8F. Windows color (decimal): -3440328 or 3703243. OLE color: 3703243.
HSL color Cylindrical-coordinate representation of color #CB8138: hue angle of 29.8º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB8138 is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 129 | 56 | - |
| CMYK | 0 | 0.36 | 0.72 | 0.20 |
| HSL | 29.8º | 0.59% | 0.51% | - |
| HSV(B) | 29.8º | 0.72% | 0.8% | - |
| XYZ | 33.19 | 28.68 | 7.53 | - |
| YUV | 142.8 | 79.02 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 129 | 56 | 0 | 0.36 | 0.72 | 0.20 | 29.8 | 0.59 | 0.51 |
| Hex | CB | 81 | 38 | 0 | 24 | 48 | 14 | 1E | 3B | 33 |
| Octal | 313 | 201 | 70 | 0 | 44 | 110 | 24 | 36 | 73 | 63 |
| Binary | 11001011 | 10000001 | 111000 | 0 | 100100 | 1001000 | 10100 | 11110 | 111011 | 110011 |
Color Harmonies of #CB8138
Complementary color
Monochromatic Colors of #CB8138
Black with #CB8138
Text Example
Text Example
White with #CB8138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8138; }
p { color: rgb(203,129,56); }
H1.HeaderClassName
{
color: #CB8138;
}
.AnyTagClassName
{
color: #CB8138;
}
</style>
background-color css
<style>
a { background-color: #CB8138; }
a { background-color: rgb(203,129,56); }
div.DivClassName
{
background-color: #CB8138;
}
.BgClassName
{
background-color: #CB8138;
}
</style>
border-color css
<style>
span { border-color: #CB8138; }
span { border-color: rgb(203,129,56); }
td.TdClassName
{
border-color: #CB8138;
}
.TagClassName
{
border-color: #CB8138;
}
</style>