Shades of Golden Bell #CB7E3A
Tints of Golden Bell #CB7E3A
RGB
CMYK
RGB Variations
Color information
#CB7E3A (or 0xCB7E3A) is known color: Golden Bell. HEX triplet: CB, 7E and 3A. RGB value is (203,126,58). Sum of RGB (Red+Green+Blue) = 203+126+58=387 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.45% from 387); Green value is 126 (49.61% from 255 or 32.56% from 387); Blue value is 58 (23.05% from 255 or 14.99% from 387); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7E3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7E3A is #3481C5. Grayscale: #8D8D8D. Windows color (decimal): -3441094 or 3833547. OLE color: 3833547.
HSL color Cylindrical-coordinate representation of color #CB7E3A: hue angle of 28.14º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB7E3A is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 126 | 58 | - |
| CMYK | 0 | 0.38 | 0.71 | 0.20 |
| HSL | 28.14º | 0.58% | 0.51% | - |
| HSV(B) | 28.14º | 0.71% | 0.8% | - |
| XYZ | 32.85 | 27.92 | 7.66 | - |
| YUV | 141.27 | 81.01 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 126 | 58 | 0 | 0.38 | 0.71 | 0.20 | 28.14 | 0.58 | 0.51 |
| Hex | CB | 7E | 3A | 0 | 26 | 47 | 14 | 1C | 3A | 33 |
| Octal | 313 | 176 | 72 | 0 | 46 | 107 | 24 | 34 | 72 | 63 |
| Binary | 11001011 | 1111110 | 111010 | 0 | 100110 | 1000111 | 10100 | 11100 | 111010 | 110011 |
Color Harmonies of #CB7E3A
Complementary color
Monochromatic Colors of #CB7E3A
Black with #CB7E3A
Text Example
Text Example
White with #CB7E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7E3A; }
p { color: rgb(203,126,58); }
H1.HeaderClassName
{
color: #CB7E3A;
}
.AnyTagClassName
{
color: #CB7E3A;
}
</style>
background-color css
<style>
a { background-color: #CB7E3A; }
a { background-color: rgb(203,126,58); }
div.DivClassName
{
background-color: #CB7E3A;
}
.BgClassName
{
background-color: #CB7E3A;
}
</style>
border-color css
<style>
span { border-color: #CB7E3A; }
span { border-color: rgb(203,126,58); }
td.TdClassName
{
border-color: #CB7E3A;
}
.TagClassName
{
border-color: #CB7E3A;
}
</style>