Shades of Geebung #C0802C
Tints of Geebung #C0802C
RGB
CMYK
RGB Variations
Color information
#C0802C (or 0xC0802C) is known color: Geebung. HEX triplet: C0, 80 and 2C. RGB value is (192,128,44). Sum of RGB (Red+Green+Blue) = 192+128+44=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 44 (17.58% from 255 or 12.09% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C0802C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0802C is #3F7FD3. Grayscale: #898989. Windows color (decimal): -4161492 or 2916544. OLE color: 2916544.
HSL color Cylindrical-coordinate representation of color #C0802C: hue angle of 34.05º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C0802C is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 128 | 44 | - |
| CMYK | 0 | 0.33 | 0.77 | 0.25 |
| HSL | 34.05º | 0.63% | 0.46% | - |
| HSV(B) | 34.05º | 0.77% | 0.75% | - |
| XYZ | 29.91 | 26.83 | 5.98 | - |
| YUV | 137.56 | 75.2 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 128 | 44 | 0 | 0.33 | 0.77 | 0.25 | 34.05 | 0.63 | 0.46 |
| Hex | C0 | 80 | 2C | 0 | 21 | 4D | 19 | 22 | 3F | 2E |
| Octal | 300 | 200 | 54 | 0 | 41 | 115 | 31 | 42 | 77 | 56 |
| Binary | 11000000 | 10000000 | 101100 | 0 | 100001 | 1001101 | 11001 | 100010 | 111111 | 101110 |
Color Harmonies of #C0802C
Complementary color
Monochromatic Colors of #C0802C
Black with #C0802C
Text Example
Text Example
White with #C0802C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0802C; }
p { color: rgb(192,128,44); }
H1.HeaderClassName
{
color: #C0802C;
}
.AnyTagClassName
{
color: #C0802C;
}
</style>
background-color css
<style>
a { background-color: #C0802C; }
a { background-color: rgb(192,128,44); }
div.DivClassName
{
background-color: #C0802C;
}
.BgClassName
{
background-color: #C0802C;
}
</style>
border-color css
<style>
span { border-color: #C0802C; }
span { border-color: rgb(192,128,44); }
td.TdClassName
{
border-color: #C0802C;
}
.TagClassName
{
border-color: #C0802C;
}
</style>