Shades of Geebung #C08033
Tints of Geebung #C08033
RGB
CMYK
RGB Variations
Color information
#C08033 (or 0xC08033) is known color: Geebung. HEX triplet: C0, 80 and 33. RGB value is (192,128,51). Sum of RGB (Red+Green+Blue) = 192+128+51=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 51 (20.31% from 255 or 13.75% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C08033 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08033 is #3F7FCC. Grayscale: #8A8A8A. Windows color (decimal): -4161485 or 3375296. OLE color: 3375296.
HSL color Cylindrical-coordinate representation of color #C08033: hue angle of 32.77º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C08033 is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 128 | 51 | - |
| CMYK | 0 | 0.33 | 0.73 | 0.25 |
| HSL | 32.77º | 0.58% | 0.48% | - |
| HSV(B) | 32.77º | 0.73% | 0.75% | - |
| XYZ | 30.05 | 26.88 | 6.74 | - |
| YUV | 138.36 | 78.7 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 128 | 51 | 0 | 0.33 | 0.73 | 0.25 | 32.77 | 0.58 | 0.48 |
| Hex | C0 | 80 | 33 | 0 | 21 | 49 | 19 | 21 | 3A | 30 |
| Octal | 300 | 200 | 63 | 0 | 41 | 111 | 31 | 41 | 72 | 60 |
| Binary | 11000000 | 10000000 | 110011 | 0 | 100001 | 1001001 | 11001 | 100001 | 111010 | 110000 |
Color Harmonies of #C08033
Complementary color
Monochromatic Colors of #C08033
Black with #C08033
Text Example
Text Example
White with #C08033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08033; }
p { color: rgb(192,128,51); }
H1.HeaderClassName
{
color: #C08033;
}
.AnyTagClassName
{
color: #C08033;
}
</style>
background-color css
<style>
a { background-color: #C08033; }
a { background-color: rgb(192,128,51); }
div.DivClassName
{
background-color: #C08033;
}
.BgClassName
{
background-color: #C08033;
}
</style>
border-color css
<style>
span { border-color: #C08033; }
span { border-color: rgb(192,128,51); }
td.TdClassName
{
border-color: #C08033;
}
.TagClassName
{
border-color: #C08033;
}
</style>