Shades of Golden Bell #CB8234
Tints of Golden Bell #CB8234
RGB
CMYK
RGB Variations
Color information
#CB8234 (or 0xCB8234) is known color: Golden Bell. HEX triplet: CB, 82 and 34. RGB value is (203,130,52). Sum of RGB (Red+Green+Blue) = 203+130+52=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 52 (20.70% from 255 or 13.51% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8234 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8234 is #347DCB. Grayscale: #8F8F8F. Windows color (decimal): -3440076 or 3441355. OLE color: 3441355.
HSL color Cylindrical-coordinate representation of color #CB8234: hue angle of 30.99º 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 #CB8234 is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 130 | 52 | - |
| CMYK | 0 | 0.36 | 0.74 | 0.20 |
| HSL | 30.99º | 0.59% | 0.5% | - |
| HSV(B) | 30.99º | 0.74% | 0.8% | - |
| XYZ | 33.23 | 28.91 | 7.08 | - |
| YUV | 142.94 | 76.68 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 130 | 52 | 0 | 0.36 | 0.74 | 0.20 | 30.99 | 0.59 | 0.5 |
| Hex | CB | 82 | 34 | 0 | 24 | 4A | 14 | 1F | 3B | 32 |
| Octal | 313 | 202 | 64 | 0 | 44 | 112 | 24 | 37 | 73 | 62 |
| Binary | 11001011 | 10000010 | 110100 | 0 | 100100 | 1001010 | 10100 | 11111 | 111011 | 110010 |
Color Harmonies of #CB8234
Complementary color
Monochromatic Colors of #CB8234
Black with #CB8234
Text Example
Text Example
White with #CB8234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8234; }
p { color: rgb(203,130,52); }
H1.HeaderClassName
{
color: #CB8234;
}
.AnyTagClassName
{
color: #CB8234;
}
</style>
background-color css
<style>
a { background-color: #CB8234; }
a { background-color: rgb(203,130,52); }
div.DivClassName
{
background-color: #CB8234;
}
.BgClassName
{
background-color: #CB8234;
}
</style>
border-color css
<style>
span { border-color: #CB8234; }
span { border-color: rgb(203,130,52); }
td.TdClassName
{
border-color: #CB8234;
}
.TagClassName
{
border-color: #CB8234;
}
</style>