Shades of Geebung #C88821
Tints of Geebung #C88821
RGB
CMYK
RGB Variations
Color information
#C88821 (or 0xC88821) is known color: Geebung. HEX triplet: C8, 88 and 21. RGB value is (200,136,33). Sum of RGB (Red+Green+Blue) = 200+136+33=369 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.20% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 33 (13.28% from 255 or 8.94% from 369); Max value from RGB is 200 - color contains mainly: red. Hex color #C88821 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88821 is #3777DE. Grayscale: #8F8F8F. Windows color (decimal): -3635167 or 2197704. OLE color: 2197704.
HSL color Cylindrical-coordinate representation of color #C88821: hue angle of 37.01º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C88821 is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 136 | 33 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.22 |
| HSL | 37.01º | 0.72% | 0.46% | - |
| HSV(B) | 37.01º | 0.84% | 0.78% | - |
| XYZ | 32.9 | 30 | 5.5 | - |
| YUV | 143.39 | 65.7 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 136 | 33 | 0 | 0.32 | 0.84 | 0.22 | 37.01 | 0.72 | 0.46 |
| Hex | C8 | 88 | 21 | 0 | 20 | 54 | 16 | 25 | 48 | 2E |
| Octal | 310 | 210 | 41 | 0 | 40 | 124 | 26 | 45 | 110 | 56 |
| Binary | 11001000 | 10001000 | 100001 | 0 | 100000 | 1010100 | 10110 | 100101 | 1001000 | 101110 |
Color Harmonies of #C88821
Complementary color
Monochromatic Colors of #C88821
Black with #C88821
Text Example
Text Example
White with #C88821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88821; }
p { color: rgb(200,136,33); }
H1.HeaderClassName
{
color: #C88821;
}
.AnyTagClassName
{
color: #C88821;
}
</style>
background-color css
<style>
a { background-color: #C88821; }
a { background-color: rgb(200,136,33); }
div.DivClassName
{
background-color: #C88821;
}
.BgClassName
{
background-color: #C88821;
}
</style>
border-color css
<style>
span { border-color: #C88821; }
span { border-color: rgb(200,136,33); }
td.TdClassName
{
border-color: #C88821;
}
.TagClassName
{
border-color: #C88821;
}
</style>