Shades of Golden Bell #CA8636
Tints of Golden Bell #CA8636
RGB
CMYK
RGB Variations
Color information
#CA8636 (or 0xCA8636) is known color: Golden Bell. HEX triplet: CA, 86 and 36. RGB value is (202,134,54). Sum of RGB (Red+Green+Blue) = 202+134+54=390 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.79% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 54 (21.48% from 255 or 13.85% from 390); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8636 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8636 is #3579C9. Grayscale: #919191. Windows color (decimal): -3504586 or 3573450. OLE color: 3573450.
HSL color Cylindrical-coordinate representation of color #CA8636: hue angle of 32.43º 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 #CA8636 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 134 | 54 | - |
| CMYK | 0 | 0.34 | 0.73 | 0.21 |
| HSL | 32.43º | 0.58% | 0.5% | - |
| HSV(B) | 32.43º | 0.73% | 0.79% | - |
| XYZ | 33.55 | 29.87 | 7.49 | - |
| YUV | 145.21 | 76.53 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 134 | 54 | 0 | 0.34 | 0.73 | 0.21 | 32.43 | 0.58 | 0.5 |
| Hex | CA | 86 | 36 | 0 | 22 | 49 | 15 | 20 | 3A | 32 |
| Octal | 312 | 206 | 66 | 0 | 42 | 111 | 25 | 40 | 72 | 62 |
| Binary | 11001010 | 10000110 | 110110 | 0 | 100010 | 1001001 | 10101 | 100000 | 111010 | 110010 |
Color Harmonies of #CA8636
Complementary color
Monochromatic Colors of #CA8636
Black with #CA8636
Text Example
Text Example
White with #CA8636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8636; }
p { color: rgb(202,134,54); }
H1.HeaderClassName
{
color: #CA8636;
}
.AnyTagClassName
{
color: #CA8636;
}
</style>
background-color css
<style>
a { background-color: #CA8636; }
a { background-color: rgb(202,134,54); }
div.DivClassName
{
background-color: #CA8636;
}
.BgClassName
{
background-color: #CA8636;
}
</style>
border-color css
<style>
span { border-color: #CA8636; }
span { border-color: rgb(202,134,54); }
td.TdClassName
{
border-color: #CA8636;
}
.TagClassName
{
border-color: #CA8636;
}
</style>