Shades of Geebung #C88424
Tints of Geebung #C88424
RGB
CMYK
RGB Variations
Color information
#C88424 (or 0xC88424) is known color: Geebung. HEX triplet: C8, 84 and 24. RGB value is (200,132,36). Sum of RGB (Red+Green+Blue) = 200+132+36=368 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.35% from 368); Green value is 132 (51.95% from 255 or 35.87% from 368); Blue value is 36 (14.45% from 255 or 9.78% from 368); Max value from RGB is 200 - color contains mainly: red. Hex color #C88424 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88424 is #377BDB. Grayscale: #8D8D8D. Windows color (decimal): -3636188 or 2393288. OLE color: 2393288.
HSL color Cylindrical-coordinate representation of color #C88424: hue angle of 35.12º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C88424 is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 132 | 36 | - |
| CMYK | 0 | 0.34 | 0.82 | 0.22 |
| HSL | 35.12º | 0.69% | 0.46% | - |
| HSV(B) | 35.12º | 0.82% | 0.78% | - |
| XYZ | 32.39 | 28.91 | 5.54 | - |
| YUV | 141.39 | 68.53 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 132 | 36 | 0 | 0.34 | 0.82 | 0.22 | 35.12 | 0.69 | 0.46 |
| Hex | C8 | 84 | 24 | 0 | 22 | 52 | 16 | 23 | 45 | 2E |
| Octal | 310 | 204 | 44 | 0 | 42 | 122 | 26 | 43 | 105 | 56 |
| Binary | 11001000 | 10000100 | 100100 | 0 | 100010 | 1010010 | 10110 | 100011 | 1000101 | 101110 |
Color Harmonies of #C88424
Complementary color
Monochromatic Colors of #C88424
Black with #C88424
Text Example
Text Example
White with #C88424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88424; }
p { color: rgb(200,132,36); }
H1.HeaderClassName
{
color: #C88424;
}
.AnyTagClassName
{
color: #C88424;
}
</style>
background-color css
<style>
a { background-color: #C88424; }
a { background-color: rgb(200,132,36); }
div.DivClassName
{
background-color: #C88424;
}
.BgClassName
{
background-color: #C88424;
}
</style>
border-color css
<style>
span { border-color: #C88424; }
span { border-color: rgb(200,132,36); }
td.TdClassName
{
border-color: #C88424;
}
.TagClassName
{
border-color: #C88424;
}
</style>