Shades of Golden Bell #CB8233
Tints of Golden Bell #CB8233
RGB
CMYK
RGB Variations
Color information
#CB8233 (or 0xCB8233) is known color: Golden Bell. HEX triplet: CB, 82 and 33. RGB value is (203,130,51). Sum of RGB (Red+Green+Blue) = 203+130+51=384 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.86% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 51 (20.31% from 255 or 13.28% from 384); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8233 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8233 is #347DCC. Grayscale: #8F8F8F. Windows color (decimal): -3440077 or 3375819. OLE color: 3375819.
HSL color Cylindrical-coordinate representation of color #CB8233: hue angle of 31.18º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB8233 is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 130 | 51 | - |
| CMYK | 0 | 0.36 | 0.75 | 0.20 |
| HSL | 31.18º | 0.6% | 0.5% | - |
| HSV(B) | 31.18º | 0.75% | 0.8% | - |
| XYZ | 33.21 | 28.9 | 6.96 | - |
| YUV | 142.82 | 76.18 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 130 | 51 | 0 | 0.36 | 0.75 | 0.20 | 31.18 | 0.6 | 0.5 |
| Hex | CB | 82 | 33 | 0 | 24 | 4B | 14 | 1F | 3C | 32 |
| Octal | 313 | 202 | 63 | 0 | 44 | 113 | 24 | 37 | 74 | 62 |
| Binary | 11001011 | 10000010 | 110011 | 0 | 100100 | 1001011 | 10100 | 11111 | 111100 | 110010 |
Color Harmonies of #CB8233
Complementary color
Monochromatic Colors of #CB8233
Black with #CB8233
Text Example
Text Example
White with #CB8233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8233; }
p { color: rgb(203,130,51); }
H1.HeaderClassName
{
color: #CB8233;
}
.AnyTagClassName
{
color: #CB8233;
}
</style>
background-color css
<style>
a { background-color: #CB8233; }
a { background-color: rgb(203,130,51); }
div.DivClassName
{
background-color: #CB8233;
}
.BgClassName
{
background-color: #CB8233;
}
</style>
border-color css
<style>
span { border-color: #CB8233; }
span { border-color: rgb(203,130,51); }
td.TdClassName
{
border-color: #CB8233;
}
.TagClassName
{
border-color: #CB8233;
}
</style>