Shades of Geebung #C88621
Tints of Geebung #C88621
RGB
CMYK
RGB Variations
Color information
#C88621 (or 0xC88621) is known color: Geebung. HEX triplet: C8, 86 and 21. RGB value is (200,134,33). Sum of RGB (Red+Green+Blue) = 200+134+33=367 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.50% from 367); Green value is 134 (52.73% from 255 or 36.51% from 367); Blue value is 33 (13.28% from 255 or 8.99% from 367); Max value from RGB is 200 - color contains mainly: red. Hex color #C88621 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88621 is #3779DE. Grayscale: #8E8E8E. Windows color (decimal): -3635679 or 2197192. OLE color: 2197192.
HSL color Cylindrical-coordinate representation of color #C88621: hue angle of 36.29º 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 #C88621 is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 134 | 33 | - |
| CMYK | 0 | 0.33 | 0.84 | 0.22 |
| HSL | 36.29º | 0.72% | 0.46% | - |
| HSV(B) | 36.29º | 0.84% | 0.78% | - |
| XYZ | 32.62 | 29.44 | 5.4 | - |
| YUV | 142.22 | 66.37 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 134 | 33 | 0 | 0.33 | 0.84 | 0.22 | 36.29 | 0.72 | 0.46 |
| Hex | C8 | 86 | 21 | 0 | 21 | 54 | 16 | 24 | 48 | 2E |
| Octal | 310 | 206 | 41 | 0 | 41 | 124 | 26 | 44 | 110 | 56 |
| Binary | 11001000 | 10000110 | 100001 | 0 | 100001 | 1010100 | 10110 | 100100 | 1001000 | 101110 |
Color Harmonies of #C88621
Complementary color
Monochromatic Colors of #C88621
Black with #C88621
Text Example
Text Example
White with #C88621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88621; }
p { color: rgb(200,134,33); }
H1.HeaderClassName
{
color: #C88621;
}
.AnyTagClassName
{
color: #C88621;
}
</style>
background-color css
<style>
a { background-color: #C88621; }
a { background-color: rgb(200,134,33); }
div.DivClassName
{
background-color: #C88621;
}
.BgClassName
{
background-color: #C88621;
}
</style>
border-color css
<style>
span { border-color: #C88621; }
span { border-color: rgb(200,134,33); }
td.TdClassName
{
border-color: #C88621;
}
.TagClassName
{
border-color: #C88621;
}
</style>