Shades of Golden Bell #C87B35
Tints of Golden Bell #C87B35
RGB
CMYK
RGB Variations
Color information
#C87B35 (or 0xC87B35) is known color: Golden Bell. HEX triplet: C8, 7B and 35. RGB value is (200,123,53). Sum of RGB (Red+Green+Blue) = 200+123+53=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 53 (21.09% from 255 or 14.10% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C87B35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87B35 is #3784CA. Grayscale: #8A8A8A. Windows color (decimal): -3638475 or 3505096. OLE color: 3505096.
HSL color Cylindrical-coordinate representation of color #C87B35: hue angle of 28.57º 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 #C87B35 is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 123 | 53 | - |
| CMYK | 0 | 0.38 | 0.74 | 0.22 |
| HSL | 28.57º | 0.58% | 0.5% | - |
| HSV(B) | 28.57º | 0.74% | 0.78% | - |
| XYZ | 31.54 | 26.7 | 6.86 | - |
| YUV | 138.04 | 80.01 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 123 | 53 | 0 | 0.38 | 0.74 | 0.22 | 28.57 | 0.58 | 0.5 |
| Hex | C8 | 7B | 35 | 0 | 26 | 4A | 16 | 1D | 3A | 32 |
| Octal | 310 | 173 | 65 | 0 | 46 | 112 | 26 | 35 | 72 | 62 |
| Binary | 11001000 | 1111011 | 110101 | 0 | 100110 | 1001010 | 10110 | 11101 | 111010 | 110010 |
Color Harmonies of #C87B35
Complementary color
Monochromatic Colors of #C87B35
Black with #C87B35
Text Example
Text Example
White with #C87B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87B35; }
p { color: rgb(200,123,53); }
H1.HeaderClassName
{
color: #C87B35;
}
.AnyTagClassName
{
color: #C87B35;
}
</style>
background-color css
<style>
a { background-color: #C87B35; }
a { background-color: rgb(200,123,53); }
div.DivClassName
{
background-color: #C87B35;
}
.BgClassName
{
background-color: #C87B35;
}
</style>
border-color css
<style>
span { border-color: #C87B35; }
span { border-color: rgb(200,123,53); }
td.TdClassName
{
border-color: #C87B35;
}
.TagClassName
{
border-color: #C87B35;
}
</style>