Shades of Geebung #C98928
Tints of Geebung #C98928
RGB
CMYK
RGB Variations
Color information
#C98928 (or 0xC98928) is known color: Geebung. HEX triplet: C9, 89 and 28. RGB value is (201,137,40). Sum of RGB (Red+Green+Blue) = 201+137+40=378 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.17% from 378); Green value is 137 (53.91% from 255 or 36.24% from 378); Blue value is 40 (16.02% from 255 or 10.58% from 378); Max value from RGB is 201 - color contains mainly: red. Hex color #C98928 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98928 is #3676D7. Grayscale: #919191. Windows color (decimal): -3569368 or 2656713. OLE color: 2656713.
HSL color Cylindrical-coordinate representation of color #C98928: hue angle of 36.15º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C98928 is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 137 | 40 | - |
| CMYK | 0 | 0.32 | 0.80 | 0.21 |
| HSL | 36.15º | 0.67% | 0.47% | - |
| HSV(B) | 36.15º | 0.8% | 0.79% | - |
| XYZ | 33.42 | 30.46 | 6.13 | - |
| YUV | 145.08 | 68.7 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 137 | 40 | 0 | 0.32 | 0.80 | 0.21 | 36.15 | 0.67 | 0.47 |
| Hex | C9 | 89 | 28 | 0 | 20 | 50 | 15 | 24 | 43 | 2F |
| Octal | 311 | 211 | 50 | 0 | 40 | 120 | 25 | 44 | 103 | 57 |
| Binary | 11001001 | 10001001 | 101000 | 0 | 100000 | 1010000 | 10101 | 100100 | 1000011 | 101111 |
Color Harmonies of #C98928
Complementary color
Monochromatic Colors of #C98928
Black with #C98928
Text Example
Text Example
White with #C98928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98928; }
p { color: rgb(201,137,40); }
H1.HeaderClassName
{
color: #C98928;
}
.AnyTagClassName
{
color: #C98928;
}
</style>
background-color css
<style>
a { background-color: #C98928; }
a { background-color: rgb(201,137,40); }
div.DivClassName
{
background-color: #C98928;
}
.BgClassName
{
background-color: #C98928;
}
</style>
border-color css
<style>
span { border-color: #C98928; }
span { border-color: rgb(201,137,40); }
td.TdClassName
{
border-color: #C98928;
}
.TagClassName
{
border-color: #C98928;
}
</style>