Shades of Golden Bell #CB8034
Tints of Golden Bell #CB8034
RGB
CMYK
RGB Variations
Color information
#CB8034 (or 0xCB8034) is known color: Golden Bell. HEX triplet: CB, 80 and 34. RGB value is (203,128,52). Sum of RGB (Red+Green+Blue) = 203+128+52=383 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.00% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 52 (20.70% from 255 or 13.58% from 383); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8034 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8034 is #347FCB. Grayscale: #8E8E8E. Windows color (decimal): -3440588 or 3440843. OLE color: 3440843.
HSL color Cylindrical-coordinate representation of color #CB8034: hue angle of 30.2º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB8034 is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 128 | 52 | - |
| CMYK | 0 | 0.37 | 0.74 | 0.20 |
| HSL | 30.2º | 0.59% | 0.5% | - |
| HSV(B) | 30.2º | 0.74% | 0.8% | - |
| XYZ | 32.97 | 28.38 | 6.99 | - |
| YUV | 141.76 | 77.35 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 128 | 52 | 0 | 0.37 | 0.74 | 0.20 | 30.2 | 0.59 | 0.5 |
| Hex | CB | 80 | 34 | 0 | 25 | 4A | 14 | 1E | 3B | 32 |
| Octal | 313 | 200 | 64 | 0 | 45 | 112 | 24 | 36 | 73 | 62 |
| Binary | 11001011 | 10000000 | 110100 | 0 | 100101 | 1001010 | 10100 | 11110 | 111011 | 110010 |
Color Harmonies of #CB8034
Complementary color
Monochromatic Colors of #CB8034
Black with #CB8034
Text Example
Text Example
White with #CB8034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8034; }
p { color: rgb(203,128,52); }
H1.HeaderClassName
{
color: #CB8034;
}
.AnyTagClassName
{
color: #CB8034;
}
</style>
background-color css
<style>
a { background-color: #CB8034; }
a { background-color: rgb(203,128,52); }
div.DivClassName
{
background-color: #CB8034;
}
.BgClassName
{
background-color: #CB8034;
}
</style>
border-color css
<style>
span { border-color: #CB8034; }
span { border-color: rgb(203,128,52); }
td.TdClassName
{
border-color: #CB8034;
}
.TagClassName
{
border-color: #CB8034;
}
</style>