Shades of Golden Bell #CA8739
Tints of Golden Bell #CA8739
RGB
CMYK
RGB Variations
Color information
#CA8739 (or 0xCA8739) is known color: Golden Bell. HEX triplet: CA, 87 and 39. RGB value is (202,135,57). Sum of RGB (Red+Green+Blue) = 202+135+57=394 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.27% from 394); Green value is 135 (53.12% from 255 or 34.26% from 394); Blue value is 57 (22.66% from 255 or 14.47% from 394); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8739 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8739 is #3578C6. Grayscale: #929292. Windows color (decimal): -3504327 or 3770314. OLE color: 3770314.
HSL color Cylindrical-coordinate representation of color #CA8739: hue angle of 32.28º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA8739 is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 135 | 57 | - |
| CMYK | 0 | 0.33 | 0.72 | 0.21 |
| HSL | 32.28º | 0.58% | 0.51% | - |
| HSV(B) | 32.28º | 0.72% | 0.79% | - |
| XYZ | 33.76 | 30.18 | 7.92 | - |
| YUV | 146.14 | 77.7 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 135 | 57 | 0 | 0.33 | 0.72 | 0.21 | 32.28 | 0.58 | 0.51 |
| Hex | CA | 87 | 39 | 0 | 21 | 48 | 15 | 20 | 3A | 33 |
| Octal | 312 | 207 | 71 | 0 | 41 | 110 | 25 | 40 | 72 | 63 |
| Binary | 11001010 | 10000111 | 111001 | 0 | 100001 | 1001000 | 10101 | 100000 | 111010 | 110011 |
Color Harmonies of #CA8739
Complementary color
Monochromatic Colors of #CA8739
Black with #CA8739
Text Example
Text Example
White with #CA8739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8739; }
p { color: rgb(202,135,57); }
H1.HeaderClassName
{
color: #CA8739;
}
.AnyTagClassName
{
color: #CA8739;
}
</style>
background-color css
<style>
a { background-color: #CA8739; }
a { background-color: rgb(202,135,57); }
div.DivClassName
{
background-color: #CA8739;
}
.BgClassName
{
background-color: #CA8739;
}
</style>
border-color css
<style>
span { border-color: #CA8739; }
span { border-color: rgb(202,135,57); }
td.TdClassName
{
border-color: #CA8739;
}
.TagClassName
{
border-color: #CA8739;
}
</style>