Shades of Geebung #C88925
Tints of Geebung #C88925
RGB
CMYK
RGB Variations
Color information
#C88925 (or 0xC88925) is known color: Geebung. HEX triplet: C8, 89 and 25. RGB value is (200,137,37). Sum of RGB (Red+Green+Blue) = 200+137+37=374 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.48% from 374); Green value is 137 (53.91% from 255 or 36.63% from 374); Blue value is 37 (14.84% from 255 or 9.89% from 374); Max value from RGB is 200 - color contains mainly: red. Hex color #C88925 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88925 is #3776DA. Grayscale: #909090. Windows color (decimal): -3634907 or 2460104. OLE color: 2460104.
HSL color Cylindrical-coordinate representation of color #C88925: hue angle of 36.81º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C88925 is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 137 | 37 | - |
| CMYK | 0 | 0.32 | 0.82 | 0.22 |
| HSL | 36.81º | 0.69% | 0.46% | - |
| HSV(B) | 36.81º | 0.82% | 0.78% | - |
| XYZ | 33.1 | 30.3 | 5.86 | - |
| YUV | 144.44 | 67.37 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 137 | 37 | 0 | 0.32 | 0.82 | 0.22 | 36.81 | 0.69 | 0.46 |
| Hex | C8 | 89 | 25 | 0 | 20 | 52 | 16 | 25 | 45 | 2E |
| Octal | 310 | 211 | 45 | 0 | 40 | 122 | 26 | 45 | 105 | 56 |
| Binary | 11001000 | 10001001 | 100101 | 0 | 100000 | 1010010 | 10110 | 100101 | 1000101 | 101110 |
Color Harmonies of #C88925
Complementary color
Monochromatic Colors of #C88925
Black with #C88925
Text Example
Text Example
White with #C88925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88925; }
p { color: rgb(200,137,37); }
H1.HeaderClassName
{
color: #C88925;
}
.AnyTagClassName
{
color: #C88925;
}
</style>
background-color css
<style>
a { background-color: #C88925; }
a { background-color: rgb(200,137,37); }
div.DivClassName
{
background-color: #C88925;
}
.BgClassName
{
background-color: #C88925;
}
</style>
border-color css
<style>
span { border-color: #C88925; }
span { border-color: rgb(200,137,37); }
td.TdClassName
{
border-color: #C88925;
}
.TagClassName
{
border-color: #C88925;
}
</style>