Shades of Golden Bell #C88032
Tints of Golden Bell #C88032
RGB
CMYK
RGB Variations
Color information
#C88032 (or 0xC88032) is known color: Golden Bell. HEX triplet: C8, 80 and 32. RGB value is (200,128,50). Sum of RGB (Red+Green+Blue) = 200+128+50=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 50 (19.92% from 255 or 13.23% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C88032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88032 is #377FCD. Grayscale: #8D8D8D. Windows color (decimal): -3637198 or 3309768. OLE color: 3309768.
HSL color Cylindrical-coordinate representation of color #C88032: hue angle of 31.2º 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 #C88032 is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 128 | 50 | - |
| CMYK | 0 | 0.36 | 0.75 | 0.22 |
| HSL | 31.2º | 0.6% | 0.49% | - |
| HSV(B) | 31.2º | 0.75% | 0.78% | - |
| XYZ | 32.11 | 27.95 | 6.72 | - |
| YUV | 140.64 | 76.85 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 128 | 50 | 0 | 0.36 | 0.75 | 0.22 | 31.2 | 0.6 | 0.49 |
| Hex | C8 | 80 | 32 | 0 | 24 | 4B | 16 | 1F | 3C | 31 |
| Octal | 310 | 200 | 62 | 0 | 44 | 113 | 26 | 37 | 74 | 61 |
| Binary | 11001000 | 10000000 | 110010 | 0 | 100100 | 1001011 | 10110 | 11111 | 111100 | 110001 |
Color Harmonies of #C88032
Complementary color
Monochromatic Colors of #C88032
Black with #C88032
Text Example
Text Example
White with #C88032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88032; }
p { color: rgb(200,128,50); }
H1.HeaderClassName
{
color: #C88032;
}
.AnyTagClassName
{
color: #C88032;
}
</style>
background-color css
<style>
a { background-color: #C88032; }
a { background-color: rgb(200,128,50); }
div.DivClassName
{
background-color: #C88032;
}
.BgClassName
{
background-color: #C88032;
}
</style>
border-color css
<style>
span { border-color: #C88032; }
span { border-color: rgb(200,128,50); }
td.TdClassName
{
border-color: #C88032;
}
.TagClassName
{
border-color: #C88032;
}
</style>