Shades of Geebung #C88532
Tints of Geebung #C88532
RGB
CMYK
RGB Variations
Color information
#C88532 (or 0xC88532) is known color: Geebung. HEX triplet: C8, 85 and 32. RGB value is (200,133,50). Sum of RGB (Red+Green+Blue) = 200+133+50=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 50 (19.92% from 255 or 13.05% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C88532 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88532 is #377ACD. Grayscale: #8F8F8F. Windows color (decimal): -3635918 or 3311048. OLE color: 3311048.
HSL color Cylindrical-coordinate representation of color #C88532: hue angle of 33.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 #C88532 is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 133 | 50 | - |
| CMYK | 0 | 0.34 | 0.75 | 0.22 |
| HSL | 33.2º | 0.6% | 0.49% | - |
| HSV(B) | 33.2º | 0.75% | 0.78% | - |
| XYZ | 32.78 | 29.28 | 6.94 | - |
| YUV | 143.57 | 75.2 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 133 | 50 | 0 | 0.34 | 0.75 | 0.22 | 33.2 | 0.6 | 0.49 |
| Hex | C8 | 85 | 32 | 0 | 22 | 4B | 16 | 21 | 3C | 31 |
| Octal | 310 | 205 | 62 | 0 | 42 | 113 | 26 | 41 | 74 | 61 |
| Binary | 11001000 | 10000101 | 110010 | 0 | 100010 | 1001011 | 10110 | 100001 | 111100 | 110001 |
Color Harmonies of #C88532
Complementary color
Monochromatic Colors of #C88532
Black with #C88532
Text Example
Text Example
White with #C88532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88532; }
p { color: rgb(200,133,50); }
H1.HeaderClassName
{
color: #C88532;
}
.AnyTagClassName
{
color: #C88532;
}
</style>
background-color css
<style>
a { background-color: #C88532; }
a { background-color: rgb(200,133,50); }
div.DivClassName
{
background-color: #C88532;
}
.BgClassName
{
background-color: #C88532;
}
</style>
border-color css
<style>
span { border-color: #C88532; }
span { border-color: rgb(200,133,50); }
td.TdClassName
{
border-color: #C88532;
}
.TagClassName
{
border-color: #C88532;
}
</style>