Shades of Golden Bell #CB7C38
Tints of Golden Bell #CB7C38
RGB
CMYK
RGB Variations
Color information
#CB7C38 (or 0xCB7C38) is known color: Golden Bell. HEX triplet: CB, 7C and 38. RGB value is (203,124,56). Sum of RGB (Red+Green+Blue) = 203+124+56=383 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.00% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 56 (22.27% from 255 or 14.62% from 383); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7C38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7C38 is #3483C7. Grayscale: #8C8C8C. Windows color (decimal): -3441608 or 3701963. OLE color: 3701963.
HSL color Cylindrical-coordinate representation of color #CB7C38: hue angle of 27.76º 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 #CB7C38 is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 124 | 56 | - |
| CMYK | 0 | 0.39 | 0.72 | 0.20 |
| HSL | 27.76º | 0.59% | 0.51% | - |
| HSV(B) | 27.76º | 0.72% | 0.8% | - |
| XYZ | 32.55 | 27.4 | 7.31 | - |
| YUV | 139.87 | 80.67 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 124 | 56 | 0 | 0.39 | 0.72 | 0.20 | 27.76 | 0.59 | 0.51 |
| Hex | CB | 7C | 38 | 0 | 27 | 48 | 14 | 1C | 3B | 33 |
| Octal | 313 | 174 | 70 | 0 | 47 | 110 | 24 | 34 | 73 | 63 |
| Binary | 11001011 | 1111100 | 111000 | 0 | 100111 | 1001000 | 10100 | 11100 | 111011 | 110011 |
Color Harmonies of #CB7C38
Complementary color
Monochromatic Colors of #CB7C38
Black with #CB7C38
Text Example
Text Example
White with #CB7C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7C38; }
p { color: rgb(203,124,56); }
H1.HeaderClassName
{
color: #CB7C38;
}
.AnyTagClassName
{
color: #CB7C38;
}
</style>
background-color css
<style>
a { background-color: #CB7C38; }
a { background-color: rgb(203,124,56); }
div.DivClassName
{
background-color: #CB7C38;
}
.BgClassName
{
background-color: #CB7C38;
}
</style>
border-color css
<style>
span { border-color: #CB7C38; }
span { border-color: rgb(203,124,56); }
td.TdClassName
{
border-color: #CB7C38;
}
.TagClassName
{
border-color: #CB7C38;
}
</style>