Shades of Golden Bell #C87E38
Tints of Golden Bell #C87E38
RGB
CMYK
RGB Variations
Color information
#C87E38 (or 0xC87E38) is known color: Golden Bell. HEX triplet: C8, 7E and 38. RGB value is (200,126,56). Sum of RGB (Red+Green+Blue) = 200+126+56=382 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.36% from 382); Green value is 126 (49.61% from 255 or 32.98% from 382); Blue value is 56 (22.27% from 255 or 14.66% from 382); Max value from RGB is 200 - color contains mainly: red. Hex color #C87E38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87E38 is #3781C7. Grayscale: #8C8C8C. Windows color (decimal): -3637704 or 3702472. OLE color: 3702472.
HSL color Cylindrical-coordinate representation of color #C87E38: hue angle of 29.17º 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 #C87E38 is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 126 | 56 | - |
| CMYK | 0 | 0.37 | 0.72 | 0.22 |
| HSL | 29.17º | 0.57% | 0.5% | - |
| HSV(B) | 29.17º | 0.72% | 0.78% | - |
| XYZ | 31.99 | 27.49 | 7.36 | - |
| YUV | 140.15 | 80.52 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 126 | 56 | 0 | 0.37 | 0.72 | 0.22 | 29.17 | 0.57 | 0.5 |
| Hex | C8 | 7E | 38 | 0 | 25 | 48 | 16 | 1D | 39 | 32 |
| Octal | 310 | 176 | 70 | 0 | 45 | 110 | 26 | 35 | 71 | 62 |
| Binary | 11001000 | 1111110 | 111000 | 0 | 100101 | 1001000 | 10110 | 11101 | 111001 | 110010 |
Color Harmonies of #C87E38
Complementary color
Monochromatic Colors of #C87E38
Black with #C87E38
Text Example
Text Example
White with #C87E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87E38; }
p { color: rgb(200,126,56); }
H1.HeaderClassName
{
color: #C87E38;
}
.AnyTagClassName
{
color: #C87E38;
}
</style>
background-color css
<style>
a { background-color: #C87E38; }
a { background-color: rgb(200,126,56); }
div.DivClassName
{
background-color: #C87E38;
}
.BgClassName
{
background-color: #C87E38;
}
</style>
border-color css
<style>
span { border-color: #C87E38; }
span { border-color: rgb(200,126,56); }
td.TdClassName
{
border-color: #C87E38;
}
.TagClassName
{
border-color: #C87E38;
}
</style>