Shades of Geebung #C88927
Tints of Geebung #C88927
RGB
CMYK
RGB Variations
Color information
#C88927 (or 0xC88927) is known color: Geebung. HEX triplet: C8, 89 and 27. RGB value is (200,137,39). Sum of RGB (Red+Green+Blue) = 200+137+39=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 39 (15.62% from 255 or 10.37% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C88927 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88927 is #3776D8. Grayscale: #919191. Windows color (decimal): -3634905 or 2591176. OLE color: 2591176.
HSL color Cylindrical-coordinate representation of color #C88927: hue angle of 36.52º degrees, saturation: 0.67, 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 #C88927 is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 137 | 39 | - |
| CMYK | 0 | 0.32 | 0.80 | 0.22 |
| HSL | 36.52º | 0.67% | 0.47% | - |
| HSV(B) | 36.52º | 0.81% | 0.78% | - |
| XYZ | 33.13 | 30.32 | 6.03 | - |
| YUV | 144.67 | 68.37 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 137 | 39 | 0 | 0.32 | 0.80 | 0.22 | 36.52 | 0.67 | 0.47 |
| Hex | C8 | 89 | 27 | 0 | 20 | 50 | 16 | 25 | 43 | 2F |
| Octal | 310 | 211 | 47 | 0 | 40 | 120 | 26 | 45 | 103 | 57 |
| Binary | 11001000 | 10001001 | 100111 | 0 | 100000 | 1010000 | 10110 | 100101 | 1000011 | 101111 |
Color Harmonies of #C88927
Complementary color
Monochromatic Colors of #C88927
Black with #C88927
Text Example
Text Example
White with #C88927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88927; }
p { color: rgb(200,137,39); }
H1.HeaderClassName
{
color: #C88927;
}
.AnyTagClassName
{
color: #C88927;
}
</style>
background-color css
<style>
a { background-color: #C88927; }
a { background-color: rgb(200,137,39); }
div.DivClassName
{
background-color: #C88927;
}
.BgClassName
{
background-color: #C88927;
}
</style>
border-color css
<style>
span { border-color: #C88927; }
span { border-color: rgb(200,137,39); }
td.TdClassName
{
border-color: #C88927;
}
.TagClassName
{
border-color: #C88927;
}
</style>