Shades of Geebung #C88729
Tints of Geebung #C88729
RGB
CMYK
RGB Variations
Color information
#C88729 (or 0xC88729) is known color: Geebung. HEX triplet: C8, 87 and 29. RGB value is (200,135,41). Sum of RGB (Red+Green+Blue) = 200+135+41=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 135 (53.12% from 255 or 35.90% from 376); Blue value is 41 (16.41% from 255 or 10.90% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C88729 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88729 is #3778D6. Grayscale: #909090. Windows color (decimal): -3635415 or 2721736. OLE color: 2721736.
HSL color Cylindrical-coordinate representation of color #C88729: hue angle of 35.47º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C88729 is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 135 | 41 | - |
| CMYK | 0 | 0.32 | 0.80 | 0.22 |
| HSL | 35.47º | 0.66% | 0.47% | - |
| HSV(B) | 35.47º | 0.8% | 0.78% | - |
| XYZ | 32.88 | 29.77 | 6.11 | - |
| YUV | 143.72 | 70.03 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 135 | 41 | 0 | 0.32 | 0.80 | 0.22 | 35.47 | 0.66 | 0.47 |
| Hex | C8 | 87 | 29 | 0 | 20 | 50 | 16 | 23 | 42 | 2F |
| Octal | 310 | 207 | 51 | 0 | 40 | 120 | 26 | 43 | 102 | 57 |
| Binary | 11001000 | 10000111 | 101001 | 0 | 100000 | 1010000 | 10110 | 100011 | 1000010 | 101111 |
Color Harmonies of #C88729
Complementary color
Monochromatic Colors of #C88729
Black with #C88729
Text Example
Text Example
White with #C88729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88729; }
p { color: rgb(200,135,41); }
H1.HeaderClassName
{
color: #C88729;
}
.AnyTagClassName
{
color: #C88729;
}
</style>
background-color css
<style>
a { background-color: #C88729; }
a { background-color: rgb(200,135,41); }
div.DivClassName
{
background-color: #C88729;
}
.BgClassName
{
background-color: #C88729;
}
</style>
border-color css
<style>
span { border-color: #C88729; }
span { border-color: rgb(200,135,41); }
td.TdClassName
{
border-color: #C88729;
}
.TagClassName
{
border-color: #C88729;
}
</style>