Shades of Golden Bell #C87A39
Tints of Golden Bell #C87A39
RGB
CMYK
RGB Variations
Color information
#C87A39 (or 0xC87A39) is known color: Golden Bell. HEX triplet: C8, 7A and 39. RGB value is (200,122,57). Sum of RGB (Red+Green+Blue) = 200+122+57=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 57 (22.66% from 255 or 15.04% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C87A39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87A39 is #3785C6. Grayscale: #8A8A8A. Windows color (decimal): -3638727 or 3766984. OLE color: 3766984.
HSL color Cylindrical-coordinate representation of color #C87A39: hue angle of 27.27º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C87A39 is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 122 | 57 | - |
| CMYK | 0 | 0.39 | 0.72 | 0.22 |
| HSL | 27.27º | 0.57% | 0.5% | - |
| HSV(B) | 27.27º | 0.72% | 0.78% | - |
| XYZ | 31.52 | 26.49 | 7.32 | - |
| YUV | 137.91 | 82.34 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 122 | 57 | 0 | 0.39 | 0.72 | 0.22 | 27.27 | 0.57 | 0.5 |
| Hex | C8 | 7A | 39 | 0 | 27 | 48 | 16 | 1B | 39 | 32 |
| Octal | 310 | 172 | 71 | 0 | 47 | 110 | 26 | 33 | 71 | 62 |
| Binary | 11001000 | 1111010 | 111001 | 0 | 100111 | 1001000 | 10110 | 11011 | 111001 | 110010 |
Color Harmonies of #C87A39
Complementary color
Monochromatic Colors of #C87A39
Black with #C87A39
Text Example
Text Example
White with #C87A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87A39; }
p { color: rgb(200,122,57); }
H1.HeaderClassName
{
color: #C87A39;
}
.AnyTagClassName
{
color: #C87A39;
}
</style>
background-color css
<style>
a { background-color: #C87A39; }
a { background-color: rgb(200,122,57); }
div.DivClassName
{
background-color: #C87A39;
}
.BgClassName
{
background-color: #C87A39;
}
</style>
border-color css
<style>
span { border-color: #C87A39; }
span { border-color: rgb(200,122,57); }
td.TdClassName
{
border-color: #C87A39;
}
.TagClassName
{
border-color: #C87A39;
}
</style>