Shades of Golden Bell #CA8036
Tints of Golden Bell #CA8036
RGB
CMYK
RGB Variations
Color information
#CA8036 (or 0xCA8036) is known color: Golden Bell. HEX triplet: CA, 80 and 36. RGB value is (202,128,54). Sum of RGB (Red+Green+Blue) = 202+128+54=384 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.60% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 54 (21.48% from 255 or 14.06% from 384); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8036 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8036 is #357FC9. Grayscale: #8E8E8E. Windows color (decimal): -3506122 or 3571914. OLE color: 3571914.
HSL color Cylindrical-coordinate representation of color #CA8036: hue angle of 30º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA8036 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 128 | 54 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.21 |
| HSL | 30º | 0.58% | 0.5% | - |
| HSV(B) | 30º | 0.73% | 0.79% | - |
| XYZ | 32.74 | 28.26 | 7.22 | - |
| YUV | 141.69 | 78.52 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 128 | 54 | 0 | 0.37 | 0.73 | 0.21 | 30 | 0.58 | 0.5 |
| Hex | CA | 80 | 36 | 0 | 25 | 49 | 15 | 1E | 3A | 32 |
| Octal | 312 | 200 | 66 | 0 | 45 | 111 | 25 | 36 | 72 | 62 |
| Binary | 11001010 | 10000000 | 110110 | 0 | 100101 | 1001001 | 10101 | 11110 | 111010 | 110010 |
Color Harmonies of #CA8036
Complementary color
Monochromatic Colors of #CA8036
Black with #CA8036
Text Example
Text Example
White with #CA8036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8036; }
p { color: rgb(202,128,54); }
H1.HeaderClassName
{
color: #CA8036;
}
.AnyTagClassName
{
color: #CA8036;
}
</style>
background-color css
<style>
a { background-color: #CA8036; }
a { background-color: rgb(202,128,54); }
div.DivClassName
{
background-color: #CA8036;
}
.BgClassName
{
background-color: #CA8036;
}
</style>
border-color css
<style>
span { border-color: #CA8036; }
span { border-color: rgb(202,128,54); }
td.TdClassName
{
border-color: #CA8036;
}
.TagClassName
{
border-color: #CA8036;
}
</style>