Shades of Geebung #C88531
Tints of Geebung #C88531
RGB
CMYK
RGB Variations
Color information
#C88531 (or 0xC88531) is known color: Geebung. HEX triplet: C8, 85 and 31. RGB value is (200,133,49). Sum of RGB (Red+Green+Blue) = 200+133+49=382 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.36% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 49 (19.53% from 255 or 12.83% from 382); Max value from RGB is 200 - color contains mainly: red. Hex color #C88531 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88531 is #377ACE. Grayscale: #8F8F8F. Windows color (decimal): -3635919 or 3245512. OLE color: 3245512.
HSL color Cylindrical-coordinate representation of color #C88531: hue angle of 33.38º 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 #C88531 is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 133 | 49 | - |
| CMYK | 0 | 0.34 | 0.76 | 0.22 |
| HSL | 33.38º | 0.61% | 0.49% | - |
| HSV(B) | 33.38º | 0.76% | 0.78% | - |
| XYZ | 32.76 | 29.28 | 6.83 | - |
| YUV | 143.46 | 74.7 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 133 | 49 | 0 | 0.34 | 0.76 | 0.22 | 33.38 | 0.61 | 0.49 |
| Hex | C8 | 85 | 31 | 0 | 22 | 4C | 16 | 21 | 3D | 31 |
| Octal | 310 | 205 | 61 | 0 | 42 | 114 | 26 | 41 | 75 | 61 |
| Binary | 11001000 | 10000101 | 110001 | 0 | 100010 | 1001100 | 10110 | 100001 | 111101 | 110001 |
Color Harmonies of #C88531
Complementary color
Monochromatic Colors of #C88531
Black with #C88531
Text Example
Text Example
White with #C88531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88531; }
p { color: rgb(200,133,49); }
H1.HeaderClassName
{
color: #C88531;
}
.AnyTagClassName
{
color: #C88531;
}
</style>
background-color css
<style>
a { background-color: #C88531; }
a { background-color: rgb(200,133,49); }
div.DivClassName
{
background-color: #C88531;
}
.BgClassName
{
background-color: #C88531;
}
</style>
border-color css
<style>
span { border-color: #C88531; }
span { border-color: rgb(200,133,49); }
td.TdClassName
{
border-color: #C88531;
}
.TagClassName
{
border-color: #C88531;
}
</style>