Shades of Golden Bell #C87D36
Tints of Golden Bell #C87D36
RGB
CMYK
RGB Variations
Color information
#C87D36 (or 0xC87D36) is known color: Golden Bell. HEX triplet: C8, 7D and 36. RGB value is (200,125,54). Sum of RGB (Red+Green+Blue) = 200+125+54=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 54 (21.48% from 255 or 14.25% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C87D36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87D36 is #3782C9. Grayscale: #8B8B8B. Windows color (decimal): -3637962 or 3571144. OLE color: 3571144.
HSL color Cylindrical-coordinate representation of color #C87D36: hue angle of 29.18º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C87D36 is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 125 | 54 | - |
| CMYK | 0 | 0.38 | 0.73 | 0.22 |
| HSL | 29.18º | 0.57% | 0.5% | - |
| HSV(B) | 29.18º | 0.73% | 0.78% | - |
| XYZ | 31.82 | 27.21 | 7.07 | - |
| YUV | 139.33 | 79.85 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 125 | 54 | 0 | 0.38 | 0.73 | 0.22 | 29.18 | 0.57 | 0.5 |
| Hex | C8 | 7D | 36 | 0 | 26 | 49 | 16 | 1D | 39 | 32 |
| Octal | 310 | 175 | 66 | 0 | 46 | 111 | 26 | 35 | 71 | 62 |
| Binary | 11001000 | 1111101 | 110110 | 0 | 100110 | 1001001 | 10110 | 11101 | 111001 | 110010 |
Color Harmonies of #C87D36
Complementary color
Monochromatic Colors of #C87D36
Black with #C87D36
Text Example
Text Example
White with #C87D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87D36; }
p { color: rgb(200,125,54); }
H1.HeaderClassName
{
color: #C87D36;
}
.AnyTagClassName
{
color: #C87D36;
}
</style>
background-color css
<style>
a { background-color: #C87D36; }
a { background-color: rgb(200,125,54); }
div.DivClassName
{
background-color: #C87D36;
}
.BgClassName
{
background-color: #C87D36;
}
</style>
border-color css
<style>
span { border-color: #C87D36; }
span { border-color: rgb(200,125,54); }
td.TdClassName
{
border-color: #C87D36;
}
.TagClassName
{
border-color: #C87D36;
}
</style>