Shades of Geebung #C9822E
Tints of Geebung #C9822E
RGB
CMYK
RGB Variations
Color information
#C9822E (or 0xC9822E) is known color: Geebung. HEX triplet: C9, 82 and 2E. RGB value is (201,130,46). Sum of RGB (Red+Green+Blue) = 201+130+46=377 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.32% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 46 (18.36% from 255 or 12.20% from 377); Max value from RGB is 201 - color contains mainly: red. Hex color #C9822E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9822E is #367DD1. Grayscale: #8E8E8E. Windows color (decimal): -3571154 or 3048137. OLE color: 3048137.
HSL color Cylindrical-coordinate representation of color #C9822E: hue angle of 32.52º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C9822E is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 130 | 46 | - |
| CMYK | 0 | 0.35 | 0.77 | 0.21 |
| HSL | 32.52º | 0.63% | 0.48% | - |
| HSV(B) | 32.52º | 0.77% | 0.79% | - |
| XYZ | 32.56 | 28.58 | 6.39 | - |
| YUV | 141.65 | 74.02 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 130 | 46 | 0 | 0.35 | 0.77 | 0.21 | 32.52 | 0.63 | 0.48 |
| Hex | C9 | 82 | 2E | 0 | 23 | 4D | 15 | 21 | 3F | 30 |
| Octal | 311 | 202 | 56 | 0 | 43 | 115 | 25 | 41 | 77 | 60 |
| Binary | 11001001 | 10000010 | 101110 | 0 | 100011 | 1001101 | 10101 | 100001 | 111111 | 110000 |
Color Harmonies of #C9822E
Complementary color
Monochromatic Colors of #C9822E
Black with #C9822E
Text Example
Text Example
White with #C9822E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9822E; }
p { color: rgb(201,130,46); }
H1.HeaderClassName
{
color: #C9822E;
}
.AnyTagClassName
{
color: #C9822E;
}
</style>
background-color css
<style>
a { background-color: #C9822E; }
a { background-color: rgb(201,130,46); }
div.DivClassName
{
background-color: #C9822E;
}
.BgClassName
{
background-color: #C9822E;
}
</style>
border-color css
<style>
span { border-color: #C9822E; }
span { border-color: rgb(201,130,46); }
td.TdClassName
{
border-color: #C9822E;
}
.TagClassName
{
border-color: #C9822E;
}
</style>