Shades of Geebung #C88520
Tints of Geebung #C88520
RGB
CMYK
RGB Variations
Color information
#C88520 (or 0xC88520) is known color: Geebung. HEX triplet: C8, 85 and 20. RGB value is (200,133,32). Sum of RGB (Red+Green+Blue) = 200+133+32=365 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.79% from 365); Green value is 133 (52.34% from 255 or 36.44% from 365); Blue value is 32 (12.89% from 255 or 8.77% from 365); Max value from RGB is 200 - color contains mainly: red. Hex color #C88520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88520 is #377ADF. Grayscale: #8D8D8D. Windows color (decimal): -3635936 or 2131400. OLE color: 2131400.
HSL color Cylindrical-coordinate representation of color #C88520: hue angle of 36.07º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C88520 is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 133 | 32 | - |
| CMYK | 0 | 0.34 | 0.84 | 0.22 |
| HSL | 36.07º | 0.72% | 0.45% | - |
| HSV(B) | 36.07º | 0.84% | 0.78% | - |
| XYZ | 32.47 | 29.16 | 5.28 | - |
| YUV | 141.52 | 66.2 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 133 | 32 | 0 | 0.34 | 0.84 | 0.22 | 36.07 | 0.72 | 0.45 |
| Hex | C8 | 85 | 20 | 0 | 22 | 54 | 16 | 24 | 48 | 2D |
| Octal | 310 | 205 | 40 | 0 | 42 | 124 | 26 | 44 | 110 | 55 |
| Binary | 11001000 | 10000101 | 100000 | 0 | 100010 | 1010100 | 10110 | 100100 | 1001000 | 101101 |
Color Harmonies of #C88520
Complementary color
Monochromatic Colors of #C88520
Black with #C88520
Text Example
Text Example
White with #C88520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88520; }
p { color: rgb(200,133,32); }
H1.HeaderClassName
{
color: #C88520;
}
.AnyTagClassName
{
color: #C88520;
}
</style>
background-color css
<style>
a { background-color: #C88520; }
a { background-color: rgb(200,133,32); }
div.DivClassName
{
background-color: #C88520;
}
.BgClassName
{
background-color: #C88520;
}
</style>
border-color css
<style>
span { border-color: #C88520; }
span { border-color: rgb(200,133,32); }
td.TdClassName
{
border-color: #C88520;
}
.TagClassName
{
border-color: #C88520;
}
</style>