Shades of Geebung #C98424
Tints of Geebung #C98424
RGB
CMYK
RGB Variations
Color information
#C98424 (or 0xC98424) is known color: Geebung. HEX triplet: C9, 84 and 24. RGB value is (201,132,36). Sum of RGB (Red+Green+Blue) = 201+132+36=369 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.47% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 36 (14.45% from 255 or 9.76% from 369); Max value from RGB is 201 - color contains mainly: red. Hex color #C98424 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98424 is #367BDB. Grayscale: #8E8E8E. Windows color (decimal): -3570652 or 2393289. OLE color: 2393289.
HSL color Cylindrical-coordinate representation of color #C98424: hue angle of 34.91º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C98424 is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 132 | 36 | - |
| CMYK | 0 | 0.34 | 0.82 | 0.21 |
| HSL | 34.91º | 0.7% | 0.46% | - |
| HSV(B) | 34.91º | 0.82% | 0.79% | - |
| XYZ | 32.66 | 29.05 | 5.55 | - |
| YUV | 141.69 | 68.36 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 132 | 36 | 0 | 0.34 | 0.82 | 0.21 | 34.91 | 0.7 | 0.46 |
| Hex | C9 | 84 | 24 | 0 | 22 | 52 | 15 | 23 | 46 | 2E |
| Octal | 311 | 204 | 44 | 0 | 42 | 122 | 25 | 43 | 106 | 56 |
| Binary | 11001001 | 10000100 | 100100 | 0 | 100010 | 1010010 | 10101 | 100011 | 1000110 | 101110 |
Color Harmonies of #C98424
Complementary color
Monochromatic Colors of #C98424
Black with #C98424
Text Example
Text Example
White with #C98424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98424; }
p { color: rgb(201,132,36); }
H1.HeaderClassName
{
color: #C98424;
}
.AnyTagClassName
{
color: #C98424;
}
</style>
background-color css
<style>
a { background-color: #C98424; }
a { background-color: rgb(201,132,36); }
div.DivClassName
{
background-color: #C98424;
}
.BgClassName
{
background-color: #C98424;
}
</style>
border-color css
<style>
span { border-color: #C98424; }
span { border-color: rgb(201,132,36); }
td.TdClassName
{
border-color: #C98424;
}
.TagClassName
{
border-color: #C98424;
}
</style>