Shades of Geebung #C88A29
Tints of Geebung #C88A29
RGB
CMYK
RGB Variations
Color information
#C88A29 (or 0xC88A29) is known color: Geebung. HEX triplet: C8, 8A and 29. RGB value is (200,138,41). Sum of RGB (Red+Green+Blue) = 200+138+41=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 138 (54.30% from 255 or 36.41% from 379); Blue value is 41 (16.41% from 255 or 10.82% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C88A29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88A29 is #3775D6. Grayscale: #919191. Windows color (decimal): -3634647 or 2722504. OLE color: 2722504.
HSL color Cylindrical-coordinate representation of color #C88A29: hue angle of 36.6º 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 #C88A29 is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 138 | 41 | - |
| CMYK | 0 | 0.31 | 0.80 | 0.22 |
| HSL | 36.6º | 0.66% | 0.47% | - |
| HSV(B) | 36.6º | 0.8% | 0.78% | - |
| XYZ | 33.31 | 30.62 | 6.25 | - |
| YUV | 145.48 | 69.04 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 138 | 41 | 0 | 0.31 | 0.80 | 0.22 | 36.6 | 0.66 | 0.47 |
| Hex | C8 | 8A | 29 | 0 | 1F | 50 | 16 | 25 | 42 | 2F |
| Octal | 310 | 212 | 51 | 0 | 37 | 120 | 26 | 45 | 102 | 57 |
| Binary | 11001000 | 10001010 | 101001 | 0 | 11111 | 1010000 | 10110 | 100101 | 1000010 | 101111 |
Color Harmonies of #C88A29
Complementary color
Monochromatic Colors of #C88A29
Black with #C88A29
Text Example
Text Example
White with #C88A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88A29; }
p { color: rgb(200,138,41); }
H1.HeaderClassName
{
color: #C88A29;
}
.AnyTagClassName
{
color: #C88A29;
}
</style>
background-color css
<style>
a { background-color: #C88A29; }
a { background-color: rgb(200,138,41); }
div.DivClassName
{
background-color: #C88A29;
}
.BgClassName
{
background-color: #C88A29;
}
</style>
border-color css
<style>
span { border-color: #C88A29; }
span { border-color: rgb(200,138,41); }
td.TdClassName
{
border-color: #C88A29;
}
.TagClassName
{
border-color: #C88A29;
}
</style>