Shades of Golden Bell #C87D3C
Tints of Golden Bell #C87D3C
RGB
CMYK
RGB Variations
Color information
#C87D3C (or 0xC87D3C) is known color: Golden Bell. HEX triplet: C8, 7D and 3C. RGB value is (200,125,60). Sum of RGB (Red+Green+Blue) = 200+125+60=385 (50% of max value = 765). Red value is 200 (78.52% from 255 or 51.95% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 60 (23.83% from 255 or 15.58% from 385); Max value from RGB is 200 - color contains mainly: red. Hex color #C87D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87D3C is #3782C3. Grayscale: #8C8C8C. Windows color (decimal): -3637956 or 3964360. OLE color: 3964360.
HSL color Cylindrical-coordinate representation of color #C87D3C: hue angle of 27.86º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C87D3C is Cyan = 0, Magento = 0.38, Yellow = 0.7 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 125 | 60 | - |
| CMYK | 0 | 0.38 | 0.7 | 0.22 |
| HSL | 27.86º | 0.56% | 0.51% | - |
| HSV(B) | 27.86º | 0.7% | 0.78% | - |
| XYZ | 31.97 | 27.27 | 7.85 | - |
| YUV | 140.02 | 82.85 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 125 | 60 | 0 | 0.38 | 0.7 | 0.22 | 27.86 | 0.56 | 0.51 |
| Hex | C8 | 7D | 3C | 0 | 26 | 46 | 16 | 1C | 38 | 33 |
| Octal | 310 | 175 | 74 | 0 | 46 | 106 | 26 | 34 | 70 | 63 |
| Binary | 11001000 | 1111101 | 111100 | 0 | 100110 | 1000110 | 10110 | 11100 | 111000 | 110011 |
Color Harmonies of #C87D3C
Complementary color
Monochromatic Colors of #C87D3C
Black with #C87D3C
Text Example
Text Example
White with #C87D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87D3C; }
p { color: rgb(200,125,60); }
H1.HeaderClassName
{
color: #C87D3C;
}
.AnyTagClassName
{
color: #C87D3C;
}
</style>
background-color css
<style>
a { background-color: #C87D3C; }
a { background-color: rgb(200,125,60); }
div.DivClassName
{
background-color: #C87D3C;
}
.BgClassName
{
background-color: #C87D3C;
}
</style>
border-color css
<style>
span { border-color: #C87D3C; }
span { border-color: rgb(200,125,60); }
td.TdClassName
{
border-color: #C87D3C;
}
.TagClassName
{
border-color: #C87D3C;
}
</style>