Shades of Geebung #C9832E
Tints of Geebung #C9832E
RGB
CMYK
RGB Variations
Color information
#C9832E (or 0xC9832E) is known color: Geebung. HEX triplet: C9, 83 and 2E. RGB value is (201,131,46). Sum of RGB (Red+Green+Blue) = 201+131+46=378 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.17% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 46 (18.36% from 255 or 12.17% from 378); Max value from RGB is 201 - color contains mainly: red. Hex color #C9832E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9832E is #367CD1. Grayscale: #8E8E8E. Windows color (decimal): -3570898 or 3048393. OLE color: 3048393.
HSL color Cylindrical-coordinate representation of color #C9832E: hue angle of 32.9º 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 #C9832E is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 131 | 46 | - |
| CMYK | 0 | 0.35 | 0.77 | 0.21 |
| HSL | 32.9º | 0.63% | 0.48% | - |
| HSV(B) | 32.9º | 0.77% | 0.79% | - |
| XYZ | 32.7 | 28.85 | 6.43 | - |
| YUV | 142.24 | 73.69 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 131 | 46 | 0 | 0.35 | 0.77 | 0.21 | 32.9 | 0.63 | 0.48 |
| Hex | C9 | 83 | 2E | 0 | 23 | 4D | 15 | 21 | 3F | 30 |
| Octal | 311 | 203 | 56 | 0 | 43 | 115 | 25 | 41 | 77 | 60 |
| Binary | 11001001 | 10000011 | 101110 | 0 | 100011 | 1001101 | 10101 | 100001 | 111111 | 110000 |
Color Harmonies of #C9832E
Complementary color
Monochromatic Colors of #C9832E
Black with #C9832E
Text Example
Text Example
White with #C9832E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9832E; }
p { color: rgb(201,131,46); }
H1.HeaderClassName
{
color: #C9832E;
}
.AnyTagClassName
{
color: #C9832E;
}
</style>
background-color css
<style>
a { background-color: #C9832E; }
a { background-color: rgb(201,131,46); }
div.DivClassName
{
background-color: #C9832E;
}
.BgClassName
{
background-color: #C9832E;
}
</style>
border-color css
<style>
span { border-color: #C9832E; }
span { border-color: rgb(201,131,46); }
td.TdClassName
{
border-color: #C9832E;
}
.TagClassName
{
border-color: #C9832E;
}
</style>