Shades of Geebung #C98321
Tints of Geebung #C98321
RGB
CMYK
RGB Variations
Color information
#C98321 (or 0xC98321) is known color: Geebung. HEX triplet: C9, 83 and 21. RGB value is (201,131,33). Sum of RGB (Red+Green+Blue) = 201+131+33=365 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.07% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 33 (13.28% from 255 or 9.04% from 365); Max value from RGB is 201 - color contains mainly: red. Hex color #C98321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98321 is #367CDE. Grayscale: #8D8D8D. Windows color (decimal): -3570911 or 2196425. OLE color: 2196425.
HSL color Cylindrical-coordinate representation of color #C98321: hue angle of 35º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C98321 is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 131 | 33 | - |
| CMYK | 0 | 0.35 | 0.84 | 0.21 |
| HSL | 35º | 0.72% | 0.46% | - |
| HSV(B) | 35º | 0.84% | 0.79% | - |
| XYZ | 32.48 | 28.76 | 5.28 | - |
| YUV | 140.76 | 67.19 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 131 | 33 | 0 | 0.35 | 0.84 | 0.21 | 35 | 0.72 | 0.46 |
| Hex | C9 | 83 | 21 | 0 | 23 | 54 | 15 | 23 | 48 | 2E |
| Octal | 311 | 203 | 41 | 0 | 43 | 124 | 25 | 43 | 110 | 56 |
| Binary | 11001001 | 10000011 | 100001 | 0 | 100011 | 1010100 | 10101 | 100011 | 1001000 | 101110 |
Color Harmonies of #C98321
Complementary color
Monochromatic Colors of #C98321
Black with #C98321
Text Example
Text Example
White with #C98321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98321; }
p { color: rgb(201,131,33); }
H1.HeaderClassName
{
color: #C98321;
}
.AnyTagClassName
{
color: #C98321;
}
</style>
background-color css
<style>
a { background-color: #C98321; }
a { background-color: rgb(201,131,33); }
div.DivClassName
{
background-color: #C98321;
}
.BgClassName
{
background-color: #C98321;
}
</style>
border-color css
<style>
span { border-color: #C98321; }
span { border-color: rgb(201,131,33); }
td.TdClassName
{
border-color: #C98321;
}
.TagClassName
{
border-color: #C98321;
}
</style>