Shades of Golden Bell #CB8738
Tints of Golden Bell #CB8738
RGB
CMYK
RGB Variations
Color information
#CB8738 (or 0xCB8738) is known color: Golden Bell. HEX triplet: CB, 87 and 38. RGB value is (203,135,56). Sum of RGB (Red+Green+Blue) = 203+135+56=394 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.52% from 394); Green value is 135 (53.12% from 255 or 34.26% from 394); Blue value is 56 (22.27% from 255 or 14.21% from 394); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8738 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8738 is #3478C7. Grayscale: #929292. Windows color (decimal): -3438792 or 3704779. OLE color: 3704779.
HSL color Cylindrical-coordinate representation of color #CB8738: hue angle of 32.24º 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 #CB8738 is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 135 | 56 | - |
| CMYK | 0 | 0.33 | 0.72 | 0.20 |
| HSL | 32.24º | 0.59% | 0.51% | - |
| HSV(B) | 32.24º | 0.72% | 0.8% | - |
| XYZ | 34.01 | 30.31 | 7.8 | - |
| YUV | 146.33 | 77.03 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 135 | 56 | 0 | 0.33 | 0.72 | 0.20 | 32.24 | 0.59 | 0.51 |
| Hex | CB | 87 | 38 | 0 | 21 | 48 | 14 | 20 | 3B | 33 |
| Octal | 313 | 207 | 70 | 0 | 41 | 110 | 24 | 40 | 73 | 63 |
| Binary | 11001011 | 10000111 | 111000 | 0 | 100001 | 1001000 | 10100 | 100000 | 111011 | 110011 |
Color Harmonies of #CB8738
Complementary color
Monochromatic Colors of #CB8738
Black with #CB8738
Text Example
Text Example
White with #CB8738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8738; }
p { color: rgb(203,135,56); }
H1.HeaderClassName
{
color: #CB8738;
}
.AnyTagClassName
{
color: #CB8738;
}
</style>
background-color css
<style>
a { background-color: #CB8738; }
a { background-color: rgb(203,135,56); }
div.DivClassName
{
background-color: #CB8738;
}
.BgClassName
{
background-color: #CB8738;
}
</style>
border-color css
<style>
span { border-color: #CB8738; }
span { border-color: rgb(203,135,56); }
td.TdClassName
{
border-color: #CB8738;
}
.TagClassName
{
border-color: #CB8738;
}
</style>