Shades of Geebung #C88629
Tints of Geebung #C88629
RGB
CMYK
RGB Variations
Color information
#C88629 (or 0xC88629) is known color: Geebung. HEX triplet: C8, 86 and 29. RGB value is (200,134,41). Sum of RGB (Red+Green+Blue) = 200+134+41=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 41 (16.41% from 255 or 10.93% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C88629 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88629 is #3779D6. Grayscale: #8F8F8F. Windows color (decimal): -3635671 or 2721480. OLE color: 2721480.
HSL color Cylindrical-coordinate representation of color #C88629: hue angle of 35.09º 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 #C88629 is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 134 | 41 | - |
| CMYK | 0 | 0.33 | 0.80 | 0.22 |
| HSL | 35.09º | 0.66% | 0.47% | - |
| HSV(B) | 35.09º | 0.8% | 0.78% | - |
| XYZ | 32.74 | 29.49 | 6.06 | - |
| YUV | 143.13 | 70.37 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 134 | 41 | 0 | 0.33 | 0.80 | 0.22 | 35.09 | 0.66 | 0.47 |
| Hex | C8 | 86 | 29 | 0 | 21 | 50 | 16 | 23 | 42 | 2F |
| Octal | 310 | 206 | 51 | 0 | 41 | 120 | 26 | 43 | 102 | 57 |
| Binary | 11001000 | 10000110 | 101001 | 0 | 100001 | 1010000 | 10110 | 100011 | 1000010 | 101111 |
Color Harmonies of #C88629
Complementary color
Monochromatic Colors of #C88629
Black with #C88629
Text Example
Text Example
White with #C88629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88629; }
p { color: rgb(200,134,41); }
H1.HeaderClassName
{
color: #C88629;
}
.AnyTagClassName
{
color: #C88629;
}
</style>
background-color css
<style>
a { background-color: #C88629; }
a { background-color: rgb(200,134,41); }
div.DivClassName
{
background-color: #C88629;
}
.BgClassName
{
background-color: #C88629;
}
</style>
border-color css
<style>
span { border-color: #C88629; }
span { border-color: rgb(200,134,41); }
td.TdClassName
{
border-color: #C88629;
}
.TagClassName
{
border-color: #C88629;
}
</style>