Shades of Geebung #C9802C
Tints of Geebung #C9802C
RGB
CMYK
RGB Variations
Color information
#C9802C (or 0xC9802C) is known color: Geebung. HEX triplet: C9, 80 and 2C. RGB value is (201,128,44). Sum of RGB (Red+Green+Blue) = 201+128+44=373 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.89% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 44 (17.58% from 255 or 11.80% from 373); Max value from RGB is 201 - color contains mainly: red. Hex color #C9802C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9802C is #367FD3. Grayscale: #8C8C8C. Windows color (decimal): -3571668 or 2916553. OLE color: 2916553.
HSL color Cylindrical-coordinate representation of color #C9802C: hue angle of 32.1º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C9802C is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 128 | 44 | - |
| CMYK | 0 | 0.36 | 0.78 | 0.21 |
| HSL | 32.1º | 0.64% | 0.48% | - |
| HSV(B) | 32.1º | 0.78% | 0.79% | - |
| XYZ | 32.26 | 28.04 | 6.09 | - |
| YUV | 140.25 | 73.68 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 128 | 44 | 0 | 0.36 | 0.78 | 0.21 | 32.1 | 0.64 | 0.48 |
| Hex | C9 | 80 | 2C | 0 | 24 | 4E | 15 | 20 | 40 | 30 |
| Octal | 311 | 200 | 54 | 0 | 44 | 116 | 25 | 40 | 100 | 60 |
| Binary | 11001001 | 10000000 | 101100 | 0 | 100100 | 1001110 | 10101 | 100000 | 1000000 | 110000 |
Color Harmonies of #C9802C
Complementary color
Monochromatic Colors of #C9802C
Black with #C9802C
Text Example
Text Example
White with #C9802C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9802C; }
p { color: rgb(201,128,44); }
H1.HeaderClassName
{
color: #C9802C;
}
.AnyTagClassName
{
color: #C9802C;
}
</style>
background-color css
<style>
a { background-color: #C9802C; }
a { background-color: rgb(201,128,44); }
div.DivClassName
{
background-color: #C9802C;
}
.BgClassName
{
background-color: #C9802C;
}
</style>
border-color css
<style>
span { border-color: #C9802C; }
span { border-color: rgb(201,128,44); }
td.TdClassName
{
border-color: #C9802C;
}
.TagClassName
{
border-color: #C9802C;
}
</style>