Shades of Golden Bell #C87C35
Tints of Golden Bell #C87C35
RGB
CMYK
RGB Variations
Color information
#C87C35 (or 0xC87C35) is known color: Golden Bell. HEX triplet: C8, 7C and 35. RGB value is (200,124,53). Sum of RGB (Red+Green+Blue) = 200+124+53=377 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.05% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 53 (21.09% from 255 or 14.06% from 377); Max value from RGB is 200 - color contains mainly: red. Hex color #C87C35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87C35 is #3783CA. Grayscale: #8A8A8A. Windows color (decimal): -3638219 or 3505352. OLE color: 3505352.
HSL color Cylindrical-coordinate representation of color #C87C35: hue angle of 28.98º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C87C35 is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 124 | 53 | - |
| CMYK | 0 | 0.38 | 0.74 | 0.22 |
| HSL | 28.98º | 0.58% | 0.5% | - |
| HSV(B) | 28.98º | 0.74% | 0.78% | - |
| XYZ | 31.67 | 26.95 | 6.9 | - |
| YUV | 138.63 | 79.68 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 124 | 53 | 0 | 0.38 | 0.74 | 0.22 | 28.98 | 0.58 | 0.5 |
| Hex | C8 | 7C | 35 | 0 | 26 | 4A | 16 | 1D | 3A | 32 |
| Octal | 310 | 174 | 65 | 0 | 46 | 112 | 26 | 35 | 72 | 62 |
| Binary | 11001000 | 1111100 | 110101 | 0 | 100110 | 1001010 | 10110 | 11101 | 111010 | 110010 |
Color Harmonies of #C87C35
Complementary color
Monochromatic Colors of #C87C35
Black with #C87C35
Text Example
Text Example
White with #C87C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87C35; }
p { color: rgb(200,124,53); }
H1.HeaderClassName
{
color: #C87C35;
}
.AnyTagClassName
{
color: #C87C35;
}
</style>
background-color css
<style>
a { background-color: #C87C35; }
a { background-color: rgb(200,124,53); }
div.DivClassName
{
background-color: #C87C35;
}
.BgClassName
{
background-color: #C87C35;
}
</style>
border-color css
<style>
span { border-color: #C87C35; }
span { border-color: rgb(200,124,53); }
td.TdClassName
{
border-color: #C87C35;
}
.TagClassName
{
border-color: #C87C35;
}
</style>