Shades of Golden Bell #C87F32
Tints of Golden Bell #C87F32
RGB
CMYK
RGB Variations
Color information
#C87F32 (or 0xC87F32) is known color: Golden Bell. HEX triplet: C8, 7F and 32. RGB value is (200,127,50). Sum of RGB (Red+Green+Blue) = 200+127+50=377 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.05% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 50 (19.92% from 255 or 13.26% from 377); Max value from RGB is 200 - color contains mainly: red. Hex color #C87F32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87F32 is #3780CD. Grayscale: #8C8C8C. Windows color (decimal): -3637454 or 3309512. OLE color: 3309512.
HSL color Cylindrical-coordinate representation of color #C87F32: hue angle of 30.8º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C87F32 is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 127 | 50 | - |
| CMYK | 0 | 0.36 | 0.75 | 0.22 |
| HSL | 30.8º | 0.6% | 0.49% | - |
| HSV(B) | 30.8º | 0.75% | 0.78% | - |
| XYZ | 31.98 | 27.69 | 6.68 | - |
| YUV | 140.05 | 77.18 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 127 | 50 | 0 | 0.36 | 0.75 | 0.22 | 30.8 | 0.6 | 0.49 |
| Hex | C8 | 7F | 32 | 0 | 24 | 4B | 16 | 1F | 3C | 31 |
| Octal | 310 | 177 | 62 | 0 | 44 | 113 | 26 | 37 | 74 | 61 |
| Binary | 11001000 | 1111111 | 110010 | 0 | 100100 | 1001011 | 10110 | 11111 | 111100 | 110001 |
Color Harmonies of #C87F32
Complementary color
Monochromatic Colors of #C87F32
Black with #C87F32
Text Example
Text Example
White with #C87F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87F32; }
p { color: rgb(200,127,50); }
H1.HeaderClassName
{
color: #C87F32;
}
.AnyTagClassName
{
color: #C87F32;
}
</style>
background-color css
<style>
a { background-color: #C87F32; }
a { background-color: rgb(200,127,50); }
div.DivClassName
{
background-color: #C87F32;
}
.BgClassName
{
background-color: #C87F32;
}
</style>
border-color css
<style>
span { border-color: #C87F32; }
span { border-color: rgb(200,127,50); }
td.TdClassName
{
border-color: #C87F32;
}
.TagClassName
{
border-color: #C87F32;
}
</style>