Shades of Geebung #C08032
Tints of Geebung #C08032
RGB
CMYK
RGB Variations
Color information
#C08032 (or 0xC08032) is known color: Geebung. HEX triplet: C0, 80 and 32. RGB value is (192,128,50). Sum of RGB (Red+Green+Blue) = 192+128+50=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 50 (19.92% from 255 or 13.51% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C08032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08032 is #3F7FCD. Grayscale: #8A8A8A. Windows color (decimal): -4161486 or 3309760. OLE color: 3309760.
HSL color Cylindrical-coordinate representation of color #C08032: hue angle of 32.96º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C08032 is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 128 | 50 | - |
| CMYK | 0 | 0.33 | 0.74 | 0.25 |
| HSL | 32.96º | 0.59% | 0.47% | - |
| HSV(B) | 32.96º | 0.74% | 0.75% | - |
| XYZ | 30.03 | 26.88 | 6.62 | - |
| YUV | 138.24 | 78.2 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 128 | 50 | 0 | 0.33 | 0.74 | 0.25 | 32.96 | 0.59 | 0.47 |
| Hex | C0 | 80 | 32 | 0 | 21 | 4A | 19 | 21 | 3B | 2F |
| Octal | 300 | 200 | 62 | 0 | 41 | 112 | 31 | 41 | 73 | 57 |
| Binary | 11000000 | 10000000 | 110010 | 0 | 100001 | 1001010 | 11001 | 100001 | 111011 | 101111 |
Color Harmonies of #C08032
Complementary color
Monochromatic Colors of #C08032
Black with #C08032
Text Example
Text Example
White with #C08032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08032; }
p { color: rgb(192,128,50); }
H1.HeaderClassName
{
color: #C08032;
}
.AnyTagClassName
{
color: #C08032;
}
</style>
background-color css
<style>
a { background-color: #C08032; }
a { background-color: rgb(192,128,50); }
div.DivClassName
{
background-color: #C08032;
}
.BgClassName
{
background-color: #C08032;
}
</style>
border-color css
<style>
span { border-color: #C08032; }
span { border-color: rgb(192,128,50); }
td.TdClassName
{
border-color: #C08032;
}
.TagClassName
{
border-color: #C08032;
}
</style>