Shades of Geebung #C98324
Tints of Geebung #C98324
RGB
CMYK
RGB Variations
Color information
#C98324 (or 0xC98324) is known color: Geebung. HEX triplet: C9, 83 and 24. RGB value is (201,131,36). Sum of RGB (Red+Green+Blue) = 201+131+36=368 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.62% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 36 (14.45% from 255 or 9.78% from 368); Max value from RGB is 201 - color contains mainly: red. Hex color #C98324 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98324 is #367CDB. Grayscale: #8D8D8D. Windows color (decimal): -3570908 or 2393033. OLE color: 2393033.
HSL color Cylindrical-coordinate representation of color #C98324: hue angle of 34.55º 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 #C98324 is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 131 | 36 | - |
| CMYK | 0 | 0.35 | 0.82 | 0.21 |
| HSL | 34.55º | 0.7% | 0.46% | - |
| HSV(B) | 34.55º | 0.82% | 0.79% | - |
| XYZ | 32.52 | 28.78 | 5.51 | - |
| YUV | 141.1 | 68.69 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 131 | 36 | 0 | 0.35 | 0.82 | 0.21 | 34.55 | 0.7 | 0.46 |
| Hex | C9 | 83 | 24 | 0 | 23 | 52 | 15 | 23 | 46 | 2E |
| Octal | 311 | 203 | 44 | 0 | 43 | 122 | 25 | 43 | 106 | 56 |
| Binary | 11001001 | 10000011 | 100100 | 0 | 100011 | 1010010 | 10101 | 100011 | 1000110 | 101110 |
Color Harmonies of #C98324
Complementary color
Monochromatic Colors of #C98324
Black with #C98324
Text Example
Text Example
White with #C98324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98324; }
p { color: rgb(201,131,36); }
H1.HeaderClassName
{
color: #C98324;
}
.AnyTagClassName
{
color: #C98324;
}
</style>
background-color css
<style>
a { background-color: #C98324; }
a { background-color: rgb(201,131,36); }
div.DivClassName
{
background-color: #C98324;
}
.BgClassName
{
background-color: #C98324;
}
</style>
border-color css
<style>
span { border-color: #C98324; }
span { border-color: rgb(201,131,36); }
td.TdClassName
{
border-color: #C98324;
}
.TagClassName
{
border-color: #C98324;
}
</style>