Shades of Geebung #C88231
Tints of Geebung #C88231
RGB
CMYK
RGB Variations
Color information
#C88231 (or 0xC88231) is known color: Geebung. HEX triplet: C8, 82 and 31. RGB value is (200,130,49). Sum of RGB (Red+Green+Blue) = 200+130+49=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 49 (19.53% from 255 or 12.93% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C88231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88231 is #377DCE. Grayscale: #8E8E8E. Windows color (decimal): -3636687 or 3244744. OLE color: 3244744.
HSL color Cylindrical-coordinate representation of color #C88231: hue angle of 32.19º degrees, saturation: 0.61, 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 #C88231 is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 130 | 49 | - |
| CMYK | 0 | 0.35 | 0.76 | 0.22 |
| HSL | 32.19º | 0.61% | 0.49% | - |
| HSV(B) | 32.19º | 0.76% | 0.78% | - |
| XYZ | 32.36 | 28.47 | 6.69 | - |
| YUV | 141.7 | 75.69 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 130 | 49 | 0 | 0.35 | 0.76 | 0.22 | 32.19 | 0.61 | 0.49 |
| Hex | C8 | 82 | 31 | 0 | 23 | 4C | 16 | 20 | 3D | 31 |
| Octal | 310 | 202 | 61 | 0 | 43 | 114 | 26 | 40 | 75 | 61 |
| Binary | 11001000 | 10000010 | 110001 | 0 | 100011 | 1001100 | 10110 | 100000 | 111101 | 110001 |
Color Harmonies of #C88231
Complementary color
Monochromatic Colors of #C88231
Black with #C88231
Text Example
Text Example
White with #C88231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88231; }
p { color: rgb(200,130,49); }
H1.HeaderClassName
{
color: #C88231;
}
.AnyTagClassName
{
color: #C88231;
}
</style>
background-color css
<style>
a { background-color: #C88231; }
a { background-color: rgb(200,130,49); }
div.DivClassName
{
background-color: #C88231;
}
.BgClassName
{
background-color: #C88231;
}
</style>
border-color css
<style>
span { border-color: #C88231; }
span { border-color: rgb(200,130,49); }
td.TdClassName
{
border-color: #C88231;
}
.TagClassName
{
border-color: #C88231;
}
</style>