Shades of Geebung #C9802E
Tints of Geebung #C9802E
RGB
CMYK
RGB Variations
Color information
#C9802E (or 0xC9802E) is known color: Geebung. HEX triplet: C9, 80 and 2E. RGB value is (201,128,46). Sum of RGB (Red+Green+Blue) = 201+128+46=375 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.6% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 46 (18.36% from 255 or 12.27% from 375); Max value from RGB is 201 - color contains mainly: red. Hex color #C9802E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9802E is #367FD1. Grayscale: #8C8C8C. Windows color (decimal): -3571666 or 3047625. OLE color: 3047625.
HSL color Cylindrical-coordinate representation of color #C9802E: hue angle of 31.74º 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 #C9802E is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 128 | 46 | - |
| CMYK | 0 | 0.36 | 0.77 | 0.21 |
| HSL | 31.74º | 0.63% | 0.48% | - |
| HSV(B) | 31.74º | 0.77% | 0.79% | - |
| XYZ | 32.3 | 28.05 | 6.3 | - |
| YUV | 140.48 | 74.68 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 128 | 46 | 0 | 0.36 | 0.77 | 0.21 | 31.74 | 0.63 | 0.48 |
| Hex | C9 | 80 | 2E | 0 | 24 | 4D | 15 | 20 | 3F | 30 |
| Octal | 311 | 200 | 56 | 0 | 44 | 115 | 25 | 40 | 77 | 60 |
| Binary | 11001001 | 10000000 | 101110 | 0 | 100100 | 1001101 | 10101 | 100000 | 111111 | 110000 |
Color Harmonies of #C9802E
Complementary color
Monochromatic Colors of #C9802E
Black with #C9802E
Text Example
Text Example
White with #C9802E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9802E; }
p { color: rgb(201,128,46); }
H1.HeaderClassName
{
color: #C9802E;
}
.AnyTagClassName
{
color: #C9802E;
}
</style>
background-color css
<style>
a { background-color: #C9802E; }
a { background-color: rgb(201,128,46); }
div.DivClassName
{
background-color: #C9802E;
}
.BgClassName
{
background-color: #C9802E;
}
</style>
border-color css
<style>
span { border-color: #C9802E; }
span { border-color: rgb(201,128,46); }
td.TdClassName
{
border-color: #C9802E;
}
.TagClassName
{
border-color: #C9802E;
}
</style>