Shades of Geebung #C08832
Tints of Geebung #C08832
RGB
CMYK
RGB Variations
Color information
#C08832 (or 0xC08832) is known color: Geebung. HEX triplet: C0, 88 and 32. RGB value is (192,136,50). Sum of RGB (Red+Green+Blue) = 192+136+50=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 50 (19.92% from 255 or 13.23% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C08832 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08832 is #3F77CD. Grayscale: #8F8F8F. Windows color (decimal): -4159438 or 3311808. OLE color: 3311808.
HSL color Cylindrical-coordinate representation of color #C08832: hue angle of 36.34º 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 #C08832 is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 136 | 50 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.25 |
| HSL | 36.34º | 0.59% | 0.47% | - |
| HSV(B) | 36.34º | 0.74% | 0.75% | - |
| XYZ | 31.12 | 29.05 | 6.98 | - |
| YUV | 142.94 | 75.55 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 136 | 50 | 0 | 0.29 | 0.74 | 0.25 | 36.34 | 0.59 | 0.47 |
| Hex | C0 | 88 | 32 | 0 | 1D | 4A | 19 | 24 | 3B | 2F |
| Octal | 300 | 210 | 62 | 0 | 35 | 112 | 31 | 44 | 73 | 57 |
| Binary | 11000000 | 10001000 | 110010 | 0 | 11101 | 1001010 | 11001 | 100100 | 111011 | 101111 |
Color Harmonies of #C08832
Complementary color
Monochromatic Colors of #C08832
Black with #C08832
Text Example
Text Example
White with #C08832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08832; }
p { color: rgb(192,136,50); }
H1.HeaderClassName
{
color: #C08832;
}
.AnyTagClassName
{
color: #C08832;
}
</style>
background-color css
<style>
a { background-color: #C08832; }
a { background-color: rgb(192,136,50); }
div.DivClassName
{
background-color: #C08832;
}
.BgClassName
{
background-color: #C08832;
}
</style>
border-color css
<style>
span { border-color: #C08832; }
span { border-color: rgb(192,136,50); }
td.TdClassName
{
border-color: #C08832;
}
.TagClassName
{
border-color: #C08832;
}
</style>