Shades of Geebung #C88B26
Tints of Geebung #C88B26
RGB
CMYK
RGB Variations
Color information
#C88B26 (or 0xC88B26) is known color: Geebung. HEX triplet: C8, 8B and 26. RGB value is (200,139,38). Sum of RGB (Red+Green+Blue) = 200+139+38=377 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.05% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 38 (15.23% from 255 or 10.08% from 377); Max value from RGB is 200 - color contains mainly: red. Hex color #C88B26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88B26 is #3774D9. Grayscale: #929292. Windows color (decimal): -3634394 or 2526152. OLE color: 2526152.
HSL color Cylindrical-coordinate representation of color #C88B26: hue angle of 37.41º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C88B26 is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 139 | 38 | - |
| CMYK | 0 | 0.30 | 0.81 | 0.22 |
| HSL | 37.41º | 0.68% | 0.47% | - |
| HSV(B) | 37.41º | 0.81% | 0.78% | - |
| XYZ | 33.4 | 30.88 | 6.03 | - |
| YUV | 145.73 | 67.21 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 139 | 38 | 0 | 0.30 | 0.81 | 0.22 | 37.41 | 0.68 | 0.47 |
| Hex | C8 | 8B | 26 | 0 | 1E | 51 | 16 | 25 | 44 | 2F |
| Octal | 310 | 213 | 46 | 0 | 36 | 121 | 26 | 45 | 104 | 57 |
| Binary | 11001000 | 10001011 | 100110 | 0 | 11110 | 1010001 | 10110 | 100101 | 1000100 | 101111 |
Color Harmonies of #C88B26
Complementary color
Monochromatic Colors of #C88B26
Black with #C88B26
Text Example
Text Example
White with #C88B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88B26; }
p { color: rgb(200,139,38); }
H1.HeaderClassName
{
color: #C88B26;
}
.AnyTagClassName
{
color: #C88B26;
}
</style>
background-color css
<style>
a { background-color: #C88B26; }
a { background-color: rgb(200,139,38); }
div.DivClassName
{
background-color: #C88B26;
}
.BgClassName
{
background-color: #C88B26;
}
</style>
border-color css
<style>
span { border-color: #C88B26; }
span { border-color: rgb(200,139,38); }
td.TdClassName
{
border-color: #C88B26;
}
.TagClassName
{
border-color: #C88B26;
}
</style>